Shades of Eggplant #9B0871
Tints of Eggplant #9B0871
RGB
CMYK
RGB Variations
Color information
#9B0871 (or 0x9B0871) is known color: Eggplant. HEX triplet: 9B, 08 and 71. RGB value is (155,8,113). Sum of RGB (Red+Green+Blue) = 155+8+113=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0871 is #64F78E. Grayscale: #3F3F3F. Windows color (decimal): -6616975 or 7407771. OLE color: 7407771.
HSL color Cylindrical-coordinate representation of color #9B0871: hue angle of 317.14º 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 #9B0871 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 113 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.39 |
| HSL | 317.14º | 0.9% | 0.32% | - |
| HSV(B) | 317.14º | 0.95% | 0.61% | - |
| XYZ | 16.59 | 8.33 | 16.36 | - |
| YUV | 63.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 113 | 0 | 0.95 | 0.27 | 0.39 | 317.14 | 0.9 | 0.32 |
| Hex | 9B | 8 | 71 | 0 | 5F | 1B | 27 | 13D | 5A | 20 |
| Octal | 233 | 10 | 161 | 0 | 137 | 33 | 47 | 475 | 132 | 40 |
| Binary | 10011011 | 1000 | 1110001 | 0 | 1011111 | 11011 | 100111 | 100111101 | 1011010 | 100000 |
Color Harmonies of #9B0871
Complementary color
Monochromatic Colors of #9B0871
Black with #9B0871
Text Example
Text Example
White with #9B0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0871; }
p { color: rgb(155,8,113); }
H1.HeaderClassName
{
color: #9B0871;
}
.AnyTagClassName
{
color: #9B0871;
}
</style>
background-color css
<style>
a { background-color: #9B0871; }
a { background-color: rgb(155,8,113); }
div.DivClassName
{
background-color: #9B0871;
}
.BgClassName
{
background-color: #9B0871;
}
</style>
border-color css
<style>
span { border-color: #9B0871; }
span { border-color: rgb(155,8,113); }
td.TdClassName
{
border-color: #9B0871;
}
.TagClassName
{
border-color: #9B0871;
}
</style>