Shades of Eggplant #9A005F
Tints of Eggplant #9A005F
RGB
CMYK
RGB Variations
Color information
#9A005F (or 0x9A005F) is known color: Eggplant. HEX triplet: 9A, 00 and 5F. RGB value is (154,0,95). Sum of RGB (Red+Green+Blue) = 154+0+95=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A005F is #65FFA0. Grayscale: #383838. Windows color (decimal): -6684577 or 6226074. OLE color: 6226074.
HSL color Cylindrical-coordinate representation of color #9A005F: hue angle of 322.99º 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 #9A005F is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.38 | 0.40 |
| HSL | 322.99º | 1% | 0.3% | - |
| HSV(B) | 322.99º | 1% | 0.6% | - |
| XYZ | 15.39 | 7.7 | 11.5 | - |
| YUV | 56.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 95 | 0 | 1 | 0.38 | 0.40 | 322.99 | 1 | 0.3 |
| Hex | 9A | 0 | 5F | 0 | 64 | 26 | 28 | 143 | 64 | 1E |
| Octal | 232 | 0 | 137 | 0 | 144 | 46 | 50 | 503 | 144 | 36 |
| Binary | 10011010 | 0 | 1011111 | 0 | 1100100 | 100110 | 101000 | 101000011 | 1100100 | 11110 |
Color Harmonies of #9A005F
Complementary color
Monochromatic Colors of #9A005F
Black with #9A005F
Text Example
Text Example
White with #9A005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A005F; }
p { color: rgb(154,0,95); }
H1.HeaderClassName
{
color: #9A005F;
}
.AnyTagClassName
{
color: #9A005F;
}
</style>
background-color css
<style>
a { background-color: #9A005F; }
a { background-color: rgb(154,0,95); }
div.DivClassName
{
background-color: #9A005F;
}
.BgClassName
{
background-color: #9A005F;
}
</style>
border-color css
<style>
span { border-color: #9A005F; }
span { border-color: rgb(154,0,95); }
td.TdClassName
{
border-color: #9A005F;
}
.TagClassName
{
border-color: #9A005F;
}
</style>