Shades of Eggplant #9B1672
Tints of Eggplant #9B1672
RGB
CMYK
RGB Variations
Color information
#9B1672 (or 0x9B1672) is known color: Eggplant. HEX triplet: 9B, 16 and 72. RGB value is (155,22,114). Sum of RGB (Red+Green+Blue) = 155+22+114=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1672 is #64E98D. Grayscale: #484848. Windows color (decimal): -6613390 or 7476891. OLE color: 7476891.
HSL color Cylindrical-coordinate representation of color #9B1672: hue angle of 318.5º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1672 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 22 | 114 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.39 |
| HSL | 318.5º | 0.75% | 0.35% | - |
| HSV(B) | 318.5º | 0.86% | 0.61% | - |
| XYZ | 16.84 | 8.76 | 16.72 | - |
| YUV | 72.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 114 | 0 | 0.86 | 0.26 | 0.39 | 318.5 | 0.75 | 0.35 |
| Hex | 9B | 16 | 72 | 0 | 56 | 1A | 27 | 13E | 4B | 23 |
| Octal | 233 | 26 | 162 | 0 | 126 | 32 | 47 | 476 | 113 | 43 |
| Binary | 10011011 | 10110 | 1110010 | 0 | 1010110 | 11010 | 100111 | 100111110 | 1001011 | 100011 |
Color Harmonies of #9B1672
Complementary color
Monochromatic Colors of #9B1672
Black with #9B1672
Text Example
Text Example
White with #9B1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1672; }
p { color: rgb(155,22,114); }
H1.HeaderClassName
{
color: #9B1672;
}
.AnyTagClassName
{
color: #9B1672;
}
</style>
background-color css
<style>
a { background-color: #9B1672; }
a { background-color: rgb(155,22,114); }
div.DivClassName
{
background-color: #9B1672;
}
.BgClassName
{
background-color: #9B1672;
}
</style>
border-color css
<style>
span { border-color: #9B1672; }
span { border-color: rgb(155,22,114); }
td.TdClassName
{
border-color: #9B1672;
}
.TagClassName
{
border-color: #9B1672;
}
</style>