Shades of Eggplant #9A005E
Tints of Eggplant #9A005E
RGB
CMYK
RGB Variations
Color information
#9A005E (or 0x9A005E) is known color: Eggplant. HEX triplet: 9A, 00 and 5E. RGB value is (154,0,94). Sum of RGB (Red+Green+Blue) = 154+0+94=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A005E is #65FFA1. Grayscale: #383838. Windows color (decimal): -6684578 or 6160538. OLE color: 6160538.
HSL color Cylindrical-coordinate representation of color #9A005E: hue angle of 323.38º 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 #9A005E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.39 | 0.40 |
| HSL | 323.38º | 1% | 0.3% | - |
| HSV(B) | 323.38º | 1% | 0.6% | - |
| XYZ | 15.35 | 7.68 | 11.26 | - |
| YUV | 56.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 94 | 0 | 1 | 0.39 | 0.40 | 323.38 | 1 | 0.3 |
| Hex | 9A | 0 | 5E | 0 | 64 | 27 | 28 | 143 | 64 | 1E |
| Octal | 232 | 0 | 136 | 0 | 144 | 47 | 50 | 503 | 144 | 36 |
| Binary | 10011010 | 0 | 1011110 | 0 | 1100100 | 100111 | 101000 | 101000011 | 1100100 | 11110 |
Color Harmonies of #9A005E
Complementary color
Monochromatic Colors of #9A005E
Black with #9A005E
Text Example
Text Example
White with #9A005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A005E; }
p { color: rgb(154,0,94); }
H1.HeaderClassName
{
color: #9A005E;
}
.AnyTagClassName
{
color: #9A005E;
}
</style>
background-color css
<style>
a { background-color: #9A005E; }
a { background-color: rgb(154,0,94); }
div.DivClassName
{
background-color: #9A005E;
}
.BgClassName
{
background-color: #9A005E;
}
</style>
border-color css
<style>
span { border-color: #9A005E; }
span { border-color: rgb(154,0,94); }
td.TdClassName
{
border-color: #9A005E;
}
.TagClassName
{
border-color: #9A005E;
}
</style>