#9A0A78

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

Shades of Eggplant #9A0A78

Tints of Eggplant #9A0A78

Color information

#9A0A78 (or 0x9A0A78) is unknown color: approx Eggplant. HEX triplet: 9A, 0A and 78. RGB value is (154,10,120). Sum of RGB (Red+Green+Blue) = 154+10+120=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0A78 is #65F587. Grayscale: #414141. Windows color (decimal): -6681992 or 7867034. OLE color: 7867034.

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

Color convert

RGB15410120-
CMYK00.940.220.40
HSL314.17º87.8%32.16%-
HSV(B)314.17º93.51%60.39%-
XYZ16.838.4418.51-
YUV65.6158.71191.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.23%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=54.23%
G=3.52%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541012000.940.220.40314.1787.832.16
Hex9AA7805E162813a5820
Octal232121700136265047213040
Binary100110101010111100001011110101101010001001110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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