#9E2997

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

Shades of Vivid Violet #9E2997

Tints of Vivid Violet #9E2997

Color information

#9E2997 (or 0x9E2997) is unknown color: approx Vivid Violet. HEX triplet: 9E, 29 and 97. RGB value is (158,41,151). Sum of RGB (Red+Green+Blue) = 158+41+151=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2997 is #61D668. Grayscale: #585858. Windows color (decimal): -6411881 or 9906590. OLE color: 9906590.

HSL color Cylindrical-coordinate representation of color #9E2997: hue angle of 303.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E2997 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15841151-
CMYK00.740.040.38
HSL303.59º58.79%39.02%-
HSV(B)303.59º74.05%61.96%-
XYZ20.4811.0930.34-
YUV88.52163.26177.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=45.14%
G=11.71%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584115100.740.040.38303.5958.7939.02
Hex9E299704A4261303b27
Octal2365122701124464607347
Binary100111101010011001011101001010100100110100110000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,41,151); }

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

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

 a { background-color: rgb(158,41,151); }

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

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

 span { border-color: rgb(158,41,151); }

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