#9E2C97

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

Shades of Vivid Violet #9E2C97

Tints of Vivid Violet #9E2C97

Color information

#9E2C97 (or 0x9E2C97) is unknown color: approx Vivid Violet. HEX triplet: 9E, 2C and 97. RGB value is (158,44,151). Sum of RGB (Red+Green+Blue) = 158+44+151=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2C97 is #61D368. Grayscale: #595959. Windows color (decimal): -6411113 or 9907358. OLE color: 9907358.

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

Color convert

RGB15844151-
CMYK00.720.040.38
HSL303.68º56.44%39.61%-
HSV(B)303.68º72.15%61.96%-
XYZ20.5911.330.38-
YUV90.28162.27176.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 44 (17.58% from 255) = 12.46%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=44.76%
G=12.46%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584415100.720.040.38303.6856.4439.61
Hex9E2C970484261303828
Octal2365422701104464607050
Binary100111101011001001011101001000100100110100110000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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