Shades of Eggplant #870C65
Tints of Eggplant #870C65
RGB
CMYK
RGB Variations
Color information
#870C65 (or 0x870C65) is known color: Eggplant. HEX triplet: 87, 0C and 65. RGB value is (135,12,101). Sum of RGB (Red+Green+Blue) = 135+12+101=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C65 is #78F39A. Grayscale: #3A3A3A. Windows color (decimal): -7926683 or 6622343. OLE color: 6622343.
HSL color Cylindrical-coordinate representation of color #870C65: hue angle of 316.59º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C65 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 101 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.47 |
| HSL | 316.59º | 0.84% | 0.29% | - |
| HSV(B) | 316.59º | 0.91% | 0.53% | - |
| XYZ | 12.47 | 6.35 | 12.88 | - |
| YUV | 58.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 101 | 0 | 0.91 | 0.25 | 0.47 | 316.59 | 0.84 | 0.29 |
| Hex | 87 | C | 65 | 0 | 5B | 19 | 2F | 13D | 54 | 1D |
| Octal | 207 | 14 | 145 | 0 | 133 | 31 | 57 | 475 | 124 | 35 |
| Binary | 10000111 | 1100 | 1100101 | 0 | 1011011 | 11001 | 101111 | 100111101 | 1010100 | 11101 |
Color Harmonies of #870C65
Complementary color
Monochromatic Colors of #870C65
Black with #870C65
Text Example
Text Example
White with #870C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C65; }
p { color: rgb(135,12,101); }
H1.HeaderClassName
{
color: #870C65;
}
.AnyTagClassName
{
color: #870C65;
}
</style>
background-color css
<style>
a { background-color: #870C65; }
a { background-color: rgb(135,12,101); }
div.DivClassName
{
background-color: #870C65;
}
.BgClassName
{
background-color: #870C65;
}
</style>
border-color css
<style>
span { border-color: #870C65; }
span { border-color: rgb(135,12,101); }
td.TdClassName
{
border-color: #870C65;
}
.TagClassName
{
border-color: #870C65;
}
</style>