Html Css Color HEX #9E0C77 Eggplant

📋 copy color: '#9E0C77'

red 158 ◦ green 12 ◦ blue 119

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

Shades of Eggplant #9E0C77

Tints of Eggplant #9E0C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 54.67%
G = 4.15%
B = 41.18%

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

#9E0C77 (or 0x9E0C77) is known color: Eggplant. HEX triplet: 9E, 0C and 77. RGB value is (158,12,119). Sum of RGB (Red+Green+Blue) = 158+12+119=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C77 is #61F388. Grayscale: #434343. Windows color (decimal): -6419337 or 7802014. OLE color: 7802014.

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

Color convert

RGB 158 12 119 -
CMYK 0 0.92 0.25 0.38
HSL 316.03º 0.86% 0.33% -
HSV(B) 316.03º 0.92% 0.62% -
XYZ 17.56 8.86 18.24 -
YUV 67.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 158 12 119 0 0.92 0.25 0.38 316.03 0.86 0.33
Hex 9E C 77 0 5C 19 26 13C 56 21
Octal 236 14 167 0 134 31 46 474 126 41
Binary 10011110 1100 1110111 0 1011100 11001 100110 100111100 1010110 100001

Color Harmonies of #9E0C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C77

Black with #9E0C77

Text Example


Text Example

White with #9E0C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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