#9E3195

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

Shades of Vivid Violet #9E3195

Tints of Vivid Violet #9E3195

Color information

#9E3195 (or 0x9E3195) is unknown color: approx Vivid Violet. HEX triplet: 9E, 31 and 95. RGB value is (158,49,149). Sum of RGB (Red+Green+Blue) = 158+49+149=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3195 is #61CE6A. Grayscale: #5C5C5C. Windows color (decimal): -6409835 or 9777566. OLE color: 9777566.

HSL color Cylindrical-coordinate representation of color #9E3195: hue angle of 304.95º 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 #9E3195 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15849149-
CMYK00.690.060.38
HSL304.95º52.66%40.59%-
HSV(B)304.95º68.99%61.96%-
XYZ20.6211.6429.59-
YUV92.99159.61174.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 49 (19.53% from 255) = 13.76%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=44.38%
G=13.76%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584914900.690.060.38304.9552.6640.59
Hex9E31950456261313529
Octal2366122501056464616551
Binary100111101100011001010101000101110100110100110001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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