Shades of Eggplant #980A7B
Tints of Eggplant #980A7B
RGB
CMYK
RGB Variations
Color information
#980A7B (or 0x980A7B) is known color: Eggplant. HEX triplet: 98, 0A and 7B. RGB value is (152,10,123). Sum of RGB (Red+Green+Blue) = 152+10+123=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A7B is #67F584. Grayscale: #414141. Windows color (decimal): -6813061 or 8063640. OLE color: 8063640.
HSL color Cylindrical-coordinate representation of color #980A7B: hue angle of 312.25º degrees, saturation: 0.88, 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 #980A7B is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 123 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.40 |
| HSL | 312.25º | 0.88% | 0.32% | - |
| HSV(B) | 312.25º | 0.93% | 0.6% | - |
| XYZ | 16.63 | 8.32 | 19.47 | - |
| YUV | 65.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 123 | 0 | 0.93 | 0.19 | 0.40 | 312.25 | 0.88 | 0.32 |
| Hex | 98 | A | 7B | 0 | 5D | 13 | 28 | 138 | 58 | 20 |
| Octal | 230 | 12 | 173 | 0 | 135 | 23 | 50 | 470 | 130 | 40 |
| Binary | 10011000 | 1010 | 1111011 | 0 | 1011101 | 10011 | 101000 | 100111000 | 1011000 | 100000 |
Color Harmonies of #980A7B
Complementary color
Monochromatic Colors of #980A7B
Black with #980A7B
Text Example
Text Example
White with #980A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A7B; }
p { color: rgb(152,10,123); }
H1.HeaderClassName
{
color: #980A7B;
}
.AnyTagClassName
{
color: #980A7B;
}
</style>
background-color css
<style>
a { background-color: #980A7B; }
a { background-color: rgb(152,10,123); }
div.DivClassName
{
background-color: #980A7B;
}
.BgClassName
{
background-color: #980A7B;
}
</style>
border-color css
<style>
span { border-color: #980A7B; }
span { border-color: rgb(152,10,123); }
td.TdClassName
{
border-color: #980A7B;
}
.TagClassName
{
border-color: #980A7B;
}
</style>