Shades of Deep Lilac #9A5BBC
Tints of Deep Lilac #9A5BBC
RGB
CMYK
RGB Variations
Color information
#9A5BBC (or 0x9A5BBC) is known color: Deep Lilac. HEX triplet: 9A, 5B and BC. RGB value is (154,91,188). Sum of RGB (Red+Green+Blue) = 154+91+188=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BBC is #65A443. Grayscale: #787878. Windows color (decimal): -6661188 or 12344218. OLE color: 12344218.
HSL color Cylindrical-coordinate representation of color #9A5BBC: hue angle of 278.97º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A5BBC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 91 | 188 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.26 |
| HSL | 278.97º | 0.42% | 0.55% | - |
| HSV(B) | 278.97º | 0.52% | 0.74% | - |
| XYZ | 26.14 | 17.98 | 49.67 | - |
| YUV | 120.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 188 | 0.18 | 0.52 | 0 | 0.26 | 278.97 | 0.42 | 0.55 |
| Hex | 9A | 5B | BC | 12 | 34 | 0 | 1A | 117 | 2A | 37 |
| Octal | 232 | 133 | 274 | 22 | 64 | 0 | 32 | 427 | 52 | 67 |
| Binary | 10011010 | 1011011 | 10111100 | 10010 | 110100 | 0 | 11010 | 100010111 | 101010 | 110111 |
Color Harmonies of #9A5BBC
Complementary color
Monochromatic Colors of #9A5BBC
Black with #9A5BBC
Text Example
Text Example
White with #9A5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5BBC; }
p { color: rgb(154,91,188); }
H1.HeaderClassName
{
color: #9A5BBC;
}
.AnyTagClassName
{
color: #9A5BBC;
}
</style>
background-color css
<style>
a { background-color: #9A5BBC; }
a { background-color: rgb(154,91,188); }
div.DivClassName
{
background-color: #9A5BBC;
}
.BgClassName
{
background-color: #9A5BBC;
}
</style>
border-color css
<style>
span { border-color: #9A5BBC; }
span { border-color: rgb(154,91,188); }
td.TdClassName
{
border-color: #9A5BBC;
}
.TagClassName
{
border-color: #9A5BBC;
}
</style>