Shades of Eggplant #870262
Tints of Eggplant #870262
RGB
CMYK
RGB Variations
Color information
#870262 (or 0x870262) is known color: Eggplant. HEX triplet: 87, 02 and 62. RGB value is (135,2,98). Sum of RGB (Red+Green+Blue) = 135+2+98=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #870262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870262 is #78FD9D. Grayscale: #343434. Windows color (decimal): -7929246 or 6423175. OLE color: 6423175.
HSL color Cylindrical-coordinate representation of color #870262: hue angle of 316.69º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870262 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.47 |
| HSL | 316.69º | 0.97% | 0.27% | - |
| HSV(B) | 316.69º | 0.99% | 0.53% | - |
| XYZ | 12.22 | 6.08 | 12.08 | - |
| YUV | 52.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 98 | 0 | 0.99 | 0.27 | 0.47 | 316.69 | 0.97 | 0.27 |
| Hex | 87 | 2 | 62 | 0 | 63 | 1B | 2F | 13D | 61 | 1B |
| Octal | 207 | 2 | 142 | 0 | 143 | 33 | 57 | 475 | 141 | 33 |
| Binary | 10000111 | 10 | 1100010 | 0 | 1100011 | 11011 | 101111 | 100111101 | 1100001 | 11011 |
Color Harmonies of #870262
Complementary color
Monochromatic Colors of #870262
Black with #870262
Text Example
Text Example
White with #870262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870262; }
p { color: rgb(135,2,98); }
H1.HeaderClassName
{
color: #870262;
}
.AnyTagClassName
{
color: #870262;
}
</style>
background-color css
<style>
a { background-color: #870262; }
a { background-color: rgb(135,2,98); }
div.DivClassName
{
background-color: #870262;
}
.BgClassName
{
background-color: #870262;
}
</style>
border-color css
<style>
span { border-color: #870262; }
span { border-color: rgb(135,2,98); }
td.TdClassName
{
border-color: #870262;
}
.TagClassName
{
border-color: #870262;
}
</style>