Shades of Eggplant #9A0376
Tints of Eggplant #9A0376
RGB
CMYK
RGB Variations
Color information
#9A0376 (or 0x9A0376) is known color: Eggplant. HEX triplet: 9A, 03 and 76. RGB value is (154,3,118). Sum of RGB (Red+Green+Blue) = 154+3+118=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0376 is #65FC89. Grayscale: #3C3C3C. Windows color (decimal): -6683786 or 7734170. OLE color: 7734170.
HSL color Cylindrical-coordinate representation of color #9A0376: hue angle of 314.3º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0376 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.40 |
| HSL | 314.3º | 0.96% | 0.31% | - |
| HSV(B) | 314.3º | 0.98% | 0.6% | - |
| XYZ | 16.63 | 8.24 | 17.85 | - |
| YUV | 61.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 118 | 0 | 0.98 | 0.23 | 0.40 | 314.3 | 0.96 | 0.31 |
| Hex | 9A | 3 | 76 | 0 | 62 | 17 | 28 | 13A | 60 | 1F |
| Octal | 232 | 3 | 166 | 0 | 142 | 27 | 50 | 472 | 140 | 37 |
| Binary | 10011010 | 11 | 1110110 | 0 | 1100010 | 10111 | 101000 | 100111010 | 1100000 | 11111 |
Color Harmonies of #9A0376
Complementary color
Monochromatic Colors of #9A0376
Black with #9A0376
Text Example
Text Example
White with #9A0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0376; }
p { color: rgb(154,3,118); }
H1.HeaderClassName
{
color: #9A0376;
}
.AnyTagClassName
{
color: #9A0376;
}
</style>
background-color css
<style>
a { background-color: #9A0376; }
a { background-color: rgb(154,3,118); }
div.DivClassName
{
background-color: #9A0376;
}
.BgClassName
{
background-color: #9A0376;
}
</style>
border-color css
<style>
span { border-color: #9A0376; }
span { border-color: rgb(154,3,118); }
td.TdClassName
{
border-color: #9A0376;
}
.TagClassName
{
border-color: #9A0376;
}
</style>