Shades of Eggplant #9A0176
Tints of Eggplant #9A0176
RGB
CMYK
RGB Variations
Color information
#9A0176 (or 0x9A0176) is known color: Eggplant. HEX triplet: 9A, 01 and 76. RGB value is (154,1,118). Sum of RGB (Red+Green+Blue) = 154+1+118=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0176 is #65FE89. Grayscale: #3B3B3B. Windows color (decimal): -6684298 or 7733658. OLE color: 7733658.
HSL color Cylindrical-coordinate representation of color #9A0176: hue angle of 314.12º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0176 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.40 |
| HSL | 314.12º | 0.99% | 0.3% | - |
| HSV(B) | 314.12º | 0.99% | 0.6% | - |
| XYZ | 16.61 | 8.2 | 17.85 | - |
| YUV | 60.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 118 | 0 | 0.99 | 0.23 | 0.40 | 314.12 | 0.99 | 0.3 |
| Hex | 9A | 1 | 76 | 0 | 63 | 17 | 28 | 13A | 63 | 1E |
| Octal | 232 | 1 | 166 | 0 | 143 | 27 | 50 | 472 | 143 | 36 |
| Binary | 10011010 | 1 | 1110110 | 0 | 1100011 | 10111 | 101000 | 100111010 | 1100011 | 11110 |
Color Harmonies of #9A0176
Complementary color
Monochromatic Colors of #9A0176
Black with #9A0176
Text Example
Text Example
White with #9A0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0176; }
p { color: rgb(154,1,118); }
H1.HeaderClassName
{
color: #9A0176;
}
.AnyTagClassName
{
color: #9A0176;
}
</style>
background-color css
<style>
a { background-color: #9A0176; }
a { background-color: rgb(154,1,118); }
div.DivClassName
{
background-color: #9A0176;
}
.BgClassName
{
background-color: #9A0176;
}
</style>
border-color css
<style>
span { border-color: #9A0176; }
span { border-color: rgb(154,1,118); }
td.TdClassName
{
border-color: #9A0176;
}
.TagClassName
{
border-color: #9A0176;
}
</style>