Shades of Eggplant #9A005B
Tints of Eggplant #9A005B
RGB
CMYK
RGB Variations
Color information
#9A005B (or 0x9A005B) is known color: Eggplant. HEX triplet: 9A, 00 and 5B. RGB value is (154,0,91). Sum of RGB (Red+Green+Blue) = 154+0+91=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A005B is #65FFA4. Grayscale: #383838. Windows color (decimal): -6684581 or 5963930. OLE color: 5963930.
HSL color Cylindrical-coordinate representation of color #9A005B: hue angle of 324.55º 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 #9A005B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.41 | 0.40 |
| HSL | 324.55º | 1% | 0.3% | - |
| HSV(B) | 324.55º | 1% | 0.6% | - |
| XYZ | 15.21 | 7.63 | 10.57 | - |
| YUV | 56.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 91 | 0 | 1 | 0.41 | 0.40 | 324.55 | 1 | 0.3 |
| Hex | 9A | 0 | 5B | 0 | 64 | 29 | 28 | 145 | 64 | 1E |
| Octal | 232 | 0 | 133 | 0 | 144 | 51 | 50 | 505 | 144 | 36 |
| Binary | 10011010 | 0 | 1011011 | 0 | 1100100 | 101001 | 101000 | 101000101 | 1100100 | 11110 |
Color Harmonies of #9A005B
Complementary color
Monochromatic Colors of #9A005B
Black with #9A005B
Text Example
Text Example
White with #9A005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A005B; }
p { color: rgb(154,0,91); }
H1.HeaderClassName
{
color: #9A005B;
}
.AnyTagClassName
{
color: #9A005B;
}
</style>
background-color css
<style>
a { background-color: #9A005B; }
a { background-color: rgb(154,0,91); }
div.DivClassName
{
background-color: #9A005B;
}
.BgClassName
{
background-color: #9A005B;
}
</style>
border-color css
<style>
span { border-color: #9A005B; }
span { border-color: rgb(154,0,91); }
td.TdClassName
{
border-color: #9A005B;
}
.TagClassName
{
border-color: #9A005B;
}
</style>