Shades of Eggplant #9A046E
Tints of Eggplant #9A046E
RGB
CMYK
RGB Variations
Color information
#9A046E (or 0x9A046E) is known color: Eggplant. HEX triplet: 9A, 04 and 6E. RGB value is (154,4,110). Sum of RGB (Red+Green+Blue) = 154+4+110=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A046E is #65FB91. Grayscale: #3C3C3C. Windows color (decimal): -6683538 or 7210138. OLE color: 7210138.
HSL color Cylindrical-coordinate representation of color #9A046E: hue angle of 317.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A046E is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.40 |
| HSL | 317.6º | 0.95% | 0.31% | - |
| HSV(B) | 317.6º | 0.97% | 0.6% | - |
| XYZ | 16.18 | 8.08 | 15.46 | - |
| YUV | 60.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 110 | 0 | 0.97 | 0.29 | 0.40 | 317.6 | 0.95 | 0.31 |
| Hex | 9A | 4 | 6E | 0 | 61 | 1D | 28 | 13E | 5F | 1F |
| Octal | 232 | 4 | 156 | 0 | 141 | 35 | 50 | 476 | 137 | 37 |
| Binary | 10011010 | 100 | 1101110 | 0 | 1100001 | 11101 | 101000 | 100111110 | 1011111 | 11111 |
Color Harmonies of #9A046E
Complementary color
Monochromatic Colors of #9A046E
Black with #9A046E
Text Example
Text Example
White with #9A046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A046E; }
p { color: rgb(154,4,110); }
H1.HeaderClassName
{
color: #9A046E;
}
.AnyTagClassName
{
color: #9A046E;
}
</style>
background-color css
<style>
a { background-color: #9A046E; }
a { background-color: rgb(154,4,110); }
div.DivClassName
{
background-color: #9A046E;
}
.BgClassName
{
background-color: #9A046E;
}
</style>
border-color css
<style>
span { border-color: #9A046E; }
span { border-color: rgb(154,4,110); }
td.TdClassName
{
border-color: #9A046E;
}
.TagClassName
{
border-color: #9A046E;
}
</style>