Shades of Eggplant #980169
Tints of Eggplant #980169
RGB
CMYK
RGB Variations
Color information
#980169 (or 0x980169) is known color: Eggplant. HEX triplet: 98, 01 and 69. RGB value is (152,1,105). Sum of RGB (Red+Green+Blue) = 152+1+105=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #980169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980169 is #67FE96. Grayscale: #393939. Windows color (decimal): -6815383 or 6881688. OLE color: 6881688.
HSL color Cylindrical-coordinate representation of color #980169: hue angle of 318.68º degrees, saturation: 0.99, 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 #980169 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.40 |
| HSL | 318.68º | 0.99% | 0.3% | - |
| HSV(B) | 318.68º | 0.99% | 0.6% | - |
| XYZ | 15.51 | 7.72 | 14.04 | - |
| YUV | 58.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 105 | 0 | 0.99 | 0.31 | 0.40 | 318.68 | 0.99 | 0.3 |
| Hex | 98 | 1 | 69 | 0 | 63 | 1F | 28 | 13F | 63 | 1E |
| Octal | 230 | 1 | 151 | 0 | 143 | 37 | 50 | 477 | 143 | 36 |
| Binary | 10011000 | 1 | 1101001 | 0 | 1100011 | 11111 | 101000 | 100111111 | 1100011 | 11110 |
Color Harmonies of #980169
Complementary color
Monochromatic Colors of #980169
Black with #980169
Text Example
Text Example
White with #980169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980169; }
p { color: rgb(152,1,105); }
H1.HeaderClassName
{
color: #980169;
}
.AnyTagClassName
{
color: #980169;
}
</style>
background-color css
<style>
a { background-color: #980169; }
a { background-color: rgb(152,1,105); }
div.DivClassName
{
background-color: #980169;
}
.BgClassName
{
background-color: #980169;
}
</style>
border-color css
<style>
span { border-color: #980169; }
span { border-color: rgb(152,1,105); }
td.TdClassName
{
border-color: #980169;
}
.TagClassName
{
border-color: #980169;
}
</style>