Shades of Eggplant #9A056D
Tints of Eggplant #9A056D
RGB
CMYK
RGB Variations
Color information
#9A056D (or 0x9A056D) is known color: Eggplant. HEX triplet: 9A, 05 and 6D. RGB value is (154,5,109). Sum of RGB (Red+Green+Blue) = 154+5+109=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A056D is #65FA92. Grayscale: #3D3D3D. Windows color (decimal): -6683283 or 7144858. OLE color: 7144858.
HSL color Cylindrical-coordinate representation of color #9A056D: hue angle of 318.12º degrees, saturation: 0.94, 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 #9A056D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.40 |
| HSL | 318.12º | 0.94% | 0.31% | - |
| HSV(B) | 318.12º | 0.97% | 0.6% | - |
| XYZ | 16.14 | 8.08 | 15.18 | - |
| YUV | 61.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 109 | 0 | 0.97 | 0.29 | 0.40 | 318.12 | 0.94 | 0.31 |
| Hex | 9A | 5 | 6D | 0 | 61 | 1D | 28 | 13E | 5E | 1F |
| Octal | 232 | 5 | 155 | 0 | 141 | 35 | 50 | 476 | 136 | 37 |
| Binary | 10011010 | 101 | 1101101 | 0 | 1100001 | 11101 | 101000 | 100111110 | 1011110 | 11111 |
Color Harmonies of #9A056D
Complementary color
Monochromatic Colors of #9A056D
Black with #9A056D
Text Example
Text Example
White with #9A056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A056D; }
p { color: rgb(154,5,109); }
H1.HeaderClassName
{
color: #9A056D;
}
.AnyTagClassName
{
color: #9A056D;
}
</style>
background-color css
<style>
a { background-color: #9A056D; }
a { background-color: rgb(154,5,109); }
div.DivClassName
{
background-color: #9A056D;
}
.BgClassName
{
background-color: #9A056D;
}
</style>
border-color css
<style>
span { border-color: #9A056D; }
span { border-color: rgb(154,5,109); }
td.TdClassName
{
border-color: #9A056D;
}
.TagClassName
{
border-color: #9A056D;
}
</style>