Shades of Eggplant #980066
Tints of Eggplant #980066
RGB
CMYK
RGB Variations
Color information
#980066 (or 0x980066) is known color: Eggplant. HEX triplet: 98, 00 and 66. RGB value is (152,0,102). Sum of RGB (Red+Green+Blue) = 152+0+102=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #980066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980066 is #67FF99. Grayscale: #383838. Windows color (decimal): -6815642 or 6684824. OLE color: 6684824.
HSL color Cylindrical-coordinate representation of color #980066: hue angle of 319.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980066 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.33 | 0.40 |
| HSL | 319.74º | 1% | 0.3% | - |
| HSV(B) | 319.74º | 1% | 0.6% | - |
| XYZ | 15.35 | 7.63 | 13.24 | - |
| YUV | 57.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 102 | 0 | 1 | 0.33 | 0.40 | 319.74 | 1 | 0.3 |
| Hex | 98 | 0 | 66 | 0 | 64 | 21 | 28 | 140 | 64 | 1E |
| Octal | 230 | 0 | 146 | 0 | 144 | 41 | 50 | 500 | 144 | 36 |
| Binary | 10011000 | 0 | 1100110 | 0 | 1100100 | 100001 | 101000 | 101000000 | 1100100 | 11110 |
Color Harmonies of #980066
Complementary color
Monochromatic Colors of #980066
Black with #980066
Text Example
Text Example
White with #980066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980066; }
p { color: rgb(152,0,102); }
H1.HeaderClassName
{
color: #980066;
}
.AnyTagClassName
{
color: #980066;
}
</style>
background-color css
<style>
a { background-color: #980066; }
a { background-color: rgb(152,0,102); }
div.DivClassName
{
background-color: #980066;
}
.BgClassName
{
background-color: #980066;
}
</style>
border-color css
<style>
span { border-color: #980066; }
span { border-color: rgb(152,0,102); }
td.TdClassName
{
border-color: #980066;
}
.TagClassName
{
border-color: #980066;
}
</style>