Shades of Eggplant #8C0267
Tints of Eggplant #8C0267
RGB
CMYK
RGB Variations
Color information
#8C0267 (or 0x8C0267) is known color: Eggplant. HEX triplet: 8C, 02 and 67. RGB value is (140,2,103). Sum of RGB (Red+Green+Blue) = 140+2+103=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0267 is #73FD98. Grayscale: #363636. Windows color (decimal): -7601561 or 6750860. OLE color: 6750860.
HSL color Cylindrical-coordinate representation of color #8C0267: hue angle of 316.09º 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 #8C0267 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.45 |
| HSL | 316.09º | 0.97% | 0.28% | - |
| HSV(B) | 316.09º | 0.99% | 0.55% | - |
| XYZ | 13.29 | 6.6 | 13.41 | - |
| YUV | 54.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 103 | 0 | 0.99 | 0.26 | 0.45 | 316.09 | 0.97 | 0.28 |
| Hex | 8C | 2 | 67 | 0 | 63 | 1A | 2D | 13C | 61 | 1C |
| Octal | 214 | 2 | 147 | 0 | 143 | 32 | 55 | 474 | 141 | 34 |
| Binary | 10001100 | 10 | 1100111 | 0 | 1100011 | 11010 | 101101 | 100111100 | 1100001 | 11100 |
Color Harmonies of #8C0267
Complementary color
Monochromatic Colors of #8C0267
Black with #8C0267
Text Example
Text Example
White with #8C0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0267; }
p { color: rgb(140,2,103); }
H1.HeaderClassName
{
color: #8C0267;
}
.AnyTagClassName
{
color: #8C0267;
}
</style>
background-color css
<style>
a { background-color: #8C0267; }
a { background-color: rgb(140,2,103); }
div.DivClassName
{
background-color: #8C0267;
}
.BgClassName
{
background-color: #8C0267;
}
</style>
border-color css
<style>
span { border-color: #8C0267; }
span { border-color: rgb(140,2,103); }
td.TdClassName
{
border-color: #8C0267;
}
.TagClassName
{
border-color: #8C0267;
}
</style>