Shades of Eggplant #9A037C
Tints of Eggplant #9A037C
RGB
CMYK
RGB Variations
Color information
#9A037C (or 0x9A037C) is known color: Eggplant. HEX triplet: 9A, 03 and 7C. RGB value is (154,3,124). Sum of RGB (Red+Green+Blue) = 154+3+124=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A037C is #65FC83. Grayscale: #3D3D3D. Windows color (decimal): -6683780 or 8127386. OLE color: 8127386.
HSL color Cylindrical-coordinate representation of color #9A037C: hue angle of 311.92º 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 #9A037C is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.40 |
| HSL | 311.92º | 0.96% | 0.31% | - |
| HSV(B) | 311.92º | 0.98% | 0.6% | - |
| XYZ | 17 | 8.39 | 19.79 | - |
| YUV | 61.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 124 | 0 | 0.98 | 0.19 | 0.40 | 311.92 | 0.96 | 0.31 |
| Hex | 9A | 3 | 7C | 0 | 62 | 13 | 28 | 138 | 60 | 1F |
| Octal | 232 | 3 | 174 | 0 | 142 | 23 | 50 | 470 | 140 | 37 |
| Binary | 10011010 | 11 | 1111100 | 0 | 1100010 | 10011 | 101000 | 100111000 | 1100000 | 11111 |
Color Harmonies of #9A037C
Complementary color
Monochromatic Colors of #9A037C
Black with #9A037C
Text Example
Text Example
White with #9A037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A037C; }
p { color: rgb(154,3,124); }
H1.HeaderClassName
{
color: #9A037C;
}
.AnyTagClassName
{
color: #9A037C;
}
</style>
background-color css
<style>
a { background-color: #9A037C; }
a { background-color: rgb(154,3,124); }
div.DivClassName
{
background-color: #9A037C;
}
.BgClassName
{
background-color: #9A037C;
}
</style>
border-color css
<style>
span { border-color: #9A037C; }
span { border-color: rgb(154,3,124); }
td.TdClassName
{
border-color: #9A037C;
}
.TagClassName
{
border-color: #9A037C;
}
</style>