Shades of Deep Lilac #9A5BBE
Tints of Deep Lilac #9A5BBE
RGB
CMYK
RGB Variations
Color information
#9A5BBE (or 0x9A5BBE) is known color: Deep Lilac. HEX triplet: 9A, 5B and BE. RGB value is (154,91,190). Sum of RGB (Red+Green+Blue) = 154+91+190=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A5BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BBE is #65A441. Grayscale: #787878. Windows color (decimal): -6661186 or 12475290. OLE color: 12475290.
HSL color Cylindrical-coordinate representation of color #9A5BBE: hue angle of 278.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A5BBE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 91 | 190 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.25 |
| HSL | 278.18º | 0.43% | 0.55% | - |
| HSV(B) | 278.18º | 0.52% | 0.75% | - |
| XYZ | 26.36 | 18.07 | 50.81 | - |
| YUV | 121.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 190 | 0.19 | 0.52 | 0 | 0.25 | 278.18 | 0.43 | 0.55 |
| Hex | 9A | 5B | BE | 13 | 34 | 0 | 19 | 116 | 2B | 37 |
| Octal | 232 | 133 | 276 | 23 | 64 | 0 | 31 | 426 | 53 | 67 |
| Binary | 10011010 | 1011011 | 10111110 | 10011 | 110100 | 0 | 11001 | 100010110 | 101011 | 110111 |
Color Harmonies of #9A5BBE
Complementary color
Monochromatic Colors of #9A5BBE
Black with #9A5BBE
Text Example
Text Example
White with #9A5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5BBE; }
p { color: rgb(154,91,190); }
H1.HeaderClassName
{
color: #9A5BBE;
}
.AnyTagClassName
{
color: #9A5BBE;
}
</style>
background-color css
<style>
a { background-color: #9A5BBE; }
a { background-color: rgb(154,91,190); }
div.DivClassName
{
background-color: #9A5BBE;
}
.BgClassName
{
background-color: #9A5BBE;
}
</style>
border-color css
<style>
span { border-color: #9A5BBE; }
span { border-color: rgb(154,91,190); }
td.TdClassName
{
border-color: #9A5BBE;
}
.TagClassName
{
border-color: #9A5BBE;
}
</style>