Shades of Eggplant #9A056B
Tints of Eggplant #9A056B
RGB
CMYK
RGB Variations
Color information
#9A056B (or 0x9A056B) is known color: Eggplant. HEX triplet: 9A, 05 and 6B. RGB value is (154,5,107). Sum of RGB (Red+Green+Blue) = 154+5+107=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A056B is #65FA94. Grayscale: #3C3C3C. Windows color (decimal): -6683285 or 7013786. OLE color: 7013786.
HSL color Cylindrical-coordinate representation of color #9A056B: hue angle of 318.93º 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 #9A056B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.40 |
| HSL | 318.93º | 0.94% | 0.31% | - |
| HSV(B) | 318.93º | 0.97% | 0.6% | - |
| XYZ | 16.03 | 8.04 | 14.62 | - |
| YUV | 61.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 107 | 0 | 0.97 | 0.31 | 0.40 | 318.93 | 0.94 | 0.31 |
| Hex | 9A | 5 | 6B | 0 | 61 | 1F | 28 | 13F | 5E | 1F |
| Octal | 232 | 5 | 153 | 0 | 141 | 37 | 50 | 477 | 136 | 37 |
| Binary | 10011010 | 101 | 1101011 | 0 | 1100001 | 11111 | 101000 | 100111111 | 1011110 | 11111 |
Color Harmonies of #9A056B
Complementary color
Monochromatic Colors of #9A056B
Black with #9A056B
Text Example
Text Example
White with #9A056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A056B; }
p { color: rgb(154,5,107); }
H1.HeaderClassName
{
color: #9A056B;
}
.AnyTagClassName
{
color: #9A056B;
}
</style>
background-color css
<style>
a { background-color: #9A056B; }
a { background-color: rgb(154,5,107); }
div.DivClassName
{
background-color: #9A056B;
}
.BgClassName
{
background-color: #9A056B;
}
</style>
border-color css
<style>
span { border-color: #9A056B; }
span { border-color: rgb(154,5,107); }
td.TdClassName
{
border-color: #9A056B;
}
.TagClassName
{
border-color: #9A056B;
}
</style>