Shades of Eggplant #980266
Tints of Eggplant #980266
RGB
CMYK
RGB Variations
Color information
#980266 (or 0x980266) is known color: Eggplant. HEX triplet: 98, 02 and 66. RGB value is (152,2,102). Sum of RGB (Red+Green+Blue) = 152+2+102=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980266 is #67FD99. Grayscale: #3A3A3A. Windows color (decimal): -6815130 or 6685336. OLE color: 6685336.
HSL color Cylindrical-coordinate representation of color #980266: hue angle of 320º degrees, saturation: 0.97, 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 #980266 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.40 |
| HSL | 320º | 0.97% | 0.3% | - |
| HSV(B) | 320º | 0.99% | 0.6% | - |
| XYZ | 15.37 | 7.68 | 13.24 | - |
| YUV | 58.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 102 | 0 | 0.99 | 0.33 | 0.40 | 320 | 0.97 | 0.3 |
| Hex | 98 | 2 | 66 | 0 | 63 | 21 | 28 | 140 | 61 | 1E |
| Octal | 230 | 2 | 146 | 0 | 143 | 41 | 50 | 500 | 141 | 36 |
| Binary | 10011000 | 10 | 1100110 | 0 | 1100011 | 100001 | 101000 | 101000000 | 1100001 | 11110 |
Color Harmonies of #980266
Complementary color
Monochromatic Colors of #980266
Black with #980266
Text Example
Text Example
White with #980266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980266; }
p { color: rgb(152,2,102); }
H1.HeaderClassName
{
color: #980266;
}
.AnyTagClassName
{
color: #980266;
}
</style>
background-color css
<style>
a { background-color: #980266; }
a { background-color: rgb(152,2,102); }
div.DivClassName
{
background-color: #980266;
}
.BgClassName
{
background-color: #980266;
}
</style>
border-color css
<style>
span { border-color: #980266; }
span { border-color: rgb(152,2,102); }
td.TdClassName
{
border-color: #980266;
}
.TagClassName
{
border-color: #980266;
}
</style>