#9A166F

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

Shades of Eggplant #9A166F

Tints of Eggplant #9A166F

Color information

#9A166F (or 0x9A166F) is unknown color: approx Eggplant. HEX triplet: 9A, 16 and 6F. RGB value is (154,22,111). Sum of RGB (Red+Green+Blue) = 154+22+111=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A166F is #65E990. Grayscale: #474747. Windows color (decimal): -6678929 or 7280282. OLE color: 7280282.

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

Color convert

RGB15422111-
CMYK00.860.280.40
HSL319.55º75%34.51%-
HSV(B)319.55º85.71%60.39%-
XYZ16.488.5915.83-
YUV71.61150.23186.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.66%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=53.66%
G=7.67%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542211100.860.280.40319.557534.51
Hex9A166F0561C281404b23
Octal232261570126345050011343
Binary1001101010110110111101010110111001010001010000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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