Shades of Eggplant #9B1275
Tints of Eggplant #9B1275
RGB
CMYK
RGB Variations
Color information
#9B1275 (or 0x9B1275) is known color: Eggplant. HEX triplet: 9B, 12 and 75. RGB value is (155,18,117). Sum of RGB (Red+Green+Blue) = 155+18+117=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1275 is #64ED8A. Grayscale: #454545. Windows color (decimal): -6614411 or 7672475. OLE color: 7672475.
HSL color Cylindrical-coordinate representation of color #9B1275: hue angle of 316.64º degrees, saturation: 0.79, 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 #9B1275 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 117 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.39 |
| HSL | 316.64º | 0.79% | 0.34% | - |
| HSV(B) | 316.64º | 0.88% | 0.61% | - |
| XYZ | 16.94 | 8.69 | 17.61 | - |
| YUV | 70.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 117 | 0 | 0.88 | 0.25 | 0.39 | 316.64 | 0.79 | 0.34 |
| Hex | 9B | 12 | 75 | 0 | 58 | 19 | 27 | 13D | 4F | 22 |
| Octal | 233 | 22 | 165 | 0 | 130 | 31 | 47 | 475 | 117 | 42 |
| Binary | 10011011 | 10010 | 1110101 | 0 | 1011000 | 11001 | 100111 | 100111101 | 1001111 | 100010 |
Color Harmonies of #9B1275
Complementary color
Monochromatic Colors of #9B1275
Black with #9B1275
Text Example
Text Example
White with #9B1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1275; }
p { color: rgb(155,18,117); }
H1.HeaderClassName
{
color: #9B1275;
}
.AnyTagClassName
{
color: #9B1275;
}
</style>
background-color css
<style>
a { background-color: #9B1275; }
a { background-color: rgb(155,18,117); }
div.DivClassName
{
background-color: #9B1275;
}
.BgClassName
{
background-color: #9B1275;
}
</style>
border-color css
<style>
span { border-color: #9B1275; }
span { border-color: rgb(155,18,117); }
td.TdClassName
{
border-color: #9B1275;
}
.TagClassName
{
border-color: #9B1275;
}
</style>