#9A0478

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

Shades of Eggplant #9A0478

Tints of Eggplant #9A0478

Color information

#9A0478 (or 0x9A0478) is unknown color: approx Eggplant. HEX triplet: 9A, 04 and 78. RGB value is (154,4,120). Sum of RGB (Red+Green+Blue) = 154+4+120=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0478 is #65FB87. Grayscale: #3D3D3D. Windows color (decimal): -6683528 or 7865498. OLE color: 7865498.

HSL color Cylindrical-coordinate representation of color #9A0478: hue angle of 313.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0478 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB1544120-
CMYK00.970.220.40
HSL313.6º94.94%30.98%-
HSV(B)313.6º97.4%60.39%-
XYZ16.768.3118.49-
YUV62.07160.7193.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.40%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=55.40%
G=1.44%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154412000.970.220.40313.694.9430.98
Hex9A478061162813a5f1f
Octal23241700141265047213737
Binary1001101010011110000110000110110101000100111010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,4,120); }

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

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

 a { background-color: rgb(154,4,120); }

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

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

 span { border-color: rgb(154,4,120); }

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