Shades of Deep Lilac #9B47BB
Tints of Deep Lilac #9B47BB
RGB
CMYK
RGB Variations
Color information
#9B47BB (or 0x9B47BB) is known color: Deep Lilac. HEX triplet: 9B, 47 and BB. RGB value is (155,71,187). Sum of RGB (Red+Green+Blue) = 155+71+187=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B47BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47BB is #64B844. Grayscale: #6C6C6C. Windows color (decimal): -6600773 or 12273563. OLE color: 12273563.
HSL color Cylindrical-coordinate representation of color #9B47BB: hue angle of 283.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B47BB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 71 | 187 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.27 |
| HSL | 283.45º | 0.46% | 0.51% | - |
| HSV(B) | 283.45º | 0.62% | 0.73% | - |
| XYZ | 24.74 | 15.06 | 48.62 | - |
| YUV | 109.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 187 | 0.17 | 0.62 | 0 | 0.27 | 283.45 | 0.46 | 0.51 |
| Hex | 9B | 47 | BB | 11 | 3E | 0 | 1B | 11B | 2E | 33 |
| Octal | 233 | 107 | 273 | 21 | 76 | 0 | 33 | 433 | 56 | 63 |
| Binary | 10011011 | 1000111 | 10111011 | 10001 | 111110 | 0 | 11011 | 100011011 | 101110 | 110011 |
Color Harmonies of #9B47BB
Complementary color
Monochromatic Colors of #9B47BB
Black with #9B47BB
Text Example
Text Example
White with #9B47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B47BB; }
p { color: rgb(155,71,187); }
H1.HeaderClassName
{
color: #9B47BB;
}
.AnyTagClassName
{
color: #9B47BB;
}
</style>
background-color css
<style>
a { background-color: #9B47BB; }
a { background-color: rgb(155,71,187); }
div.DivClassName
{
background-color: #9B47BB;
}
.BgClassName
{
background-color: #9B47BB;
}
</style>
border-color css
<style>
span { border-color: #9B47BB; }
span { border-color: rgb(155,71,187); }
td.TdClassName
{
border-color: #9B47BB;
}
.TagClassName
{
border-color: #9B47BB;
}
</style>