Shades of Eggplant #981569
Tints of Eggplant #981569
RGB
CMYK
RGB Variations
Color information
#981569 (or 0x981569) is known color: Eggplant. HEX triplet: 98, 15 and 69. RGB value is (152,21,105). Sum of RGB (Red+Green+Blue) = 152+21+105=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #981569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981569 is #67EA96. Grayscale: #454545. Windows color (decimal): -6810263 or 6886808. OLE color: 6886808.
HSL color Cylindrical-coordinate representation of color #981569: hue angle of 321.53º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981569 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 105 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.40 |
| HSL | 321.53º | 0.76% | 0.34% | - |
| HSV(B) | 321.53º | 0.86% | 0.6% | - |
| XYZ | 15.77 | 8.23 | 14.12 | - |
| YUV | 69.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 105 | 0 | 0.86 | 0.31 | 0.40 | 321.53 | 0.76 | 0.34 |
| Hex | 98 | 15 | 69 | 0 | 56 | 1F | 28 | 142 | 4C | 22 |
| Octal | 230 | 25 | 151 | 0 | 126 | 37 | 50 | 502 | 114 | 42 |
| Binary | 10011000 | 10101 | 1101001 | 0 | 1010110 | 11111 | 101000 | 101000010 | 1001100 | 100010 |
Color Harmonies of #981569
Complementary color
Monochromatic Colors of #981569
Black with #981569
Text Example
Text Example
White with #981569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981569; }
p { color: rgb(152,21,105); }
H1.HeaderClassName
{
color: #981569;
}
.AnyTagClassName
{
color: #981569;
}
</style>
background-color css
<style>
a { background-color: #981569; }
a { background-color: rgb(152,21,105); }
div.DivClassName
{
background-color: #981569;
}
.BgClassName
{
background-color: #981569;
}
</style>
border-color css
<style>
span { border-color: #981569; }
span { border-color: rgb(152,21,105); }
td.TdClassName
{
border-color: #981569;
}
.TagClassName
{
border-color: #981569;
}
</style>