Shades of Eggplant #9C0F7B
Tints of Eggplant #9C0F7B
RGB
CMYK
RGB Variations
Color information
#9C0F7B (or 0x9C0F7B) is known color: Eggplant. HEX triplet: 9C, 0F and 7B. RGB value is (156,15,123). Sum of RGB (Red+Green+Blue) = 156+15+123=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F7B is #63F084. Grayscale: #454545. Windows color (decimal): -6549637 or 8064924. OLE color: 8064924.
HSL color Cylindrical-coordinate representation of color #9C0F7B: hue angle of 314.04º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F7B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 123 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.39 |
| HSL | 314.04º | 0.82% | 0.34% | - |
| HSV(B) | 314.04º | 0.9% | 0.61% | - |
| XYZ | 17.46 | 8.84 | 19.53 | - |
| YUV | 69.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 123 | 0 | 0.90 | 0.21 | 0.39 | 314.04 | 0.82 | 0.34 |
| Hex | 9C | F | 7B | 0 | 5A | 15 | 27 | 13A | 52 | 22 |
| Octal | 234 | 17 | 173 | 0 | 132 | 25 | 47 | 472 | 122 | 42 |
| Binary | 10011100 | 1111 | 1111011 | 0 | 1011010 | 10101 | 100111 | 100111010 | 1010010 | 100010 |
Color Harmonies of #9C0F7B
Complementary color
Monochromatic Colors of #9C0F7B
Black with #9C0F7B
Text Example
Text Example
White with #9C0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F7B; }
p { color: rgb(156,15,123); }
H1.HeaderClassName
{
color: #9C0F7B;
}
.AnyTagClassName
{
color: #9C0F7B;
}
</style>
background-color css
<style>
a { background-color: #9C0F7B; }
a { background-color: rgb(156,15,123); }
div.DivClassName
{
background-color: #9C0F7B;
}
.BgClassName
{
background-color: #9C0F7B;
}
</style>
border-color css
<style>
span { border-color: #9C0F7B; }
span { border-color: rgb(156,15,123); }
td.TdClassName
{
border-color: #9C0F7B;
}
.TagClassName
{
border-color: #9C0F7B;
}
</style>