Shades of Eggplant #870666
Tints of Eggplant #870666
RGB
CMYK
RGB Variations
Color information
#870666 (or 0x870666) is known color: Eggplant. HEX triplet: 87, 06 and 66. RGB value is (135,6,102). Sum of RGB (Red+Green+Blue) = 135+6+102=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #870666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870666 is #78F999. Grayscale: #373737. Windows color (decimal): -7928218 or 6686343. OLE color: 6686343.
HSL color Cylindrical-coordinate representation of color #870666: hue angle of 315.35º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870666 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.47 |
| HSL | 315.35º | 0.91% | 0.28% | - |
| HSV(B) | 315.35º | 0.96% | 0.53% | - |
| XYZ | 12.46 | 6.24 | 13.12 | - |
| YUV | 55.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 102 | 0 | 0.96 | 0.24 | 0.47 | 315.35 | 0.91 | 0.28 |
| Hex | 87 | 6 | 66 | 0 | 60 | 18 | 2F | 13B | 5B | 1C |
| Octal | 207 | 6 | 146 | 0 | 140 | 30 | 57 | 473 | 133 | 34 |
| Binary | 10000111 | 110 | 1100110 | 0 | 1100000 | 11000 | 101111 | 100111011 | 1011011 | 11100 |
Color Harmonies of #870666
Complementary color
Monochromatic Colors of #870666
Black with #870666
Text Example
Text Example
White with #870666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870666; }
p { color: rgb(135,6,102); }
H1.HeaderClassName
{
color: #870666;
}
.AnyTagClassName
{
color: #870666;
}
</style>
background-color css
<style>
a { background-color: #870666; }
a { background-color: rgb(135,6,102); }
div.DivClassName
{
background-color: #870666;
}
.BgClassName
{
background-color: #870666;
}
</style>
border-color css
<style>
span { border-color: #870666; }
span { border-color: rgb(135,6,102); }
td.TdClassName
{
border-color: #870666;
}
.TagClassName
{
border-color: #870666;
}
</style>