Shades of Deep Lilac #9546BB
Tints of Deep Lilac #9546BB
RGB
CMYK
RGB Variations
Color information
#9546BB (or 0x9546BB) is known color: Deep Lilac. HEX triplet: 95, 46 and BB. RGB value is (149,70,187). Sum of RGB (Red+Green+Blue) = 149+70+187=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #9546BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546BB is #6AB944. Grayscale: #6A6A6A. Windows color (decimal): -6994245 or 12273301. OLE color: 12273301.
HSL color Cylindrical-coordinate representation of color #9546BB: hue angle of 280.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9546BB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 70 | 187 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.27 |
| HSL | 280.51º | 0.46% | 0.5% | - |
| HSV(B) | 280.51º | 0.63% | 0.73% | - |
| XYZ | 23.55 | 14.36 | 48.54 | - |
| YUV | 106.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 187 | 0.20 | 0.63 | 0 | 0.27 | 280.51 | 0.46 | 0.5 |
| Hex | 95 | 46 | BB | 14 | 3F | 0 | 1B | 119 | 2E | 32 |
| Octal | 225 | 106 | 273 | 24 | 77 | 0 | 33 | 431 | 56 | 62 |
| Binary | 10010101 | 1000110 | 10111011 | 10100 | 111111 | 0 | 11011 | 100011001 | 101110 | 110010 |
Color Harmonies of #9546BB
Complementary color
Monochromatic Colors of #9546BB
Black with #9546BB
Text Example
Text Example
White with #9546BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546BB; }
p { color: rgb(149,70,187); }
H1.HeaderClassName
{
color: #9546BB;
}
.AnyTagClassName
{
color: #9546BB;
}
</style>
background-color css
<style>
a { background-color: #9546BB; }
a { background-color: rgb(149,70,187); }
div.DivClassName
{
background-color: #9546BB;
}
.BgClassName
{
background-color: #9546BB;
}
</style>
border-color css
<style>
span { border-color: #9546BB; }
span { border-color: rgb(149,70,187); }
td.TdClassName
{
border-color: #9546BB;
}
.TagClassName
{
border-color: #9546BB;
}
</style>