Shades of Eggplant #9A0478
Tints of Eggplant #9A0478
RGB
CMYK
RGB Variations
Color information
#9A0478 (or 0x9A0478) is known color: Eggplant. HEX triplet: 9A, 04 and 78. RGB value is (154,4,120). Sum of RGB (Red+Green+Blue) = 154+4+120=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0478 is #65FB87. Grayscale: #3D3D3D. Windows color (decimal): -6683528 or 7865498. OLE color: 7865498.
HSL color Cylindrical-coordinate representation of color #9A0478: hue angle of 313.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 #9A0478 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 120 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.40 |
| HSL | 313.6º | 0.95% | 0.31% | - |
| HSV(B) | 313.6º | 0.97% | 0.6% | - |
| XYZ | 16.76 | 8.31 | 18.49 | - |
| YUV | 62.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 120 | 0 | 0.97 | 0.22 | 0.40 | 313.6 | 0.95 | 0.31 |
| Hex | 9A | 4 | 78 | 0 | 61 | 16 | 28 | 13A | 5F | 1F |
| Octal | 232 | 4 | 170 | 0 | 141 | 26 | 50 | 472 | 137 | 37 |
| Binary | 10011010 | 100 | 1111000 | 0 | 1100001 | 10110 | 101000 | 100111010 | 1011111 | 11111 |
Color Harmonies of #9A0478
Complementary color
Monochromatic Colors of #9A0478
Black with #9A0478
Text Example
Text Example
White with #9A0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0478; }
p { color: rgb(154,4,120); }
H1.HeaderClassName
{
color: #9A0478;
}
.AnyTagClassName
{
color: #9A0478;
}
</style>
background-color css
<style>
a { background-color: #9A0478; }
a { background-color: rgb(154,4,120); }
div.DivClassName
{
background-color: #9A0478;
}
.BgClassName
{
background-color: #9A0478;
}
</style>
border-color css
<style>
span { border-color: #9A0478; }
span { border-color: rgb(154,4,120); }
td.TdClassName
{
border-color: #9A0478;
}
.TagClassName
{
border-color: #9A0478;
}
</style>