Shades of Eggplant #9B056D
Tints of Eggplant #9B056D
RGB
CMYK
RGB Variations
Color information
#9B056D (or 0x9B056D) is known color: Eggplant. HEX triplet: 9B, 05 and 6D. RGB value is (155,5,109). Sum of RGB (Red+Green+Blue) = 155+5+109=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B056D is #64FA92. Grayscale: #3D3D3D. Windows color (decimal): -6617747 or 7144859. OLE color: 7144859.
HSL color Cylindrical-coordinate representation of color #9B056D: hue angle of 318.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B056D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.39 |
| HSL | 318.4º | 0.94% | 0.31% | - |
| HSV(B) | 318.4º | 0.97% | 0.61% | - |
| XYZ | 16.33 | 8.18 | 15.19 | - |
| YUV | 61.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 109 | 0 | 0.97 | 0.30 | 0.39 | 318.4 | 0.94 | 0.31 |
| Hex | 9B | 5 | 6D | 0 | 61 | 1E | 27 | 13E | 5E | 1F |
| Octal | 233 | 5 | 155 | 0 | 141 | 36 | 47 | 476 | 136 | 37 |
| Binary | 10011011 | 101 | 1101101 | 0 | 1100001 | 11110 | 100111 | 100111110 | 1011110 | 11111 |
Color Harmonies of #9B056D
Complementary color
Monochromatic Colors of #9B056D
Black with #9B056D
Text Example
Text Example
White with #9B056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B056D; }
p { color: rgb(155,5,109); }
H1.HeaderClassName
{
color: #9B056D;
}
.AnyTagClassName
{
color: #9B056D;
}
</style>
background-color css
<style>
a { background-color: #9B056D; }
a { background-color: rgb(155,5,109); }
div.DivClassName
{
background-color: #9B056D;
}
.BgClassName
{
background-color: #9B056D;
}
</style>
border-color css
<style>
span { border-color: #9B056D; }
span { border-color: rgb(155,5,109); }
td.TdClassName
{
border-color: #9B056D;
}
.TagClassName
{
border-color: #9B056D;
}
</style>