#980D6E

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

Shades of Eggplant #980D6E

Tints of Eggplant #980D6E

Color information

#980D6E (or 0x980D6E) is unknown color: approx Eggplant. HEX triplet: 98, 0D and 6E. RGB value is (152,13,110). Sum of RGB (Red+Green+Blue) = 152+13+110=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D6E is #67F291. Grayscale: #414141. Windows color (decimal): -6812306 or 7212440. OLE color: 7212440.

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

Color convert

RGB15213110-
CMYK00.910.280.40
HSL318.13º84.24%32.35%-
HSV(B)318.13º91.45%59.61%-
XYZ15.918.0915.47-
YUV65.62153.05189.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 110 (43.36% from 255) = 40%
R=55.27%
G=4.73%
B=40%

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
Decimal1521311000.910.280.40318.1384.2432.35
Hex98D6E05B1C2813e5420
Octal230151560133345047612440
Binary100110001101110111001011011111001010001001111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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