Shades of Eggplant #9B0172
Tints of Eggplant #9B0172
RGB
CMYK
RGB Variations
Color information
#9B0172 (or 0x9B0172) is known color: Eggplant. HEX triplet: 9B, 01 and 72. RGB value is (155,1,114). Sum of RGB (Red+Green+Blue) = 155+1+114=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0172 is #64FE8D. Grayscale: #3B3B3B. Windows color (decimal): -6618766 or 7471515. OLE color: 7471515.
HSL color Cylindrical-coordinate representation of color #9B0172: hue angle of 315.97º 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 #9B0172 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.39 |
| HSL | 315.97º | 0.99% | 0.31% | - |
| HSV(B) | 315.97º | 0.99% | 0.61% | - |
| XYZ | 16.57 | 8.21 | 16.63 | - |
| YUV | 59.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 114 | 0 | 0.99 | 0.26 | 0.39 | 315.97 | 0.99 | 0.31 |
| Hex | 9B | 1 | 72 | 0 | 63 | 1A | 27 | 13C | 63 | 1F |
| Octal | 233 | 1 | 162 | 0 | 143 | 32 | 47 | 474 | 143 | 37 |
| Binary | 10011011 | 1 | 1110010 | 0 | 1100011 | 11010 | 100111 | 100111100 | 1100011 | 11111 |
Color Harmonies of #9B0172
Complementary color
Monochromatic Colors of #9B0172
Black with #9B0172
Text Example
Text Example
White with #9B0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0172; }
p { color: rgb(155,1,114); }
H1.HeaderClassName
{
color: #9B0172;
}
.AnyTagClassName
{
color: #9B0172;
}
</style>
background-color css
<style>
a { background-color: #9B0172; }
a { background-color: rgb(155,1,114); }
div.DivClassName
{
background-color: #9B0172;
}
.BgClassName
{
background-color: #9B0172;
}
</style>
border-color css
<style>
span { border-color: #9B0172; }
span { border-color: rgb(155,1,114); }
td.TdClassName
{
border-color: #9B0172;
}
.TagClassName
{
border-color: #9B0172;
}
</style>