Shades of Eggplant #9A075E
Tints of Eggplant #9A075E
RGB
CMYK
RGB Variations
Color information
#9A075E (or 0x9A075E) is known color: Eggplant. HEX triplet: 9A, 07 and 5E. RGB value is (154,7,94). Sum of RGB (Red+Green+Blue) = 154+7+94=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A075E is #65F8A1. Grayscale: #3C3C3C. Windows color (decimal): -6682786 or 6162330. OLE color: 6162330.
HSL color Cylindrical-coordinate representation of color #9A075E: hue angle of 324.49º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A075E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.40 |
| HSL | 324.49º | 0.91% | 0.32% | - |
| HSV(B) | 324.49º | 0.95% | 0.6% | - |
| XYZ | 15.42 | 7.83 | 11.29 | - |
| YUV | 60.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 94 | 0 | 0.95 | 0.39 | 0.40 | 324.49 | 0.91 | 0.32 |
| Hex | 9A | 7 | 5E | 0 | 5F | 27 | 28 | 144 | 5B | 20 |
| Octal | 232 | 7 | 136 | 0 | 137 | 47 | 50 | 504 | 133 | 40 |
| Binary | 10011010 | 111 | 1011110 | 0 | 1011111 | 100111 | 101000 | 101000100 | 1011011 | 100000 |
Color Harmonies of #9A075E
Complementary color
Monochromatic Colors of #9A075E
Black with #9A075E
Text Example
Text Example
White with #9A075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A075E; }
p { color: rgb(154,7,94); }
H1.HeaderClassName
{
color: #9A075E;
}
.AnyTagClassName
{
color: #9A075E;
}
</style>
background-color css
<style>
a { background-color: #9A075E; }
a { background-color: rgb(154,7,94); }
div.DivClassName
{
background-color: #9A075E;
}
.BgClassName
{
background-color: #9A075E;
}
</style>
border-color css
<style>
span { border-color: #9A075E; }
span { border-color: rgb(154,7,94); }
td.TdClassName
{
border-color: #9A075E;
}
.TagClassName
{
border-color: #9A075E;
}
</style>