Shades of Eggplant #870169
Tints of Eggplant #870169
RGB
CMYK
RGB Variations
Color information
#870169 (or 0x870169) is known color: Eggplant. HEX triplet: 87, 01 and 69. RGB value is (135,1,105). Sum of RGB (Red+Green+Blue) = 135+1+105=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870169 is #78FE96. Grayscale: #343434. Windows color (decimal): -7929495 or 6881671. OLE color: 6881671.
HSL color Cylindrical-coordinate representation of color #870169: hue angle of 313.43º 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 #870169 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.47 |
| HSL | 313.43º | 0.99% | 0.27% | - |
| HSV(B) | 313.43º | 0.99% | 0.53% | - |
| XYZ | 12.55 | 6.19 | 13.9 | - |
| YUV | 52.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 105 | 0 | 0.99 | 0.22 | 0.47 | 313.43 | 0.99 | 0.27 |
| Hex | 87 | 1 | 69 | 0 | 63 | 16 | 2F | 139 | 63 | 1B |
| Octal | 207 | 1 | 151 | 0 | 143 | 26 | 57 | 471 | 143 | 33 |
| Binary | 10000111 | 1 | 1101001 | 0 | 1100011 | 10110 | 101111 | 100111001 | 1100011 | 11011 |
Color Harmonies of #870169
Complementary color
Monochromatic Colors of #870169
Black with #870169
Text Example
Text Example
White with #870169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870169; }
p { color: rgb(135,1,105); }
H1.HeaderClassName
{
color: #870169;
}
.AnyTagClassName
{
color: #870169;
}
</style>
background-color css
<style>
a { background-color: #870169; }
a { background-color: rgb(135,1,105); }
div.DivClassName
{
background-color: #870169;
}
.BgClassName
{
background-color: #870169;
}
</style>
border-color css
<style>
span { border-color: #870169; }
span { border-color: rgb(135,1,105); }
td.TdClassName
{
border-color: #870169;
}
.TagClassName
{
border-color: #870169;
}
</style>