Shades of Eggplant #9A0671
Tints of Eggplant #9A0671
RGB
CMYK
RGB Variations
Color information
#9A0671 (or 0x9A0671) is known color: Eggplant. HEX triplet: 9A, 06 and 71. RGB value is (154,6,113). Sum of RGB (Red+Green+Blue) = 154+6+113=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0671 is #65F98E. Grayscale: #3E3E3E. Windows color (decimal): -6683023 or 7407258. OLE color: 7407258.
HSL color Cylindrical-coordinate representation of color #9A0671: hue angle of 316.62º 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 #9A0671 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.40 |
| HSL | 316.62º | 0.93% | 0.31% | - |
| HSV(B) | 316.62º | 0.96% | 0.6% | - |
| XYZ | 16.37 | 8.19 | 16.34 | - |
| YUV | 62.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 113 | 0 | 0.96 | 0.27 | 0.40 | 316.62 | 0.93 | 0.31 |
| Hex | 9A | 6 | 71 | 0 | 60 | 1B | 28 | 13D | 5C | 1F |
| Octal | 232 | 6 | 161 | 0 | 140 | 33 | 50 | 475 | 134 | 37 |
| Binary | 10011010 | 110 | 1110001 | 0 | 1100000 | 11011 | 101000 | 100111101 | 1011100 | 11111 |
Color Harmonies of #9A0671
Complementary color
Monochromatic Colors of #9A0671
Black with #9A0671
Text Example
Text Example
White with #9A0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0671; }
p { color: rgb(154,6,113); }
H1.HeaderClassName
{
color: #9A0671;
}
.AnyTagClassName
{
color: #9A0671;
}
</style>
background-color css
<style>
a { background-color: #9A0671; }
a { background-color: rgb(154,6,113); }
div.DivClassName
{
background-color: #9A0671;
}
.BgClassName
{
background-color: #9A0671;
}
</style>
border-color css
<style>
span { border-color: #9A0671; }
span { border-color: rgb(154,6,113); }
td.TdClassName
{
border-color: #9A0671;
}
.TagClassName
{
border-color: #9A0671;
}
</style>