#980E6D

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

Shades of Eggplant #980E6D

Tints of Eggplant #980E6D

Color information

#980E6D (or 0x980E6D) is unknown color: approx Eggplant. HEX triplet: 98, 0E and 6D. RGB value is (152,14,109). Sum of RGB (Red+Green+Blue) = 152+14+109=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E6D is #67F192. Grayscale: #414141. Windows color (decimal): -6812051 or 7147160. OLE color: 7147160.

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

Color convert

RGB15214109-
CMYK00.910.280.40
HSL318.7º83.13%32.55%-
HSV(B)318.7º90.79%59.61%-
XYZ15.878.0915.19-
YUV66.09152.22189.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=55.27%
G=5.09%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521410900.910.280.40318.783.1332.55
Hex98E6D05B1C2813f5321
Octal230161550133345047712341
Binary100110001110110110101011011111001010001001111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,109); }

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

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

 a { background-color: rgb(152,14,109); }

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

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

 span { border-color: rgb(152,14,109); }

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