Shades of Eggplant #870269
Tints of Eggplant #870269
RGB
CMYK
RGB Variations
Color information
#870269 (or 0x870269) is known color: Eggplant. HEX triplet: 87, 02 and 69. RGB value is (135,2,105). Sum of RGB (Red+Green+Blue) = 135+2+105=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870269 is #78FD96. Grayscale: #353535. Windows color (decimal): -7929239 or 6881927. OLE color: 6881927.
HSL color Cylindrical-coordinate representation of color #870269: hue angle of 313.53º 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 #870269 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.47 |
| HSL | 313.53º | 0.97% | 0.27% | - |
| HSV(B) | 313.53º | 0.99% | 0.53% | - |
| XYZ | 12.56 | 6.21 | 13.9 | - |
| YUV | 53.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 105 | 0 | 0.99 | 0.22 | 0.47 | 313.53 | 0.97 | 0.27 |
| Hex | 87 | 2 | 69 | 0 | 63 | 16 | 2F | 13A | 61 | 1B |
| Octal | 207 | 2 | 151 | 0 | 143 | 26 | 57 | 472 | 141 | 33 |
| Binary | 10000111 | 10 | 1101001 | 0 | 1100011 | 10110 | 101111 | 100111010 | 1100001 | 11011 |
Color Harmonies of #870269
Complementary color
Monochromatic Colors of #870269
Black with #870269
Text Example
Text Example
White with #870269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870269; }
p { color: rgb(135,2,105); }
H1.HeaderClassName
{
color: #870269;
}
.AnyTagClassName
{
color: #870269;
}
</style>
background-color css
<style>
a { background-color: #870269; }
a { background-color: rgb(135,2,105); }
div.DivClassName
{
background-color: #870269;
}
.BgClassName
{
background-color: #870269;
}
</style>
border-color css
<style>
span { border-color: #870269; }
span { border-color: rgb(135,2,105); }
td.TdClassName
{
border-color: #870269;
}
.TagClassName
{
border-color: #870269;
}
</style>