#9A1470

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

Shades of Eggplant #9A1470

Tints of Eggplant #9A1470

Color information

#9A1470 (or 0x9A1470) is unknown color: approx Eggplant. HEX triplet: 9A, 14 and 70. RGB value is (154,20,112). Sum of RGB (Red+Green+Blue) = 154+20+112=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1470 is #65EB8F. Grayscale: #464646. Windows color (decimal): -6679440 or 7345306. OLE color: 7345306.

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

Color convert

RGB15420112-
CMYK00.870.270.40
HSL318.81º77.01%34.12%-
HSV(B)318.81º87.01%60.39%-
XYZ16.58.5416.11-
YUV70.55151.39187.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 6.99%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=53.85%
G=6.99%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542011200.870.270.40318.8177.0134.12
Hex9A14700571B2813f4d22
Octal232241600127335047711542
Binary1001101010100111000001010111110111010001001111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,20,112); }

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

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

 a { background-color: rgb(154,20,112); }

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

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

 span { border-color: rgb(154,20,112); }

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