Html Css Color HEX #9C116E Eggplant

📋 copy color: '#9C116E'

red 156 ◦ green 17 ◦ blue 110

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

Shades of Eggplant #9C116E

Tints of Eggplant #9C116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 55.12%
G = 6.01%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C116E (or 0x9C116E) is known color: Eggplant. HEX triplet: 9C, 11 and 6E. RGB value is (156,17,110). Sum of RGB (Red+Green+Blue) = 156+17+110=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C116E is #63EE91. Grayscale: #444444. Windows color (decimal): -6549138 or 7213468. OLE color: 7213468.

HSL color Cylindrical-coordinate representation of color #9C116E: hue angle of 319.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C116E is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 17 110 -
CMYK 0 0.89 0.29 0.39
HSL 319.86º 0.8% 0.34% -
HSV(B) 319.86º 0.89% 0.61% -
XYZ 16.73 8.59 15.53 -
YUV 69.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 156 17 110 0 0.89 0.29 0.39 319.86 0.8 0.34
Hex 9C 11 6E 0 59 1D 27 140 50 22
Octal 234 21 156 0 131 35 47 500 120 42
Binary 10011100 10001 1101110 0 1011001 11101 100111 101000000 1010000 100010

Color Harmonies of #9C116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C116E

Black with #9C116E

Text Example


Text Example

White with #9C116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,17,110); }

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

background-color css

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

 a { background-color: rgb(156,17,110); }

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

border-color css

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

 span { border-color: rgb(156,17,110); }

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