#980D6A

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

Shades of Eggplant #980D6A

Tints of Eggplant #980D6A

Color information

#980D6A (or 0x980D6A) is unknown color: approx Eggplant. HEX triplet: 98, 0D and 6A. RGB value is (152,13,106). Sum of RGB (Red+Green+Blue) = 152+13+106=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D6A is #67F295. Grayscale: #404040. Windows color (decimal): -6812310 or 6950296. OLE color: 6950296.

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

Color convert

RGB15213106-
CMYK00.910.300.40
HSL319.86º84.24%32.35%-
HSV(B)319.86º91.45%59.61%-
XYZ15.69814.35-
YUV65.16151.05189.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 13 (5.47% from 255) = 4.80%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=56.09%
G=4.80%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521310600.910.300.40319.8684.2432.35
Hex98D6A05B1E281405420
Octal230151520133365050012440
Binary100110001101110101001011011111101010001010000001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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