Shades of Eggplant #870958
Tints of Eggplant #870958
RGB
CMYK
RGB Variations
Color information
#870958 (or 0x870958) is known color: Eggplant. HEX triplet: 87, 09 and 58. RGB value is (135,9,88). Sum of RGB (Red+Green+Blue) = 135+9+88=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870958 is #78F6A7. Grayscale: #373737. Windows color (decimal): -7927464 or 5769607. OLE color: 5769607.
HSL color Cylindrical-coordinate representation of color #870958: hue angle of 322.38º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870958 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 88 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.47 |
| HSL | 322.38º | 0.88% | 0.28% | - |
| HSV(B) | 322.38º | 0.93% | 0.53% | - |
| XYZ | 11.85 | 6.05 | 9.78 | - |
| YUV | 55.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 88 | 0 | 0.93 | 0.35 | 0.47 | 322.38 | 0.88 | 0.28 |
| Hex | 87 | 9 | 58 | 0 | 5D | 23 | 2F | 142 | 58 | 1C |
| Octal | 207 | 11 | 130 | 0 | 135 | 43 | 57 | 502 | 130 | 34 |
| Binary | 10000111 | 1001 | 1011000 | 0 | 1011101 | 100011 | 101111 | 101000010 | 1011000 | 11100 |
Color Harmonies of #870958
Complementary color
Monochromatic Colors of #870958
Black with #870958
Text Example
Text Example
White with #870958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870958; }
p { color: rgb(135,9,88); }
H1.HeaderClassName
{
color: #870958;
}
.AnyTagClassName
{
color: #870958;
}
</style>
background-color css
<style>
a { background-color: #870958; }
a { background-color: rgb(135,9,88); }
div.DivClassName
{
background-color: #870958;
}
.BgClassName
{
background-color: #870958;
}
</style>
border-color css
<style>
span { border-color: #870958; }
span { border-color: rgb(135,9,88); }
td.TdClassName
{
border-color: #870958;
}
.TagClassName
{
border-color: #870958;
}
</style>