#980D6F

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

Shades of Eggplant #980D6F

Tints of Eggplant #980D6F

Color information

#980D6F (or 0x980D6F) is unknown color: approx Eggplant. HEX triplet: 98, 0D and 6F. RGB value is (152,13,111). Sum of RGB (Red+Green+Blue) = 152+13+111=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D6F is #67F290. Grayscale: #414141. Windows color (decimal): -6812305 or 7277976. OLE color: 7277976.

HSL color Cylindrical-coordinate representation of color #980D6F: hue angle of 317.7º 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 #980D6F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15213111-
CMYK00.910.270.40
HSL317.7º84.24%32.35%-
HSV(B)317.7º91.45%59.61%-
XYZ15.968.1115.76-
YUV65.73153.55189.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=55.07%
G=4.71%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521311100.910.270.40317.784.2432.35
Hex98D6F05B1B2813e5420
Octal230151570133335047612440
Binary100110001101110111101011011110111010001001111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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