Shades of Eggplant #9A057D
Tints of Eggplant #9A057D
RGB
CMYK
RGB Variations
Color information
#9A057D (or 0x9A057D) is known color: Eggplant. HEX triplet: 9A, 05 and 7D. RGB value is (154,5,125). Sum of RGB (Red+Green+Blue) = 154+5+125=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A057D is #65FA82. Grayscale: #3E3E3E. Windows color (decimal): -6683267 or 8193434. OLE color: 8193434.
HSL color Cylindrical-coordinate representation of color #9A057D: hue angle of 311.68º 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 #9A057D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.40 |
| HSL | 311.68º | 0.94% | 0.31% | - |
| HSV(B) | 311.68º | 0.97% | 0.6% | - |
| XYZ | 17.08 | 8.46 | 20.13 | - |
| YUV | 63.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 125 | 0 | 0.97 | 0.19 | 0.40 | 311.68 | 0.94 | 0.31 |
| Hex | 9A | 5 | 7D | 0 | 61 | 13 | 28 | 138 | 5E | 1F |
| Octal | 232 | 5 | 175 | 0 | 141 | 23 | 50 | 470 | 136 | 37 |
| Binary | 10011010 | 101 | 1111101 | 0 | 1100001 | 10011 | 101000 | 100111000 | 1011110 | 11111 |
Color Harmonies of #9A057D
Complementary color
Monochromatic Colors of #9A057D
Black with #9A057D
Text Example
Text Example
White with #9A057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A057D; }
p { color: rgb(154,5,125); }
H1.HeaderClassName
{
color: #9A057D;
}
.AnyTagClassName
{
color: #9A057D;
}
</style>
background-color css
<style>
a { background-color: #9A057D; }
a { background-color: rgb(154,5,125); }
div.DivClassName
{
background-color: #9A057D;
}
.BgClassName
{
background-color: #9A057D;
}
</style>
border-color css
<style>
span { border-color: #9A057D; }
span { border-color: rgb(154,5,125); }
td.TdClassName
{
border-color: #9A057D;
}
.TagClassName
{
border-color: #9A057D;
}
</style>