Shades of Eggplant #980B73
Tints of Eggplant #980B73
RGB
CMYK
RGB Variations
Color information
#980B73 (or 0x980B73) is known color: Eggplant. HEX triplet: 98, 0B and 73. RGB value is (152,11,115). Sum of RGB (Red+Green+Blue) = 152+11+115=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #980B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B73 is #67F48C. Grayscale: #404040. Windows color (decimal): -6812813 or 7539608. OLE color: 7539608.
HSL color Cylindrical-coordinate representation of color #980B73: hue angle of 315.74º 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 #980B73 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 115 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.40 |
| HSL | 315.74º | 0.87% | 0.32% | - |
| HSV(B) | 315.74º | 0.93% | 0.6% | - |
| XYZ | 16.16 | 8.15 | 16.94 | - |
| YUV | 65.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 115 | 0 | 0.93 | 0.24 | 0.40 | 315.74 | 0.87 | 0.32 |
| Hex | 98 | B | 73 | 0 | 5D | 18 | 28 | 13C | 57 | 20 |
| Octal | 230 | 13 | 163 | 0 | 135 | 30 | 50 | 474 | 127 | 40 |
| Binary | 10011000 | 1011 | 1110011 | 0 | 1011101 | 11000 | 101000 | 100111100 | 1010111 | 100000 |
Color Harmonies of #980B73
Complementary color
Monochromatic Colors of #980B73
Black with #980B73
Text Example
Text Example
White with #980B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B73; }
p { color: rgb(152,11,115); }
H1.HeaderClassName
{
color: #980B73;
}
.AnyTagClassName
{
color: #980B73;
}
</style>
background-color css
<style>
a { background-color: #980B73; }
a { background-color: rgb(152,11,115); }
div.DivClassName
{
background-color: #980B73;
}
.BgClassName
{
background-color: #980B73;
}
</style>
border-color css
<style>
span { border-color: #980B73; }
span { border-color: rgb(152,11,115); }
td.TdClassName
{
border-color: #980B73;
}
.TagClassName
{
border-color: #980B73;
}
</style>