#9C166F

Color #9C166F Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9C166F

Tints of Eggplant #9C166F

Color information

#9C166F (or 0x9C166F) is unknown color: approx Eggplant. HEX triplet: 9C, 16 and 6F. RGB value is (156,22,111). Sum of RGB (Red+Green+Blue) = 156+22+111=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C166F is #63E990. Grayscale: #474747. Windows color (decimal): -6547857 or 7280284. OLE color: 7280284.

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

Color convert

RGB15622111-
CMYK00.860.290.39
HSL320.15º75.28%34.9%-
HSV(B)320.15º85.9%61.18%-
XYZ16.878.7915.85-
YUV72.21149.89187.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=53.98%
G=7.61%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562211100.860.290.39320.1575.2834.9
Hex9C166F0561D271404b23
Octal234261570126354750011343
Binary1001110010110110111101010110111011001111010000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,111); }

 H1.HeaderClassName
 {
   color: #9C166F;
 }
 .AnyTagClassName
 {
   color: #9C166F;
 }
</style>
background-color css

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

 a { background-color: rgb(156,22,111); }

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

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

 span { border-color: rgb(156,22,111); }

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