Shades of Eggplant #9A007C
Tints of Eggplant #9A007C
RGB
CMYK
RGB Variations
Color information
#9A007C (or 0x9A007C) is known color: Eggplant. HEX triplet: 9A, 00 and 7C. RGB value is (154,0,124). Sum of RGB (Red+Green+Blue) = 154+0+124=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A007C is #65FF83. Grayscale: #3B3B3B. Windows color (decimal): -6684548 or 8126618. OLE color: 8126618.
HSL color Cylindrical-coordinate representation of color #9A007C: hue angle of 311.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A007C is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.19 | 0.40 |
| HSL | 311.69º | 1% | 0.3% | - |
| HSV(B) | 311.69º | 1% | 0.6% | - |
| XYZ | 16.96 | 8.33 | 19.78 | - |
| YUV | 60.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 124 | 0 | 1 | 0.19 | 0.40 | 311.69 | 1 | 0.3 |
| Hex | 9A | 0 | 7C | 0 | 64 | 13 | 28 | 138 | 64 | 1E |
| Octal | 232 | 0 | 174 | 0 | 144 | 23 | 50 | 470 | 144 | 36 |
| Binary | 10011010 | 0 | 1111100 | 0 | 1100100 | 10011 | 101000 | 100111000 | 1100100 | 11110 |
Color Harmonies of #9A007C
Complementary color
Monochromatic Colors of #9A007C
Black with #9A007C
Text Example
Text Example
White with #9A007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A007C; }
p { color: rgb(154,0,124); }
H1.HeaderClassName
{
color: #9A007C;
}
.AnyTagClassName
{
color: #9A007C;
}
</style>
background-color css
<style>
a { background-color: #9A007C; }
a { background-color: rgb(154,0,124); }
div.DivClassName
{
background-color: #9A007C;
}
.BgClassName
{
background-color: #9A007C;
}
</style>
border-color css
<style>
span { border-color: #9A007C; }
span { border-color: rgb(154,0,124); }
td.TdClassName
{
border-color: #9A007C;
}
.TagClassName
{
border-color: #9A007C;
}
</style>