#980F6D

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

Shades of Eggplant #980F6D

Tints of Eggplant #980F6D

Color information

#980F6D (or 0x980F6D) is unknown color: approx Eggplant. HEX triplet: 98, 0F and 6D. RGB value is (152,15,109). Sum of RGB (Red+Green+Blue) = 152+15+109=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F6D is #67F092. Grayscale: #424242. Windows color (decimal): -6811795 or 7147416. OLE color: 7147416.

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

Color convert

RGB15215109-
CMYK00.900.280.40
HSL318.83º82.04%32.75%-
HSV(B)318.83º90.13%59.61%-
XYZ15.888.1215.2-
YUV66.68151.89188.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=55.07%
G=5.43%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521510900.900.280.40318.8382.0432.75
Hex98F6D05A1C2813f5221
Octal230171550132345047712241
Binary100110001111110110101011010111001010001001111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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