Shades of Eggplant #9A036C
Tints of Eggplant #9A036C
RGB
CMYK
RGB Variations
Color information
#9A036C (or 0x9A036C) is known color: Eggplant. HEX triplet: 9A, 03 and 6C. RGB value is (154,3,108). Sum of RGB (Red+Green+Blue) = 154+3+108=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A036C is #65FC93. Grayscale: #3B3B3B. Windows color (decimal): -6683796 or 7078810. OLE color: 7078810.
HSL color Cylindrical-coordinate representation of color #9A036C: hue angle of 318.28º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A036C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.40 |
| HSL | 318.28º | 0.96% | 0.31% | - |
| HSV(B) | 318.28º | 0.98% | 0.6% | - |
| XYZ | 16.07 | 8.02 | 14.89 | - |
| YUV | 60.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 108 | 0 | 0.98 | 0.30 | 0.40 | 318.28 | 0.96 | 0.31 |
| Hex | 9A | 3 | 6C | 0 | 62 | 1E | 28 | 13E | 60 | 1F |
| Octal | 232 | 3 | 154 | 0 | 142 | 36 | 50 | 476 | 140 | 37 |
| Binary | 10011010 | 11 | 1101100 | 0 | 1100010 | 11110 | 101000 | 100111110 | 1100000 | 11111 |
Color Harmonies of #9A036C
Complementary color
Monochromatic Colors of #9A036C
Black with #9A036C
Text Example
Text Example
White with #9A036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A036C; }
p { color: rgb(154,3,108); }
H1.HeaderClassName
{
color: #9A036C;
}
.AnyTagClassName
{
color: #9A036C;
}
</style>
background-color css
<style>
a { background-color: #9A036C; }
a { background-color: rgb(154,3,108); }
div.DivClassName
{
background-color: #9A036C;
}
.BgClassName
{
background-color: #9A036C;
}
</style>
border-color css
<style>
span { border-color: #9A036C; }
span { border-color: rgb(154,3,108); }
td.TdClassName
{
border-color: #9A036C;
}
.TagClassName
{
border-color: #9A036C;
}
</style>