Shades of Deep Lilac #9B5AAF
Tints of Deep Lilac #9B5AAF
RGB
CMYK
RGB Variations
Color information
#9B5AAF (or 0x9B5AAF) is known color: Deep Lilac. HEX triplet: 9B, 5A and AF. RGB value is (155,90,175). Sum of RGB (Red+Green+Blue) = 155+90+175=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B5AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5AAF is #64A550. Grayscale: #767676. Windows color (decimal): -6595921 or 11491995. OLE color: 11491995.
HSL color Cylindrical-coordinate representation of color #9B5AAF: hue angle of 285.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B5AAF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 90 | 175 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.31 |
| HSL | 285.88º | 0.35% | 0.52% | - |
| HSV(B) | 285.88º | 0.49% | 0.69% | - |
| XYZ | 24.91 | 17.38 | 42.6 | - |
| YUV | 119.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 175 | 0.11 | 0.49 | 0 | 0.31 | 285.88 | 0.35 | 0.52 |
| Hex | 9B | 5A | AF | B | 31 | 0 | 1F | 11E | 23 | 34 |
| Octal | 233 | 132 | 257 | 13 | 61 | 0 | 37 | 436 | 43 | 64 |
| Binary | 10011011 | 1011010 | 10101111 | 1011 | 110001 | 0 | 11111 | 100011110 | 100011 | 110100 |
Color Harmonies of #9B5AAF
Complementary color
Monochromatic Colors of #9B5AAF
Black with #9B5AAF
Text Example
Text Example
White with #9B5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AAF; }
p { color: rgb(155,90,175); }
H1.HeaderClassName
{
color: #9B5AAF;
}
.AnyTagClassName
{
color: #9B5AAF;
}
</style>
background-color css
<style>
a { background-color: #9B5AAF; }
a { background-color: rgb(155,90,175); }
div.DivClassName
{
background-color: #9B5AAF;
}
.BgClassName
{
background-color: #9B5AAF;
}
</style>
border-color css
<style>
span { border-color: #9B5AAF; }
span { border-color: rgb(155,90,175); }
td.TdClassName
{
border-color: #9B5AAF;
}
.TagClassName
{
border-color: #9B5AAF;
}
</style>