Shades of Eggplant #870168
Tints of Eggplant #870168
RGB
CMYK
RGB Variations
Color information
#870168 (or 0x870168) is known color: Eggplant. HEX triplet: 87, 01 and 68. RGB value is (135,1,104). Sum of RGB (Red+Green+Blue) = 135+1+104=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870168 is #78FE97. Grayscale: #343434. Windows color (decimal): -7929496 or 6816135. OLE color: 6816135.
HSL color Cylindrical-coordinate representation of color #870168: hue angle of 313.88º 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 #870168 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.47 |
| HSL | 313.88º | 0.99% | 0.27% | - |
| HSV(B) | 313.88º | 0.99% | 0.53% | - |
| XYZ | 12.5 | 6.17 | 13.63 | - |
| YUV | 52.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 104 | 0 | 0.99 | 0.23 | 0.47 | 313.88 | 0.99 | 0.27 |
| Hex | 87 | 1 | 68 | 0 | 63 | 17 | 2F | 13A | 63 | 1B |
| Octal | 207 | 1 | 150 | 0 | 143 | 27 | 57 | 472 | 143 | 33 |
| Binary | 10000111 | 1 | 1101000 | 0 | 1100011 | 10111 | 101111 | 100111010 | 1100011 | 11011 |
Color Harmonies of #870168
Complementary color
Monochromatic Colors of #870168
Black with #870168
Text Example
Text Example
White with #870168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870168; }
p { color: rgb(135,1,104); }
H1.HeaderClassName
{
color: #870168;
}
.AnyTagClassName
{
color: #870168;
}
</style>
background-color css
<style>
a { background-color: #870168; }
a { background-color: rgb(135,1,104); }
div.DivClassName
{
background-color: #870168;
}
.BgClassName
{
background-color: #870168;
}
</style>
border-color css
<style>
span { border-color: #870168; }
span { border-color: rgb(135,1,104); }
td.TdClassName
{
border-color: #870168;
}
.TagClassName
{
border-color: #870168;
}
</style>