Shades of Eggplant #9A0D7B
Tints of Eggplant #9A0D7B
RGB
CMYK
RGB Variations
Color information
#9A0D7B (or 0x9A0D7B) is known color: Eggplant. HEX triplet: 9A, 0D and 7B. RGB value is (154,13,123). Sum of RGB (Red+Green+Blue) = 154+13+123=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0D7B is #65F284. Grayscale: #434343. Windows color (decimal): -6681221 or 8064410. OLE color: 8064410.
HSL color Cylindrical-coordinate representation of color #9A0D7B: hue angle of 313.19º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D7B is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 123 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.40 |
| HSL | 313.19º | 0.84% | 0.33% | - |
| HSV(B) | 313.19º | 0.92% | 0.6% | - |
| XYZ | 17.05 | 8.59 | 19.5 | - |
| YUV | 67.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 123 | 0 | 0.92 | 0.20 | 0.40 | 313.19 | 0.84 | 0.33 |
| Hex | 9A | D | 7B | 0 | 5C | 14 | 28 | 139 | 54 | 21 |
| Octal | 232 | 15 | 173 | 0 | 134 | 24 | 50 | 471 | 124 | 41 |
| Binary | 10011010 | 1101 | 1111011 | 0 | 1011100 | 10100 | 101000 | 100111001 | 1010100 | 100001 |
Color Harmonies of #9A0D7B
Complementary color
Monochromatic Colors of #9A0D7B
Black with #9A0D7B
Text Example
Text Example
White with #9A0D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D7B; }
p { color: rgb(154,13,123); }
H1.HeaderClassName
{
color: #9A0D7B;
}
.AnyTagClassName
{
color: #9A0D7B;
}
</style>
background-color css
<style>
a { background-color: #9A0D7B; }
a { background-color: rgb(154,13,123); }
div.DivClassName
{
background-color: #9A0D7B;
}
.BgClassName
{
background-color: #9A0D7B;
}
</style>
border-color css
<style>
span { border-color: #9A0D7B; }
span { border-color: rgb(154,13,123); }
td.TdClassName
{
border-color: #9A0D7B;
}
.TagClassName
{
border-color: #9A0D7B;
}
</style>