Shades of Eggplant #980866
Tints of Eggplant #980866
RGB
CMYK
RGB Variations
Color information
#980866 (or 0x980866) is known color: Eggplant. HEX triplet: 98, 08 and 66. RGB value is (152,8,102). Sum of RGB (Red+Green+Blue) = 152+8+102=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #980866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980866 is #67F799. Grayscale: #3D3D3D. Windows color (decimal): -6813594 or 6686872. OLE color: 6686872.
HSL color Cylindrical-coordinate representation of color #980866: hue angle of 320.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980866 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.40 |
| HSL | 320.83º | 0.9% | 0.31% | - |
| HSV(B) | 320.83º | 0.95% | 0.6% | - |
| XYZ | 15.43 | 7.81 | 13.26 | - |
| YUV | 61.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 102 | 0 | 0.95 | 0.33 | 0.40 | 320.83 | 0.9 | 0.31 |
| Hex | 98 | 8 | 66 | 0 | 5F | 21 | 28 | 141 | 5A | 1F |
| Octal | 230 | 10 | 146 | 0 | 137 | 41 | 50 | 501 | 132 | 37 |
| Binary | 10011000 | 1000 | 1100110 | 0 | 1011111 | 100001 | 101000 | 101000001 | 1011010 | 11111 |
Color Harmonies of #980866
Complementary color
Monochromatic Colors of #980866
Black with #980866
Text Example
Text Example
White with #980866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980866; }
p { color: rgb(152,8,102); }
H1.HeaderClassName
{
color: #980866;
}
.AnyTagClassName
{
color: #980866;
}
</style>
background-color css
<style>
a { background-color: #980866; }
a { background-color: rgb(152,8,102); }
div.DivClassName
{
background-color: #980866;
}
.BgClassName
{
background-color: #980866;
}
</style>
border-color css
<style>
span { border-color: #980866; }
span { border-color: rgb(152,8,102); }
td.TdClassName
{
border-color: #980866;
}
.TagClassName
{
border-color: #980866;
}
</style>