Shades of Eggplant #9A0C7B
Tints of Eggplant #9A0C7B
RGB
CMYK
RGB Variations
Color information
#9A0C7B (or 0x9A0C7B) is known color: Eggplant. HEX triplet: 9A, 0C and 7B. RGB value is (154,12,123). Sum of RGB (Red+Green+Blue) = 154+12+123=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C7B is #65F384. Grayscale: #424242. Windows color (decimal): -6681477 or 8064154. OLE color: 8064154.
HSL color Cylindrical-coordinate representation of color #9A0C7B: hue angle of 313.1º degrees, saturation: 0.86, 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 #9A0C7B is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 123 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.40 |
| HSL | 313.1º | 0.86% | 0.33% | - |
| HSV(B) | 313.1º | 0.92% | 0.6% | - |
| XYZ | 17.03 | 8.56 | 19.49 | - |
| YUV | 67.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 123 | 0 | 0.92 | 0.20 | 0.40 | 313.1 | 0.86 | 0.33 |
| Hex | 9A | C | 7B | 0 | 5C | 14 | 28 | 139 | 56 | 21 |
| Octal | 232 | 14 | 173 | 0 | 134 | 24 | 50 | 471 | 126 | 41 |
| Binary | 10011010 | 1100 | 1111011 | 0 | 1011100 | 10100 | 101000 | 100111001 | 1010110 | 100001 |
Color Harmonies of #9A0C7B
Complementary color
Monochromatic Colors of #9A0C7B
Black with #9A0C7B
Text Example
Text Example
White with #9A0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C7B; }
p { color: rgb(154,12,123); }
H1.HeaderClassName
{
color: #9A0C7B;
}
.AnyTagClassName
{
color: #9A0C7B;
}
</style>
background-color css
<style>
a { background-color: #9A0C7B; }
a { background-color: rgb(154,12,123); }
div.DivClassName
{
background-color: #9A0C7B;
}
.BgClassName
{
background-color: #9A0C7B;
}
</style>
border-color css
<style>
span { border-color: #9A0C7B; }
span { border-color: rgb(154,12,123); }
td.TdClassName
{
border-color: #9A0C7B;
}
.TagClassName
{
border-color: #9A0C7B;
}
</style>