Shades of Deep Lilac #9B49BF
Tints of Deep Lilac #9B49BF
RGB
CMYK
RGB Variations
Color information
#9B49BF (or 0x9B49BF) is known color: Deep Lilac. HEX triplet: 9B, 49 and BF. RGB value is (155,73,191). Sum of RGB (Red+Green+Blue) = 155+73+191=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B49BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49BF is #64B640. Grayscale: #6E6E6E. Windows color (decimal): -6600257 or 12536219. OLE color: 12536219.
HSL color Cylindrical-coordinate representation of color #9B49BF: hue angle of 281.69º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B49BF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 73 | 191 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.25 |
| HSL | 281.69º | 0.48% | 0.52% | - |
| HSV(B) | 281.69º | 0.62% | 0.75% | - |
| XYZ | 25.3 | 15.5 | 50.95 | - |
| YUV | 110.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 191 | 0.19 | 0.62 | 0 | 0.25 | 281.69 | 0.48 | 0.52 |
| Hex | 9B | 49 | BF | 13 | 3E | 0 | 19 | 11A | 30 | 34 |
| Octal | 233 | 111 | 277 | 23 | 76 | 0 | 31 | 432 | 60 | 64 |
| Binary | 10011011 | 1001001 | 10111111 | 10011 | 111110 | 0 | 11001 | 100011010 | 110000 | 110100 |
Color Harmonies of #9B49BF
Complementary color
Monochromatic Colors of #9B49BF
Black with #9B49BF
Text Example
Text Example
White with #9B49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B49BF; }
p { color: rgb(155,73,191); }
H1.HeaderClassName
{
color: #9B49BF;
}
.AnyTagClassName
{
color: #9B49BF;
}
</style>
background-color css
<style>
a { background-color: #9B49BF; }
a { background-color: rgb(155,73,191); }
div.DivClassName
{
background-color: #9B49BF;
}
.BgClassName
{
background-color: #9B49BF;
}
</style>
border-color css
<style>
span { border-color: #9B49BF; }
span { border-color: rgb(155,73,191); }
td.TdClassName
{
border-color: #9B49BF;
}
.TagClassName
{
border-color: #9B49BF;
}
</style>