Html Css Color HEX #953093 Vivid Violet

📋 copy color: '#953093'

red 149 ◦ green 48 ◦ blue 147

#953093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #953093

Tints of Vivid Violet #953093

RGB

 RED value IS 149 (58.59% from 255) = 43.31%

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 43.31%
G = 13.95%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#953093 (or 0x953093) is known color: Vivid Violet. HEX triplet: 95, 30 and 93. RGB value is (149,48,147). Sum of RGB (Red+Green+Blue) = 149+48+147=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #953093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953093 is #6ACF6C. Grayscale: #595959. Windows color (decimal): -6999917 or 9646229. OLE color: 9646229.

HSL color Cylindrical-coordinate representation of color #953093: hue angle of 301.19º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953093 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 147 -
CMYK 0 0.68 0.01 0.42
HSL 301.19º 0.51% 0.39% -
HSV(B) 301.19º 0.68% 0.58% -
XYZ 18.72 10.61 28.67 -
YUV 89.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 149 48 147 0 0.68 0.01 0.42 301.19 0.51 0.39
Hex 95 30 93 0 44 1 2A 12D 33 27
Octal 225 60 223 0 104 1 52 455 63 47
Binary 10010101 110000 10010011 0 1000100 1 101010 100101101 110011 100111

Color Harmonies of #953093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953093

Black with #953093

Text Example


Text Example

White with #953093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953093; }

 p { color: rgb(149,48,147); }

 H1.HeaderClassName
 {
   color: #953093;
 }
 .AnyTagClassName
 {
   color: #953093;
 }
</style>

background-color css

<style>
 a { background-color: #953093; }

 a { background-color: rgb(149,48,147); }

 div.DivClassName
 {
   background-color: #953093;
 }
 .BgClassName
 {
   background-color: #953093;
 }
</style>

border-color css

<style>
 span { border-color: #953093; }

 span { border-color: rgb(149,48,147); }

 td.TdClassName
 {
   border-color: #953093;
 }
 .TagClassName
 {
   border-color: #953093;
 }
</style>