Shades of Eggplant #9A027B
Tints of Eggplant #9A027B
RGB
CMYK
RGB Variations
Color information
#9A027B (or 0x9A027B) is known color: Eggplant. HEX triplet: 9A, 02 and 7B. RGB value is (154,2,123). Sum of RGB (Red+Green+Blue) = 154+2+123=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A027B is #65FD84. Grayscale: #3C3C3C. Windows color (decimal): -6684037 or 8061594. OLE color: 8061594.
HSL color Cylindrical-coordinate representation of color #9A027B: hue angle of 312.24º 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 #9A027B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.40 |
| HSL | 312.24º | 0.97% | 0.31% | - |
| HSV(B) | 312.24º | 0.99% | 0.6% | - |
| XYZ | 16.92 | 8.34 | 19.46 | - |
| YUV | 61.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 123 | 0 | 0.99 | 0.20 | 0.40 | 312.24 | 0.97 | 0.31 |
| Hex | 9A | 2 | 7B | 0 | 63 | 14 | 28 | 138 | 61 | 1F |
| Octal | 232 | 2 | 173 | 0 | 143 | 24 | 50 | 470 | 141 | 37 |
| Binary | 10011010 | 10 | 1111011 | 0 | 1100011 | 10100 | 101000 | 100111000 | 1100001 | 11111 |
Color Harmonies of #9A027B
Complementary color
Monochromatic Colors of #9A027B
Black with #9A027B
Text Example
Text Example
White with #9A027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A027B; }
p { color: rgb(154,2,123); }
H1.HeaderClassName
{
color: #9A027B;
}
.AnyTagClassName
{
color: #9A027B;
}
</style>
background-color css
<style>
a { background-color: #9A027B; }
a { background-color: rgb(154,2,123); }
div.DivClassName
{
background-color: #9A027B;
}
.BgClassName
{
background-color: #9A027B;
}
</style>
border-color css
<style>
span { border-color: #9A027B; }
span { border-color: rgb(154,2,123); }
td.TdClassName
{
border-color: #9A027B;
}
.TagClassName
{
border-color: #9A027B;
}
</style>