Html Css Color HEX #9C0E76 Eggplant

📋 copy color: '#9C0E76'

red 156 ◦ green 14 ◦ blue 118

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

Shades of Eggplant #9C0E76

Tints of Eggplant #9C0E76

RGB

 RED value IS 156 (61.33% from 255) = 54.17%

 GREEN value IS 14 (5.86% from 255) = 4.86%

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

R = 54.17%
G = 4.86%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C0E76 (or 0x9C0E76) is known color: Eggplant. HEX triplet: 9C, 0E and 76. RGB value is (156,14,118). Sum of RGB (Red+Green+Blue) = 156+14+118=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E76 is #63F189. Grayscale: #444444. Windows color (decimal): -6549898 or 7736988. OLE color: 7736988.

HSL color Cylindrical-coordinate representation of color #9C0E76: hue angle of 316.06º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E76 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 14 118 -
CMYK 0 0.91 0.24 0.39
HSL 316.06º 0.84% 0.33% -
HSV(B) 316.06º 0.91% 0.61% -
XYZ 17.14 8.69 17.91 -
YUV 68.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 156 14 118 0 0.91 0.24 0.39 316.06 0.84 0.33
Hex 9C E 76 0 5B 18 27 13C 54 21
Octal 234 16 166 0 133 30 47 474 124 41
Binary 10011100 1110 1110110 0 1011011 11000 100111 100111100 1010100 100001

Color Harmonies of #9C0E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E76

Black with #9C0E76

Text Example


Text Example

White with #9C0E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,118); }

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

background-color css

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

 a { background-color: rgb(156,14,118); }

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

border-color css

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

 span { border-color: rgb(156,14,118); }

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