Shades of Eggplant #981266
Tints of Eggplant #981266
RGB
CMYK
RGB Variations
Color information
#981266 (or 0x981266) is known color: Eggplant. HEX triplet: 98, 12 and 66. RGB value is (152,18,102). Sum of RGB (Red+Green+Blue) = 152+18+102=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #981266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981266 is #67ED99. Grayscale: #434343. Windows color (decimal): -6811034 or 6689432. OLE color: 6689432.
HSL color Cylindrical-coordinate representation of color #981266: hue angle of 322.39º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981266 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 102 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.40 |
| HSL | 322.39º | 0.79% | 0.33% | - |
| HSV(B) | 322.39º | 0.88% | 0.6% | - |
| XYZ | 15.56 | 8.07 | 13.31 | - |
| YUV | 67.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 102 | 0 | 0.88 | 0.33 | 0.40 | 322.39 | 0.79 | 0.33 |
| Hex | 98 | 12 | 66 | 0 | 58 | 21 | 28 | 142 | 4F | 21 |
| Octal | 230 | 22 | 146 | 0 | 130 | 41 | 50 | 502 | 117 | 41 |
| Binary | 10011000 | 10010 | 1100110 | 0 | 1011000 | 100001 | 101000 | 101000010 | 1001111 | 100001 |
Color Harmonies of #981266
Complementary color
Monochromatic Colors of #981266
Black with #981266
Text Example
Text Example
White with #981266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981266; }
p { color: rgb(152,18,102); }
H1.HeaderClassName
{
color: #981266;
}
.AnyTagClassName
{
color: #981266;
}
</style>
background-color css
<style>
a { background-color: #981266; }
a { background-color: rgb(152,18,102); }
div.DivClassName
{
background-color: #981266;
}
.BgClassName
{
background-color: #981266;
}
</style>
border-color css
<style>
span { border-color: #981266; }
span { border-color: rgb(152,18,102); }
td.TdClassName
{
border-color: #981266;
}
.TagClassName
{
border-color: #981266;
}
</style>