Shades of Eggplant #9B0175
Tints of Eggplant #9B0175
RGB
CMYK
RGB Variations
Color information
#9B0175 (or 0x9B0175) is known color: Eggplant. HEX triplet: 9B, 01 and 75. RGB value is (155,1,117). Sum of RGB (Red+Green+Blue) = 155+1+117=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0175 is #64FE8A. Grayscale: #3B3B3B. Windows color (decimal): -6618763 or 7668123. OLE color: 7668123.
HSL color Cylindrical-coordinate representation of color #9B0175: hue angle of 314.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0175 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.39 |
| HSL | 314.81º | 0.99% | 0.31% | - |
| HSV(B) | 314.81º | 0.99% | 0.61% | - |
| XYZ | 16.74 | 8.27 | 17.54 | - |
| YUV | 60.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 117 | 0 | 0.99 | 0.25 | 0.39 | 314.81 | 0.99 | 0.31 |
| Hex | 9B | 1 | 75 | 0 | 63 | 19 | 27 | 13B | 63 | 1F |
| Octal | 233 | 1 | 165 | 0 | 143 | 31 | 47 | 473 | 143 | 37 |
| Binary | 10011011 | 1 | 1110101 | 0 | 1100011 | 11001 | 100111 | 100111011 | 1100011 | 11111 |
Color Harmonies of #9B0175
Complementary color
Monochromatic Colors of #9B0175
Black with #9B0175
Text Example
Text Example
White with #9B0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0175; }
p { color: rgb(155,1,117); }
H1.HeaderClassName
{
color: #9B0175;
}
.AnyTagClassName
{
color: #9B0175;
}
</style>
background-color css
<style>
a { background-color: #9B0175; }
a { background-color: rgb(155,1,117); }
div.DivClassName
{
background-color: #9B0175;
}
.BgClassName
{
background-color: #9B0175;
}
</style>
border-color css
<style>
span { border-color: #9B0175; }
span { border-color: rgb(155,1,117); }
td.TdClassName
{
border-color: #9B0175;
}
.TagClassName
{
border-color: #9B0175;
}
</style>