Shades of Eggplant #8D0266
Tints of Eggplant #8D0266
RGB
CMYK
RGB Variations
Color information
#8D0266 (or 0x8D0266) is known color: Eggplant. HEX triplet: 8D, 02 and 66. RGB value is (141,2,102). Sum of RGB (Red+Green+Blue) = 141+2+102=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0266 is #72FD99. Grayscale: #363636. Windows color (decimal): -7536026 or 6685325. OLE color: 6685325.
HSL color Cylindrical-coordinate representation of color #8D0266: hue angle of 316.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0266 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.45 |
| HSL | 316.83º | 0.97% | 0.28% | - |
| HSV(B) | 316.83º | 0.99% | 0.55% | - |
| XYZ | 13.4 | 6.67 | 13.15 | - |
| YUV | 54.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 102 | 0 | 0.99 | 0.28 | 0.45 | 316.83 | 0.97 | 0.28 |
| Hex | 8D | 2 | 66 | 0 | 63 | 1C | 2D | 13D | 61 | 1C |
| Octal | 215 | 2 | 146 | 0 | 143 | 34 | 55 | 475 | 141 | 34 |
| Binary | 10001101 | 10 | 1100110 | 0 | 1100011 | 11100 | 101101 | 100111101 | 1100001 | 11100 |
Color Harmonies of #8D0266
Complementary color
Monochromatic Colors of #8D0266
Black with #8D0266
Text Example
Text Example
White with #8D0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0266; }
p { color: rgb(141,2,102); }
H1.HeaderClassName
{
color: #8D0266;
}
.AnyTagClassName
{
color: #8D0266;
}
</style>
background-color css
<style>
a { background-color: #8D0266; }
a { background-color: rgb(141,2,102); }
div.DivClassName
{
background-color: #8D0266;
}
.BgClassName
{
background-color: #8D0266;
}
</style>
border-color css
<style>
span { border-color: #8D0266; }
span { border-color: rgb(141,2,102); }
td.TdClassName
{
border-color: #8D0266;
}
.TagClassName
{
border-color: #8D0266;
}
</style>