Shades of Eggplant #9A016D
Tints of Eggplant #9A016D
RGB
CMYK
RGB Variations
Color information
#9A016D (or 0x9A016D) is known color: Eggplant. HEX triplet: 9A, 01 and 6D. RGB value is (154,1,109). Sum of RGB (Red+Green+Blue) = 154+1+109=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A016D is #65FE92. Grayscale: #3A3A3A. Windows color (decimal): -6684307 or 7143834. OLE color: 7143834.
HSL color Cylindrical-coordinate representation of color #9A016D: hue angle of 317.65º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A016D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.40 |
| HSL | 317.65º | 0.99% | 0.3% | - |
| HSV(B) | 317.65º | 0.99% | 0.6% | - |
| XYZ | 16.1 | 8 | 15.16 | - |
| YUV | 59.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 109 | 0 | 0.99 | 0.29 | 0.40 | 317.65 | 0.99 | 0.3 |
| Hex | 9A | 1 | 6D | 0 | 63 | 1D | 28 | 13E | 63 | 1E |
| Octal | 232 | 1 | 155 | 0 | 143 | 35 | 50 | 476 | 143 | 36 |
| Binary | 10011010 | 1 | 1101101 | 0 | 1100011 | 11101 | 101000 | 100111110 | 1100011 | 11110 |
Color Harmonies of #9A016D
Complementary color
Monochromatic Colors of #9A016D
Black with #9A016D
Text Example
Text Example
White with #9A016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A016D; }
p { color: rgb(154,1,109); }
H1.HeaderClassName
{
color: #9A016D;
}
.AnyTagClassName
{
color: #9A016D;
}
</style>
background-color css
<style>
a { background-color: #9A016D; }
a { background-color: rgb(154,1,109); }
div.DivClassName
{
background-color: #9A016D;
}
.BgClassName
{
background-color: #9A016D;
}
</style>
border-color css
<style>
span { border-color: #9A016D; }
span { border-color: rgb(154,1,109); }
td.TdClassName
{
border-color: #9A016D;
}
.TagClassName
{
border-color: #9A016D;
}
</style>