Shades of Eggplant #9B1472
Tints of Eggplant #9B1472
RGB
CMYK
RGB Variations
Color information
#9B1472 (or 0x9B1472) is known color: Eggplant. HEX triplet: 9B, 14 and 72. RGB value is (155,20,114). Sum of RGB (Red+Green+Blue) = 155+20+114=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1472 is #64EB8D. Grayscale: #464646. Windows color (decimal): -6613902 or 7476379. OLE color: 7476379.
HSL color Cylindrical-coordinate representation of color #9B1472: hue angle of 318.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1472 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 114 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.39 |
| HSL | 318.22º | 0.77% | 0.34% | - |
| HSV(B) | 318.22º | 0.87% | 0.61% | - |
| XYZ | 16.8 | 8.68 | 16.71 | - |
| YUV | 71.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 114 | 0 | 0.87 | 0.26 | 0.39 | 318.22 | 0.77 | 0.34 |
| Hex | 9B | 14 | 72 | 0 | 57 | 1A | 27 | 13E | 4D | 22 |
| Octal | 233 | 24 | 162 | 0 | 127 | 32 | 47 | 476 | 115 | 42 |
| Binary | 10011011 | 10100 | 1110010 | 0 | 1010111 | 11010 | 100111 | 100111110 | 1001101 | 100010 |
Color Harmonies of #9B1472
Complementary color
Monochromatic Colors of #9B1472
Black with #9B1472
Text Example
Text Example
White with #9B1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1472; }
p { color: rgb(155,20,114); }
H1.HeaderClassName
{
color: #9B1472;
}
.AnyTagClassName
{
color: #9B1472;
}
</style>
background-color css
<style>
a { background-color: #9B1472; }
a { background-color: rgb(155,20,114); }
div.DivClassName
{
background-color: #9B1472;
}
.BgClassName
{
background-color: #9B1472;
}
</style>
border-color css
<style>
span { border-color: #9B1472; }
span { border-color: rgb(155,20,114); }
td.TdClassName
{
border-color: #9B1472;
}
.TagClassName
{
border-color: #9B1472;
}
</style>