Shades of Deep Lilac #9545BD
Tints of Deep Lilac #9545BD
RGB
CMYK
RGB Variations
Color information
#9545BD (or 0x9545BD) is known color: Deep Lilac. HEX triplet: 95, 45 and BD. RGB value is (149,69,189). Sum of RGB (Red+Green+Blue) = 149+69+189=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9545BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9545BD is #6ABA42. Grayscale: #6A6A6A. Windows color (decimal): -6994499 or 12404117. OLE color: 12404117.
HSL color Cylindrical-coordinate representation of color #9545BD: hue angle of 280º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9545BD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 69 | 189 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.26 |
| HSL | 280º | 0.48% | 0.51% | - |
| HSV(B) | 280º | 0.63% | 0.74% | - |
| XYZ | 23.71 | 14.32 | 49.66 | - |
| YUV | 106.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 189 | 0.21 | 0.63 | 0 | 0.26 | 280 | 0.48 | 0.51 |
| Hex | 95 | 45 | BD | 15 | 3F | 0 | 1A | 118 | 30 | 33 |
| Octal | 225 | 105 | 275 | 25 | 77 | 0 | 32 | 430 | 60 | 63 |
| Binary | 10010101 | 1000101 | 10111101 | 10101 | 111111 | 0 | 11010 | 100011000 | 110000 | 110011 |
Color Harmonies of #9545BD
Complementary color
Monochromatic Colors of #9545BD
Black with #9545BD
Text Example
Text Example
White with #9545BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545BD; }
p { color: rgb(149,69,189); }
H1.HeaderClassName
{
color: #9545BD;
}
.AnyTagClassName
{
color: #9545BD;
}
</style>
background-color css
<style>
a { background-color: #9545BD; }
a { background-color: rgb(149,69,189); }
div.DivClassName
{
background-color: #9545BD;
}
.BgClassName
{
background-color: #9545BD;
}
</style>
border-color css
<style>
span { border-color: #9545BD; }
span { border-color: rgb(149,69,189); }
td.TdClassName
{
border-color: #9545BD;
}
.TagClassName
{
border-color: #9545BD;
}
</style>