Shades of Eggplant #9B0179
Tints of Eggplant #9B0179
RGB
CMYK
RGB Variations
Color information
#9B0179 (or 0x9B0179) is known color: Eggplant. HEX triplet: 9B, 01 and 79. RGB value is (155,1,121). Sum of RGB (Red+Green+Blue) = 155+1+121=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0179 is #64FE86. Grayscale: #3C3C3C. Windows color (decimal): -6618759 or 7930267. OLE color: 7930267.
HSL color Cylindrical-coordinate representation of color #9B0179: hue angle of 313.25º 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 #9B0179 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.39 |
| HSL | 313.25º | 0.99% | 0.31% | - |
| HSV(B) | 313.25º | 0.99% | 0.61% | - |
| XYZ | 16.98 | 8.37 | 18.81 | - |
| YUV | 60.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 121 | 0 | 0.99 | 0.22 | 0.39 | 313.25 | 0.99 | 0.31 |
| Hex | 9B | 1 | 79 | 0 | 63 | 16 | 27 | 139 | 63 | 1F |
| Octal | 233 | 1 | 171 | 0 | 143 | 26 | 47 | 471 | 143 | 37 |
| Binary | 10011011 | 1 | 1111001 | 0 | 1100011 | 10110 | 100111 | 100111001 | 1100011 | 11111 |
Color Harmonies of #9B0179
Complementary color
Monochromatic Colors of #9B0179
Black with #9B0179
Text Example
Text Example
White with #9B0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0179; }
p { color: rgb(155,1,121); }
H1.HeaderClassName
{
color: #9B0179;
}
.AnyTagClassName
{
color: #9B0179;
}
</style>
background-color css
<style>
a { background-color: #9B0179; }
a { background-color: rgb(155,1,121); }
div.DivClassName
{
background-color: #9B0179;
}
.BgClassName
{
background-color: #9B0179;
}
</style>
border-color css
<style>
span { border-color: #9B0179; }
span { border-color: rgb(155,1,121); }
td.TdClassName
{
border-color: #9B0179;
}
.TagClassName
{
border-color: #9B0179;
}
</style>