Html Css Color HEX #9E0C72 Eggplant

📋 copy color: '#9E0C72'

red 158 ◦ green 12 ◦ blue 114

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

Shades of Eggplant #9E0C72

Tints of Eggplant #9E0C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 55.63%
G = 4.23%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E0C72 (or 0x9E0C72) is known color: Eggplant. HEX triplet: 9E, 0C and 72. RGB value is (158,12,114). Sum of RGB (Red+Green+Blue) = 158+12+114=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C72 is #61F38D. Grayscale: #434343. Windows color (decimal): -6419342 or 7474334. OLE color: 7474334.

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

Color convert

RGB 158 12 114 -
CMYK 0 0.92 0.28 0.38
HSL 318.08º 0.86% 0.33% -
HSV(B) 318.08º 0.92% 0.62% -
XYZ 17.27 8.75 16.7 -
YUV 67.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 158 12 114 0 0.92 0.28 0.38 318.08 0.86 0.33
Hex 9E C 72 0 5C 1C 26 13E 56 21
Octal 236 14 162 0 134 34 46 476 126 41
Binary 10011110 1100 1110010 0 1011100 11100 100110 100111110 1010110 100001

Color Harmonies of #9E0C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C72

Black with #9E0C72

Text Example


Text Example

White with #9E0C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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