Shades of Eggplant #9C086B
Tints of Eggplant #9C086B
RGB
CMYK
RGB Variations
Color information
#9C086B (or 0x9C086B) is known color: Eggplant. HEX triplet: 9C, 08 and 6B. RGB value is (156,8,107). Sum of RGB (Red+Green+Blue) = 156+8+107=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C086B is #63F794. Grayscale: #3F3F3F. Windows color (decimal): -6551445 or 7014556. OLE color: 7014556.
HSL color Cylindrical-coordinate representation of color #9C086B: hue angle of 319.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C086B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 107 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.39 |
| HSL | 319.86º | 0.9% | 0.32% | - |
| HSV(B) | 319.86º | 0.95% | 0.61% | - |
| XYZ | 16.45 | 8.3 | 14.65 | - |
| YUV | 63.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 107 | 0 | 0.95 | 0.31 | 0.39 | 319.86 | 0.9 | 0.32 |
| Hex | 9C | 8 | 6B | 0 | 5F | 1F | 27 | 140 | 5A | 20 |
| Octal | 234 | 10 | 153 | 0 | 137 | 37 | 47 | 500 | 132 | 40 |
| Binary | 10011100 | 1000 | 1101011 | 0 | 1011111 | 11111 | 100111 | 101000000 | 1011010 | 100000 |
Color Harmonies of #9C086B
Complementary color
Monochromatic Colors of #9C086B
Black with #9C086B
Text Example
Text Example
White with #9C086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C086B; }
p { color: rgb(156,8,107); }
H1.HeaderClassName
{
color: #9C086B;
}
.AnyTagClassName
{
color: #9C086B;
}
</style>
background-color css
<style>
a { background-color: #9C086B; }
a { background-color: rgb(156,8,107); }
div.DivClassName
{
background-color: #9C086B;
}
.BgClassName
{
background-color: #9C086B;
}
</style>
border-color css
<style>
span { border-color: #9C086B; }
span { border-color: rgb(156,8,107); }
td.TdClassName
{
border-color: #9C086B;
}
.TagClassName
{
border-color: #9C086B;
}
</style>