Shades of Eggplant #9A015E
Tints of Eggplant #9A015E
RGB
CMYK
RGB Variations
Color information
#9A015E (or 0x9A015E) is known color: Eggplant. HEX triplet: 9A, 01 and 5E. RGB value is (154,1,94). Sum of RGB (Red+Green+Blue) = 154+1+94=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A015E is #65FEA1. Grayscale: #393939. Windows color (decimal): -6684322 or 6160794. OLE color: 6160794.
HSL color Cylindrical-coordinate representation of color #9A015E: hue angle of 323.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A015E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.40 |
| HSL | 323.53º | 0.99% | 0.3% | - |
| HSV(B) | 323.53º | 0.99% | 0.6% | - |
| XYZ | 15.36 | 7.7 | 11.27 | - |
| YUV | 57.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 94 | 0 | 0.99 | 0.39 | 0.40 | 323.53 | 0.99 | 0.3 |
| Hex | 9A | 1 | 5E | 0 | 63 | 27 | 28 | 144 | 63 | 1E |
| Octal | 232 | 1 | 136 | 0 | 143 | 47 | 50 | 504 | 143 | 36 |
| Binary | 10011010 | 1 | 1011110 | 0 | 1100011 | 100111 | 101000 | 101000100 | 1100011 | 11110 |
Color Harmonies of #9A015E
Complementary color
Monochromatic Colors of #9A015E
Black with #9A015E
Text Example
Text Example
White with #9A015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A015E; }
p { color: rgb(154,1,94); }
H1.HeaderClassName
{
color: #9A015E;
}
.AnyTagClassName
{
color: #9A015E;
}
</style>
background-color css
<style>
a { background-color: #9A015E; }
a { background-color: rgb(154,1,94); }
div.DivClassName
{
background-color: #9A015E;
}
.BgClassName
{
background-color: #9A015E;
}
</style>
border-color css
<style>
span { border-color: #9A015E; }
span { border-color: rgb(154,1,94); }
td.TdClassName
{
border-color: #9A015E;
}
.TagClassName
{
border-color: #9A015E;
}
</style>