Html Css Color HEX #9E0C6F Eggplant

📋 copy color: '#9E0C6F'

red 158 ◦ green 12 ◦ blue 111

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

Shades of Eggplant #9E0C6F

Tints of Eggplant #9E0C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 56.23%
G = 4.27%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E0C6F (or 0x9E0C6F) is known color: Eggplant. HEX triplet: 9E, 0C and 6F. RGB value is (158,12,111). Sum of RGB (Red+Green+Blue) = 158+12+111=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C6F is #61F390. Grayscale: #424242. Windows color (decimal): -6419345 or 7277726. OLE color: 7277726.

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

Color convert

RGB 158 12 111 -
CMYK 0 0.92 0.30 0.38
HSL 319.32º 0.86% 0.33% -
HSV(B) 319.32º 0.92% 0.62% -
XYZ 17.1 8.68 15.81 -
YUV 66.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 158 12 111 0 0.92 0.30 0.38 319.32 0.86 0.33
Hex 9E C 6F 0 5C 1E 26 13F 56 21
Octal 236 14 157 0 134 36 46 477 126 41
Binary 10011110 1100 1101111 0 1011100 11110 100110 100111111 1010110 100001

Color Harmonies of #9E0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C6F

Black with #9E0C6F

Text Example


Text Example

White with #9E0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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