Shades of Eggplant #980167
Tints of Eggplant #980167
RGB
CMYK
RGB Variations
Color information
#980167 (or 0x980167) is known color: Eggplant. HEX triplet: 98, 01 and 67. RGB value is (152,1,103). Sum of RGB (Red+Green+Blue) = 152+1+103=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980167 is #67FE98. Grayscale: #393939. Windows color (decimal): -6815385 or 6750616. OLE color: 6750616.
HSL color Cylindrical-coordinate representation of color #980167: hue angle of 319.47º 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 #980167 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.40 |
| HSL | 319.47º | 0.99% | 0.3% | - |
| HSV(B) | 319.47º | 0.99% | 0.6% | - |
| XYZ | 15.41 | 7.68 | 13.5 | - |
| YUV | 57.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 103 | 0 | 0.99 | 0.32 | 0.40 | 319.47 | 0.99 | 0.3 |
| Hex | 98 | 1 | 67 | 0 | 63 | 20 | 28 | 13F | 63 | 1E |
| Octal | 230 | 1 | 147 | 0 | 143 | 40 | 50 | 477 | 143 | 36 |
| Binary | 10011000 | 1 | 1100111 | 0 | 1100011 | 100000 | 101000 | 100111111 | 1100011 | 11110 |
Color Harmonies of #980167
Complementary color
Monochromatic Colors of #980167
Black with #980167
Text Example
Text Example
White with #980167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980167; }
p { color: rgb(152,1,103); }
H1.HeaderClassName
{
color: #980167;
}
.AnyTagClassName
{
color: #980167;
}
</style>
background-color css
<style>
a { background-color: #980167; }
a { background-color: rgb(152,1,103); }
div.DivClassName
{
background-color: #980167;
}
.BgClassName
{
background-color: #980167;
}
</style>
border-color css
<style>
span { border-color: #980167; }
span { border-color: rgb(152,1,103); }
td.TdClassName
{
border-color: #980167;
}
.TagClassName
{
border-color: #980167;
}
</style>