Shades of Eggplant #870152
Tints of Eggplant #870152
RGB
CMYK
RGB Variations
Color information
#870152 (or 0x870152) is known color: Eggplant. HEX triplet: 87, 01 and 52. RGB value is (135,1,82). Sum of RGB (Red+Green+Blue) = 135+1+82=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #870152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870152 is #78FEAD. Grayscale: #323232. Windows color (decimal): -7929518 or 5374343. OLE color: 5374343.
HSL color Cylindrical-coordinate representation of color #870152: hue angle of 323.73º degrees, saturation: 0.99, 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 #870152 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.47 |
| HSL | 323.73º | 0.99% | 0.27% | - |
| HSV(B) | 323.73º | 0.99% | 0.53% | - |
| XYZ | 11.53 | 5.78 | 8.49 | - |
| YUV | 50.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 82 | 0 | 0.99 | 0.39 | 0.47 | 323.73 | 0.99 | 0.27 |
| Hex | 87 | 1 | 52 | 0 | 63 | 27 | 2F | 144 | 63 | 1B |
| Octal | 207 | 1 | 122 | 0 | 143 | 47 | 57 | 504 | 143 | 33 |
| Binary | 10000111 | 1 | 1010010 | 0 | 1100011 | 100111 | 101111 | 101000100 | 1100011 | 11011 |
Color Harmonies of #870152
Complementary color
Monochromatic Colors of #870152
Black with #870152
Text Example
Text Example
White with #870152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870152; }
p { color: rgb(135,1,82); }
H1.HeaderClassName
{
color: #870152;
}
.AnyTagClassName
{
color: #870152;
}
</style>
background-color css
<style>
a { background-color: #870152; }
a { background-color: rgb(135,1,82); }
div.DivClassName
{
background-color: #870152;
}
.BgClassName
{
background-color: #870152;
}
</style>
border-color css
<style>
span { border-color: #870152; }
span { border-color: rgb(135,1,82); }
td.TdClassName
{
border-color: #870152;
}
.TagClassName
{
border-color: #870152;
}
</style>