#9E3696

Color #9E3696 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9E3696

Tints of Vivid Violet #9E3696

Color information

#9E3696 (or 0x9E3696) is unknown color: approx Vivid Violet. HEX triplet: 9E, 36 and 96. RGB value is (158,54,150). Sum of RGB (Red+Green+Blue) = 158+54+150=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3696 is #61C969. Grayscale: #5F5F5F. Windows color (decimal): -6408554 or 9844382. OLE color: 9844382.

HSL color Cylindrical-coordinate representation of color #9E3696: hue angle of 304.62º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3696 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15854150-
CMYK00.660.050.38
HSL304.62º49.06%41.57%-
HSV(B)304.62º65.82%61.96%-
XYZ20.9212.1130.09-
YUV96.04158.46172.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 54 (21.48% from 255) = 14.92%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=43.65%
G=14.92%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585415000.660.050.38304.6249.0641.57
Hex9E3696042526131312a
Octal2366622601025464616152
Binary100111101101101001011001000010101100110100110001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3696; }

 p { color: rgb(158,54,150); }

 H1.HeaderClassName
 {
   color: #9E3696;
 }
 .AnyTagClassName
 {
   color: #9E3696;
 }
</style>
background-color css

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

 a { background-color: rgb(158,54,150); }

 div.DivClassName
 {
   background-color: #9E3696;
 }
 .BgClassName
 {
   background-color: #9E3696;
 }
</style>
border-color css

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

 span { border-color: rgb(158,54,150); }

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