Shades of Eggplant #9B0866
Tints of Eggplant #9B0866
RGB
CMYK
RGB Variations
Color information
#9B0866 (or 0x9B0866) is known color: Eggplant. HEX triplet: 9B, 08 and 66. RGB value is (155,8,102). Sum of RGB (Red+Green+Blue) = 155+8+102=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0866 is #64F799. Grayscale: #3E3E3E. Windows color (decimal): -6616986 or 6686875. OLE color: 6686875.
HSL color Cylindrical-coordinate representation of color #9B0866: hue angle of 321.63º 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 #9B0866 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.39 |
| HSL | 321.63º | 0.9% | 0.32% | - |
| HSV(B) | 321.63º | 0.95% | 0.61% | - |
| XYZ | 16 | 8.1 | 13.29 | - |
| YUV | 62.67 | 150.2 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 102 | 0 | 0.95 | 0.34 | 0.39 | 321.63 | 0.9 | 0.32 |
| Hex | 9B | 8 | 66 | 0 | 5F | 22 | 27 | 142 | 5A | 20 |
| Octal | 233 | 10 | 146 | 0 | 137 | 42 | 47 | 502 | 132 | 40 |
| Binary | 10011011 | 1000 | 1100110 | 0 | 1011111 | 100010 | 100111 | 101000010 | 1011010 | 100000 |
Color Harmonies of #9B0866
Complementary color
Monochromatic Colors of #9B0866
Black with #9B0866
Text Example
Text Example
White with #9B0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0866; }
p { color: rgb(155,8,102); }
H1.HeaderClassName
{
color: #9B0866;
}
.AnyTagClassName
{
color: #9B0866;
}
</style>
background-color css
<style>
a { background-color: #9B0866; }
a { background-color: rgb(155,8,102); }
div.DivClassName
{
background-color: #9B0866;
}
.BgClassName
{
background-color: #9B0866;
}
</style>
border-color css
<style>
span { border-color: #9B0866; }
span { border-color: rgb(155,8,102); }
td.TdClassName
{
border-color: #9B0866;
}
.TagClassName
{
border-color: #9B0866;
}
</style>