Shades of Eggplant #9A0162
Tints of Eggplant #9A0162
RGB
CMYK
RGB Variations
Color information
#9A0162 (or 0x9A0162) is known color: Eggplant. HEX triplet: 9A, 01 and 62. RGB value is (154,1,98). Sum of RGB (Red+Green+Blue) = 154+1+98=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0162 is #65FE9D. Grayscale: #393939. Windows color (decimal): -6684318 or 6422938. OLE color: 6422938.
HSL color Cylindrical-coordinate representation of color #9A0162: hue angle of 321.96º 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 #9A0162 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.40 |
| HSL | 321.96º | 0.99% | 0.3% | - |
| HSV(B) | 321.96º | 0.99% | 0.6% | - |
| XYZ | 15.54 | 7.77 | 12.24 | - |
| YUV | 57.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 98 | 0 | 0.99 | 0.36 | 0.40 | 321.96 | 0.99 | 0.3 |
| Hex | 9A | 1 | 62 | 0 | 63 | 24 | 28 | 142 | 63 | 1E |
| Octal | 232 | 1 | 142 | 0 | 143 | 44 | 50 | 502 | 143 | 36 |
| Binary | 10011010 | 1 | 1100010 | 0 | 1100011 | 100100 | 101000 | 101000010 | 1100011 | 11110 |
Color Harmonies of #9A0162
Complementary color
Monochromatic Colors of #9A0162
Black with #9A0162
Text Example
Text Example
White with #9A0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0162; }
p { color: rgb(154,1,98); }
H1.HeaderClassName
{
color: #9A0162;
}
.AnyTagClassName
{
color: #9A0162;
}
</style>
background-color css
<style>
a { background-color: #9A0162; }
a { background-color: rgb(154,1,98); }
div.DivClassName
{
background-color: #9A0162;
}
.BgClassName
{
background-color: #9A0162;
}
</style>
border-color css
<style>
span { border-color: #9A0162; }
span { border-color: rgb(154,1,98); }
td.TdClassName
{
border-color: #9A0162;
}
.TagClassName
{
border-color: #9A0162;
}
</style>