#980A73

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

Shades of Eggplant #980A73

Tints of Eggplant #980A73

Color information

#980A73 (or 0x980A73) is unknown color: approx Eggplant. HEX triplet: 98, 0A and 73. RGB value is (152,10,115). Sum of RGB (Red+Green+Blue) = 152+10+115=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #980A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A73 is #67F58C. Grayscale: #404040. Windows color (decimal): -6813069 or 7539352. OLE color: 7539352.

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

Color convert

RGB15210115-
CMYK00.930.240.40
HSL315.63º87.65%31.76%-
HSV(B)315.63º93.42%59.61%-
XYZ16.158.1316.94-
YUV64.43156.54190.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=54.87%
G=3.61%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521011500.930.240.40315.6387.6531.76
Hex98A7305D182813c5820
Octal230121630135305047413040
Binary100110001010111001101011101110001010001001111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A73; }

 p { color: rgb(152,10,115); }

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

<style>
 a { background-color: #980A73; }

 a { background-color: rgb(152,10,115); }

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

<style>
 span { border-color: #980A73; }

 span { border-color: rgb(152,10,115); }

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