Shades of Eggplant #9A1273
Tints of Eggplant #9A1273
RGB
CMYK
RGB Variations
Color information
#9A1273 (or 0x9A1273) is known color: Eggplant. HEX triplet: 9A, 12 and 73. RGB value is (154,18,115). Sum of RGB (Red+Green+Blue) = 154+18+115=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1273 is #65ED8C. Grayscale: #454545. Windows color (decimal): -6679949 or 7541402. OLE color: 7541402.
HSL color Cylindrical-coordinate representation of color #9A1273: hue angle of 317.21º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1273 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 115 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.40 |
| HSL | 317.21º | 0.79% | 0.34% | - |
| HSV(B) | 317.21º | 0.88% | 0.6% | - |
| XYZ | 16.64 | 8.54 | 16.99 | - |
| YUV | 69.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 115 | 0 | 0.88 | 0.25 | 0.40 | 317.21 | 0.79 | 0.34 |
| Hex | 9A | 12 | 73 | 0 | 58 | 19 | 28 | 13D | 4F | 22 |
| Octal | 232 | 22 | 163 | 0 | 130 | 31 | 50 | 475 | 117 | 42 |
| Binary | 10011010 | 10010 | 1110011 | 0 | 1011000 | 11001 | 101000 | 100111101 | 1001111 | 100010 |
Color Harmonies of #9A1273
Complementary color
Monochromatic Colors of #9A1273
Black with #9A1273
Text Example
Text Example
White with #9A1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1273; }
p { color: rgb(154,18,115); }
H1.HeaderClassName
{
color: #9A1273;
}
.AnyTagClassName
{
color: #9A1273;
}
</style>
background-color css
<style>
a { background-color: #9A1273; }
a { background-color: rgb(154,18,115); }
div.DivClassName
{
background-color: #9A1273;
}
.BgClassName
{
background-color: #9A1273;
}
</style>
border-color css
<style>
span { border-color: #9A1273; }
span { border-color: rgb(154,18,115); }
td.TdClassName
{
border-color: #9A1273;
}
.TagClassName
{
border-color: #9A1273;
}
</style>