Shades of Eggplant #9A007A
Tints of Eggplant #9A007A
RGB
CMYK
RGB Variations
Color information
#9A007A (or 0x9A007A) is known color: Eggplant. HEX triplet: 9A, 00 and 7A. RGB value is (154,0,122). Sum of RGB (Red+Green+Blue) = 154+0+122=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A007A is #65FF85. Grayscale: #3B3B3B. Windows color (decimal): -6684550 or 7995546. OLE color: 7995546.
HSL color Cylindrical-coordinate representation of color #9A007A: hue angle of 312.47º 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 #9A007A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.21 | 0.40 |
| HSL | 312.47º | 1% | 0.3% | - |
| HSV(B) | 312.47º | 1% | 0.6% | - |
| XYZ | 16.84 | 8.28 | 19.12 | - |
| YUV | 59.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 122 | 0 | 1 | 0.21 | 0.40 | 312.47 | 1 | 0.3 |
| Hex | 9A | 0 | 7A | 0 | 64 | 15 | 28 | 138 | 64 | 1E |
| Octal | 232 | 0 | 172 | 0 | 144 | 25 | 50 | 470 | 144 | 36 |
| Binary | 10011010 | 0 | 1111010 | 0 | 1100100 | 10101 | 101000 | 100111000 | 1100100 | 11110 |
Color Harmonies of #9A007A
Complementary color
Monochromatic Colors of #9A007A
Black with #9A007A
Text Example
Text Example
White with #9A007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A007A; }
p { color: rgb(154,0,122); }
H1.HeaderClassName
{
color: #9A007A;
}
.AnyTagClassName
{
color: #9A007A;
}
</style>
background-color css
<style>
a { background-color: #9A007A; }
a { background-color: rgb(154,0,122); }
div.DivClassName
{
background-color: #9A007A;
}
.BgClassName
{
background-color: #9A007A;
}
</style>
border-color css
<style>
span { border-color: #9A007A; }
span { border-color: rgb(154,0,122); }
td.TdClassName
{
border-color: #9A007A;
}
.TagClassName
{
border-color: #9A007A;
}
</style>