Shades of Deep Lilac #9B5AAC
Tints of Deep Lilac #9B5AAC
RGB
CMYK
RGB Variations
Color information
#9B5AAC (or 0x9B5AAC) is known color: Deep Lilac. HEX triplet: 9B, 5A and AC. RGB value is (155,90,172). Sum of RGB (Red+Green+Blue) = 155+90+172=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5AAC is #64A553. Grayscale: #767676. Windows color (decimal): -6595924 or 11295387. OLE color: 11295387.
HSL color Cylindrical-coordinate representation of color #9B5AAC: hue angle of 287.56º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5AAC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 90 | 172 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.33 |
| HSL | 287.56º | 0.33% | 0.51% | - |
| HSV(B) | 287.56º | 0.48% | 0.67% | - |
| XYZ | 24.62 | 17.26 | 41.06 | - |
| YUV | 118.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 172 | 0.10 | 0.48 | 0 | 0.33 | 287.56 | 0.33 | 0.51 |
| Hex | 9B | 5A | AC | A | 30 | 0 | 21 | 120 | 21 | 33 |
| Octal | 233 | 132 | 254 | 12 | 60 | 0 | 41 | 440 | 41 | 63 |
| Binary | 10011011 | 1011010 | 10101100 | 1010 | 110000 | 0 | 100001 | 100100000 | 100001 | 110011 |
Color Harmonies of #9B5AAC
Complementary color
Monochromatic Colors of #9B5AAC
Black with #9B5AAC
Text Example
Text Example
White with #9B5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AAC; }
p { color: rgb(155,90,172); }
H1.HeaderClassName
{
color: #9B5AAC;
}
.AnyTagClassName
{
color: #9B5AAC;
}
</style>
background-color css
<style>
a { background-color: #9B5AAC; }
a { background-color: rgb(155,90,172); }
div.DivClassName
{
background-color: #9B5AAC;
}
.BgClassName
{
background-color: #9B5AAC;
}
</style>
border-color css
<style>
span { border-color: #9B5AAC; }
span { border-color: rgb(155,90,172); }
td.TdClassName
{
border-color: #9B5AAC;
}
.TagClassName
{
border-color: #9B5AAC;
}
</style>