Shades of Eggplant #9B126D
Tints of Eggplant #9B126D
RGB
CMYK
RGB Variations
Color information
#9B126D (or 0x9B126D) is known color: Eggplant. HEX triplet: 9B, 12 and 6D. RGB value is (155,18,109). Sum of RGB (Red+Green+Blue) = 155+18+109=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B126D is #64ED92. Grayscale: #454545. Windows color (decimal): -6614419 or 7148187. OLE color: 7148187.
HSL color Cylindrical-coordinate representation of color #9B126D: hue angle of 320.15º 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 #9B126D is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 109 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.39 |
| HSL | 320.15º | 0.79% | 0.34% | - |
| HSV(B) | 320.15º | 0.88% | 0.61% | - |
| XYZ | 16.49 | 8.51 | 15.24 | - |
| YUV | 69.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 109 | 0 | 0.88 | 0.30 | 0.39 | 320.15 | 0.79 | 0.34 |
| Hex | 9B | 12 | 6D | 0 | 58 | 1E | 27 | 140 | 4F | 22 |
| Octal | 233 | 22 | 155 | 0 | 130 | 36 | 47 | 500 | 117 | 42 |
| Binary | 10011011 | 10010 | 1101101 | 0 | 1011000 | 11110 | 100111 | 101000000 | 1001111 | 100010 |
Color Harmonies of #9B126D
Complementary color
Monochromatic Colors of #9B126D
Black with #9B126D
Text Example
Text Example
White with #9B126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B126D; }
p { color: rgb(155,18,109); }
H1.HeaderClassName
{
color: #9B126D;
}
.AnyTagClassName
{
color: #9B126D;
}
</style>
background-color css
<style>
a { background-color: #9B126D; }
a { background-color: rgb(155,18,109); }
div.DivClassName
{
background-color: #9B126D;
}
.BgClassName
{
background-color: #9B126D;
}
</style>
border-color css
<style>
span { border-color: #9B126D; }
span { border-color: rgb(155,18,109); }
td.TdClassName
{
border-color: #9B126D;
}
.TagClassName
{
border-color: #9B126D;
}
</style>