Shades of Eggplant #9B0569
Tints of Eggplant #9B0569
RGB
CMYK
RGB Variations
Color information
#9B0569 (or 0x9B0569) is known color: Eggplant. HEX triplet: 9B, 05 and 69. RGB value is (155,5,105). Sum of RGB (Red+Green+Blue) = 155+5+105=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0569 is #64FA96. Grayscale: #3D3D3D. Windows color (decimal): -6617751 or 6882715. OLE color: 6882715.
HSL color Cylindrical-coordinate representation of color #9B0569: hue angle of 320º 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 #9B0569 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.39 |
| HSL | 320º | 0.94% | 0.31% | - |
| HSV(B) | 320º | 0.97% | 0.61% | - |
| XYZ | 16.12 | 8.1 | 14.08 | - |
| YUV | 61.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 105 | 0 | 0.97 | 0.32 | 0.39 | 320 | 0.94 | 0.31 |
| Hex | 9B | 5 | 69 | 0 | 61 | 20 | 27 | 140 | 5E | 1F |
| Octal | 233 | 5 | 151 | 0 | 141 | 40 | 47 | 500 | 136 | 37 |
| Binary | 10011011 | 101 | 1101001 | 0 | 1100001 | 100000 | 100111 | 101000000 | 1011110 | 11111 |
Color Harmonies of #9B0569
Complementary color
Monochromatic Colors of #9B0569
Black with #9B0569
Text Example
Text Example
White with #9B0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0569; }
p { color: rgb(155,5,105); }
H1.HeaderClassName
{
color: #9B0569;
}
.AnyTagClassName
{
color: #9B0569;
}
</style>
background-color css
<style>
a { background-color: #9B0569; }
a { background-color: rgb(155,5,105); }
div.DivClassName
{
background-color: #9B0569;
}
.BgClassName
{
background-color: #9B0569;
}
</style>
border-color css
<style>
span { border-color: #9B0569; }
span { border-color: rgb(155,5,105); }
td.TdClassName
{
border-color: #9B0569;
}
.TagClassName
{
border-color: #9B0569;
}
</style>