Shades of Eggplant #8D0274
Tints of Eggplant #8D0274
RGB
CMYK
RGB Variations
Color information
#8D0274 (or 0x8D0274) is known color: Eggplant. HEX triplet: 8D, 02 and 74. RGB value is (141,2,116). Sum of RGB (Red+Green+Blue) = 141+2+116=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0274 is #72FD8B. Grayscale: #383838. Windows color (decimal): -7536012 or 7602829. OLE color: 7602829.
HSL color Cylindrical-coordinate representation of color #8D0274: hue angle of 310.79º 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 #8D0274 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.45 |
| HSL | 310.79º | 0.97% | 0.28% | - |
| HSV(B) | 310.79º | 0.99% | 0.55% | - |
| XYZ | 14.16 | 6.97 | 17.12 | - |
| YUV | 56.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 116 | 0 | 0.99 | 0.18 | 0.45 | 310.79 | 0.97 | 0.28 |
| Hex | 8D | 2 | 74 | 0 | 63 | 12 | 2D | 137 | 61 | 1C |
| Octal | 215 | 2 | 164 | 0 | 143 | 22 | 55 | 467 | 141 | 34 |
| Binary | 10001101 | 10 | 1110100 | 0 | 1100011 | 10010 | 101101 | 100110111 | 1100001 | 11100 |
Color Harmonies of #8D0274
Complementary color
Monochromatic Colors of #8D0274
Black with #8D0274
Text Example
Text Example
White with #8D0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0274; }
p { color: rgb(141,2,116); }
H1.HeaderClassName
{
color: #8D0274;
}
.AnyTagClassName
{
color: #8D0274;
}
</style>
background-color css
<style>
a { background-color: #8D0274; }
a { background-color: rgb(141,2,116); }
div.DivClassName
{
background-color: #8D0274;
}
.BgClassName
{
background-color: #8D0274;
}
</style>
border-color css
<style>
span { border-color: #8D0274; }
span { border-color: rgb(141,2,116); }
td.TdClassName
{
border-color: #8D0274;
}
.TagClassName
{
border-color: #8D0274;
}
</style>