Html Css Color HEX #9E0C76 Eggplant

📋 copy color: '#9E0C76'

red 158 ◦ green 12 ◦ blue 118

#9E0C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #9E0C76

Tints of Eggplant #9E0C76

RGB

 RED value IS 158 (62.11% from 255) = 54.86%

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 54.86%
G = 4.17%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E0C76 (or 0x9E0C76) is known color: Eggplant. HEX triplet: 9E, 0C and 76. RGB value is (158,12,118). Sum of RGB (Red+Green+Blue) = 158+12+118=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C76 is #61F389. Grayscale: #434343. Windows color (decimal): -6419338 or 7736478. OLE color: 7736478.

HSL color Cylindrical-coordinate representation of color #9E0C76: hue angle of 316.44º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C76 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 12 118 -
CMYK 0 0.92 0.25 0.38
HSL 316.44º 0.86% 0.33% -
HSV(B) 316.44º 0.92% 0.62% -
XYZ 17.5 8.84 17.92 -
YUV 67.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 158 12 118 0 0.92 0.25 0.38 316.44 0.86 0.33
Hex 9E C 76 0 5C 19 26 13C 56 21
Octal 236 14 166 0 134 31 46 474 126 41
Binary 10011110 1100 1110110 0 1011100 11001 100110 100111100 1010110 100001

Color Harmonies of #9E0C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C76

Black with #9E0C76

Text Example


Text Example

White with #9E0C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,12,118); }

 H1.HeaderClassName
 {
   color: #9E0C76;
 }
 .AnyTagClassName
 {
   color: #9E0C76;
 }
</style>

background-color css

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

 a { background-color: rgb(158,12,118); }

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

border-color css

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

 span { border-color: rgb(158,12,118); }

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