#980D62

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

Shades of Eggplant #980D62

Tints of Eggplant #980D62

Color information

#980D62 (or 0x980D62) is unknown color: approx Eggplant. HEX triplet: 98, 0D and 62. RGB value is (152,13,98). Sum of RGB (Red+Green+Blue) = 152+13+98=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #980D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D62 is #67F29D. Grayscale: #404040. Windows color (decimal): -6812318 or 6426008. OLE color: 6426008.

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

Color convert

RGB1521398-
CMYK00.910.360.40
HSL323.31º84.24%32.35%-
HSV(B)323.31º91.45%59.61%-
XYZ15.37.8512.26-
YUV64.25147.05190.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 13 (5.47% from 255) = 4.94%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=57.79%
G=4.94%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152139800.910.360.40323.3184.2432.35
Hex98D6205B24281435420
Octal230151420133445050312440
Binary1001100011011100010010110111001001010001010000111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,98); }

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

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

 a { background-color: rgb(152,13,98); }

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

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

 span { border-color: rgb(152,13,98); }

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