#9A1172

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

Shades of Eggplant #9A1172

Tints of Eggplant #9A1172

Color information

#9A1172 (or 0x9A1172) is unknown color: approx Eggplant. HEX triplet: 9A, 11 and 72. RGB value is (154,17,114). Sum of RGB (Red+Green+Blue) = 154+17+114=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1172 is #65EE8D. Grayscale: #444444. Windows color (decimal): -6680206 or 7475610. OLE color: 7475610.

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

Color convert

RGB15417114-
CMYK00.890.260.40
HSL317.52º80.12%33.53%-
HSV(B)317.52º88.96%60.39%-
XYZ16.568.4916.68-
YUV69.02153.39188.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.04%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 114 (44.92% from 255) = 40%
R=54.04%
G=5.96%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541711400.890.260.40317.5280.1233.53
Hex9A11720591A2813e5022
Octal232211620131325047612042
Binary1001101010001111001001011001110101010001001111101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,17,114); }

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

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

 a { background-color: rgb(154,17,114); }

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

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

 span { border-color: rgb(154,17,114); }

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