Shades of Eggplant #9A067A
Tints of Eggplant #9A067A
RGB
CMYK
RGB Variations
Color information
#9A067A (or 0x9A067A) is known color: Eggplant. HEX triplet: 9A, 06 and 7A. RGB value is (154,6,122). Sum of RGB (Red+Green+Blue) = 154+6+122=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A067A is #65F985. Grayscale: #3F3F3F. Windows color (decimal): -6683014 or 7997082. OLE color: 7997082.
HSL color Cylindrical-coordinate representation of color #9A067A: hue angle of 312.97º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A067A is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.40 |
| HSL | 312.97º | 0.93% | 0.31% | - |
| HSV(B) | 312.97º | 0.96% | 0.6% | - |
| XYZ | 16.9 | 8.41 | 19.14 | - |
| YUV | 63.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 122 | 0 | 0.96 | 0.21 | 0.40 | 312.97 | 0.93 | 0.31 |
| Hex | 9A | 6 | 7A | 0 | 60 | 15 | 28 | 139 | 5C | 1F |
| Octal | 232 | 6 | 172 | 0 | 140 | 25 | 50 | 471 | 134 | 37 |
| Binary | 10011010 | 110 | 1111010 | 0 | 1100000 | 10101 | 101000 | 100111001 | 1011100 | 11111 |
Color Harmonies of #9A067A
Complementary color
Monochromatic Colors of #9A067A
Black with #9A067A
Text Example
Text Example
White with #9A067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A067A; }
p { color: rgb(154,6,122); }
H1.HeaderClassName
{
color: #9A067A;
}
.AnyTagClassName
{
color: #9A067A;
}
</style>
background-color css
<style>
a { background-color: #9A067A; }
a { background-color: rgb(154,6,122); }
div.DivClassName
{
background-color: #9A067A;
}
.BgClassName
{
background-color: #9A067A;
}
</style>
border-color css
<style>
span { border-color: #9A067A; }
span { border-color: rgb(154,6,122); }
td.TdClassName
{
border-color: #9A067A;
}
.TagClassName
{
border-color: #9A067A;
}
</style>