Shades of Deep Lilac #9B59AE
Tints of Deep Lilac #9B59AE
RGB
CMYK
RGB Variations
Color information
#9B59AE (or 0x9B59AE) is known color: Deep Lilac. HEX triplet: 9B, 59 and AE. RGB value is (155,89,174). Sum of RGB (Red+Green+Blue) = 155+89+174=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B59AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B59AE is #64A651. Grayscale: #767676. Windows color (decimal): -6596178 or 11426203. OLE color: 11426203.
HSL color Cylindrical-coordinate representation of color #9B59AE: hue angle of 286.59º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B59AE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 89 | 174 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.32 |
| HSL | 286.59º | 0.34% | 0.52% | - |
| HSV(B) | 286.59º | 0.49% | 0.68% | - |
| XYZ | 24.73 | 17.17 | 42.06 | - |
| YUV | 118.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 174 | 0.11 | 0.49 | 0 | 0.32 | 286.59 | 0.34 | 0.52 |
| Hex | 9B | 59 | AE | B | 31 | 0 | 20 | 11F | 22 | 34 |
| Octal | 233 | 131 | 256 | 13 | 61 | 0 | 40 | 437 | 42 | 64 |
| Binary | 10011011 | 1011001 | 10101110 | 1011 | 110001 | 0 | 100000 | 100011111 | 100010 | 110100 |
Color Harmonies of #9B59AE
Complementary color
Monochromatic Colors of #9B59AE
Black with #9B59AE
Text Example
Text Example
White with #9B59AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B59AE; }
p { color: rgb(155,89,174); }
H1.HeaderClassName
{
color: #9B59AE;
}
.AnyTagClassName
{
color: #9B59AE;
}
</style>
background-color css
<style>
a { background-color: #9B59AE; }
a { background-color: rgb(155,89,174); }
div.DivClassName
{
background-color: #9B59AE;
}
.BgClassName
{
background-color: #9B59AE;
}
</style>
border-color css
<style>
span { border-color: #9B59AE; }
span { border-color: rgb(155,89,174); }
td.TdClassName
{
border-color: #9B59AE;
}
.TagClassName
{
border-color: #9B59AE;
}
</style>