Shades of Eggplant #871263
Tints of Eggplant #871263
RGB
CMYK
RGB Variations
Color information
#871263 (or 0x871263) is known color: Eggplant. HEX triplet: 87, 12 and 63. RGB value is (135,18,99). Sum of RGB (Red+Green+Blue) = 135+18+99=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #871263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871263 is #78ED9C. Grayscale: #3E3E3E. Windows color (decimal): -7925149 or 6492807. OLE color: 6492807.
HSL color Cylindrical-coordinate representation of color #871263: hue angle of 318.46º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871263 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 99 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.47 |
| HSL | 318.46º | 0.76% | 0.3% | - |
| HSV(B) | 318.46º | 0.87% | 0.53% | - |
| XYZ | 12.46 | 6.48 | 12.4 | - |
| YUV | 62.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 99 | 0 | 0.87 | 0.27 | 0.47 | 318.46 | 0.76 | 0.3 |
| Hex | 87 | 12 | 63 | 0 | 57 | 1B | 2F | 13E | 4C | 1E |
| Octal | 207 | 22 | 143 | 0 | 127 | 33 | 57 | 476 | 114 | 36 |
| Binary | 10000111 | 10010 | 1100011 | 0 | 1010111 | 11011 | 101111 | 100111110 | 1001100 | 11110 |
Color Harmonies of #871263
Complementary color
Monochromatic Colors of #871263
Black with #871263
Text Example
Text Example
White with #871263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871263; }
p { color: rgb(135,18,99); }
H1.HeaderClassName
{
color: #871263;
}
.AnyTagClassName
{
color: #871263;
}
</style>
background-color css
<style>
a { background-color: #871263; }
a { background-color: rgb(135,18,99); }
div.DivClassName
{
background-color: #871263;
}
.BgClassName
{
background-color: #871263;
}
</style>
border-color css
<style>
span { border-color: #871263; }
span { border-color: rgb(135,18,99); }
td.TdClassName
{
border-color: #871263;
}
.TagClassName
{
border-color: #871263;
}
</style>