Shades of Eggplant #980259
Tints of Eggplant #980259
RGB
CMYK
RGB Variations
Color information
#980259 (or 0x980259) is known color: Eggplant. HEX triplet: 98, 02 and 59. RGB value is (152,2,89). Sum of RGB (Red+Green+Blue) = 152+2+89=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980259 is #67FDA6. Grayscale: #383838. Windows color (decimal): -6815143 or 5833368. OLE color: 5833368.
HSL color Cylindrical-coordinate representation of color #980259: hue angle of 325.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980259 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.40 |
| HSL | 325.2º | 0.97% | 0.3% | - |
| HSV(B) | 325.2º | 0.99% | 0.6% | - |
| XYZ | 14.77 | 7.44 | 10.11 | - |
| YUV | 56.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 89 | 0 | 0.99 | 0.41 | 0.40 | 325.2 | 0.97 | 0.3 |
| Hex | 98 | 2 | 59 | 0 | 63 | 29 | 28 | 145 | 61 | 1E |
| Octal | 230 | 2 | 131 | 0 | 143 | 51 | 50 | 505 | 141 | 36 |
| Binary | 10011000 | 10 | 1011001 | 0 | 1100011 | 101001 | 101000 | 101000101 | 1100001 | 11110 |
Color Harmonies of #980259
Complementary color
Monochromatic Colors of #980259
Black with #980259
Text Example
Text Example
White with #980259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980259; }
p { color: rgb(152,2,89); }
H1.HeaderClassName
{
color: #980259;
}
.AnyTagClassName
{
color: #980259;
}
</style>
background-color css
<style>
a { background-color: #980259; }
a { background-color: rgb(152,2,89); }
div.DivClassName
{
background-color: #980259;
}
.BgClassName
{
background-color: #980259;
}
</style>
border-color css
<style>
span { border-color: #980259; }
span { border-color: rgb(152,2,89); }
td.TdClassName
{
border-color: #980259;
}
.TagClassName
{
border-color: #980259;
}
</style>