#980976

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

Shades of Eggplant #980976

Tints of Eggplant #980976

Color information

#980976 (or 0x980976) is unknown color: approx Eggplant. HEX triplet: 98, 09 and 76. RGB value is (152,9,118). Sum of RGB (Red+Green+Blue) = 152+9+118=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #980976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980976 is #67F689. Grayscale: #3F3F3F. Windows color (decimal): -6813322 or 7735704. OLE color: 7735704.

HSL color Cylindrical-coordinate representation of color #980976: hue angle of 314.27º degrees, saturation: 0.89, 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 #980976 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB1529118-
CMYK00.940.220.40
HSL314.27º88.82%31.57%-
HSV(B)314.27º94.08%59.61%-
XYZ16.328.1817.86-
YUV64.18158.38190.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=54.48%
G=3.23%
B=42.29%

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
Decimal152911800.940.220.40314.2788.8231.57
Hex9897605E162813a5920
Octal230111660136265047213140
Binary100110001001111011001011110101101010001001110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980976; }

 p { color: rgb(152,9,118); }

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

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

 a { background-color: rgb(152,9,118); }

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

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

 span { border-color: rgb(152,9,118); }

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