Shades of Eggplant #9B1371
Tints of Eggplant #9B1371
RGB
CMYK
RGB Variations
Color information
#9B1371 (or 0x9B1371) is known color: Eggplant. HEX triplet: 9B, 13 and 71. RGB value is (155,19,113). Sum of RGB (Red+Green+Blue) = 155+19+113=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1371 is #64EC8E. Grayscale: #464646. Windows color (decimal): -6614159 or 7410587. OLE color: 7410587.
HSL color Cylindrical-coordinate representation of color #9B1371: hue angle of 318.53º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1371 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 113 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.39 |
| HSL | 318.53º | 0.78% | 0.34% | - |
| HSV(B) | 318.53º | 0.88% | 0.61% | - |
| XYZ | 16.73 | 8.63 | 16.41 | - |
| YUV | 70.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 113 | 0 | 0.88 | 0.27 | 0.39 | 318.53 | 0.78 | 0.34 |
| Hex | 9B | 13 | 71 | 0 | 58 | 1B | 27 | 13F | 4E | 22 |
| Octal | 233 | 23 | 161 | 0 | 130 | 33 | 47 | 477 | 116 | 42 |
| Binary | 10011011 | 10011 | 1110001 | 0 | 1011000 | 11011 | 100111 | 100111111 | 1001110 | 100010 |
Color Harmonies of #9B1371
Complementary color
Monochromatic Colors of #9B1371
Black with #9B1371
Text Example
Text Example
White with #9B1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1371; }
p { color: rgb(155,19,113); }
H1.HeaderClassName
{
color: #9B1371;
}
.AnyTagClassName
{
color: #9B1371;
}
</style>
background-color css
<style>
a { background-color: #9B1371; }
a { background-color: rgb(155,19,113); }
div.DivClassName
{
background-color: #9B1371;
}
.BgClassName
{
background-color: #9B1371;
}
</style>
border-color css
<style>
span { border-color: #9B1371; }
span { border-color: rgb(155,19,113); }
td.TdClassName
{
border-color: #9B1371;
}
.TagClassName
{
border-color: #9B1371;
}
</style>