Shades of Eggplant #9A0264
Tints of Eggplant #9A0264
RGB
CMYK
RGB Variations
Color information
#9A0264 (or 0x9A0264) is known color: Eggplant. HEX triplet: 9A, 02 and 64. RGB value is (154,2,100). Sum of RGB (Red+Green+Blue) = 154+2+100=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0264 is #65FD9B. Grayscale: #3A3A3A. Windows color (decimal): -6684060 or 6554266. OLE color: 6554266.
HSL color Cylindrical-coordinate representation of color #9A0264: hue angle of 321.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0264 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.40 |
| HSL | 321.32º | 0.97% | 0.31% | - |
| HSV(B) | 321.32º | 0.99% | 0.6% | - |
| XYZ | 15.65 | 7.83 | 12.74 | - |
| YUV | 58.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 100 | 0 | 0.99 | 0.35 | 0.40 | 321.32 | 0.97 | 0.31 |
| Hex | 9A | 2 | 64 | 0 | 63 | 23 | 28 | 141 | 61 | 1F |
| Octal | 232 | 2 | 144 | 0 | 143 | 43 | 50 | 501 | 141 | 37 |
| Binary | 10011010 | 10 | 1100100 | 0 | 1100011 | 100011 | 101000 | 101000001 | 1100001 | 11111 |
Color Harmonies of #9A0264
Complementary color
Monochromatic Colors of #9A0264
Black with #9A0264
Text Example
Text Example
White with #9A0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0264; }
p { color: rgb(154,2,100); }
H1.HeaderClassName
{
color: #9A0264;
}
.AnyTagClassName
{
color: #9A0264;
}
</style>
background-color css
<style>
a { background-color: #9A0264; }
a { background-color: rgb(154,2,100); }
div.DivClassName
{
background-color: #9A0264;
}
.BgClassName
{
background-color: #9A0264;
}
</style>
border-color css
<style>
span { border-color: #9A0264; }
span { border-color: rgb(154,2,100); }
td.TdClassName
{
border-color: #9A0264;
}
.TagClassName
{
border-color: #9A0264;
}
</style>