#980B6E

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

Shades of Eggplant #980B6E

Tints of Eggplant #980B6E

Color information

#980B6E (or 0x980B6E) is unknown color: approx Eggplant. HEX triplet: 98, 0B and 6E. RGB value is (152,11,110). Sum of RGB (Red+Green+Blue) = 152+11+110=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B6E is #67F491. Grayscale: #404040. Windows color (decimal): -6812818 or 7211928. OLE color: 7211928.

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

Color convert

RGB15211110-
CMYK00.930.280.40
HSL317.87º86.5%31.96%-
HSV(B)317.87º92.76%59.61%-
XYZ15.888.0415.47-
YUV64.45153.71190.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=55.68%
G=4.03%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521111000.930.280.40317.8786.531.96
Hex98B6E05D1C2813e5720
Octal230131560135345047612740
Binary100110001011110111001011101111001010001001111101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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