#9E3196

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

Shades of Vivid Violet #9E3196

Tints of Vivid Violet #9E3196

Color information

#9E3196 (or 0x9E3196) is unknown color: approx Vivid Violet. HEX triplet: 9E, 31 and 96. RGB value is (158,49,150). Sum of RGB (Red+Green+Blue) = 158+49+150=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3196 is #61CE69. Grayscale: #5C5C5C. Windows color (decimal): -6409834 or 9843102. OLE color: 9843102.

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

Color convert

RGB15849150-
CMYK00.690.050.38
HSL304.4º52.66%40.59%-
HSV(B)304.4º68.99%61.96%-
XYZ20.711.6730.02-
YUV93.1160.11174.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=44.26%
G=13.73%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584915000.690.050.38304.452.6640.59
Hex9E31960455261303529
Octal2366122601055464606551
Binary100111101100011001011001000101101100110100110000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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