Shades of Deep Lilac #9543BD
Tints of Deep Lilac #9543BD
RGB
CMYK
RGB Variations
Color information
#9543BD (or 0x9543BD) is known color: Deep Lilac. HEX triplet: 95, 43 and BD. RGB value is (149,67,189). Sum of RGB (Red+Green+Blue) = 149+67+189=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9543BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543BD is #6ABC42. Grayscale: #696969. Windows color (decimal): -6995011 or 12403605. OLE color: 12403605.
HSL color Cylindrical-coordinate representation of color #9543BD: hue angle of 280.33º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9543BD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 67 | 189 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.26 |
| HSL | 280.33º | 0.48% | 0.5% | - |
| HSV(B) | 280.33º | 0.65% | 0.74% | - |
| XYZ | 23.59 | 14.08 | 49.62 | - |
| YUV | 105.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 189 | 0.21 | 0.65 | 0 | 0.26 | 280.33 | 0.48 | 0.5 |
| Hex | 95 | 43 | BD | 15 | 41 | 0 | 1A | 118 | 30 | 32 |
| Octal | 225 | 103 | 275 | 25 | 101 | 0 | 32 | 430 | 60 | 62 |
| Binary | 10010101 | 1000011 | 10111101 | 10101 | 1000001 | 0 | 11010 | 100011000 | 110000 | 110010 |
Color Harmonies of #9543BD
Complementary color
Monochromatic Colors of #9543BD
Black with #9543BD
Text Example
Text Example
White with #9543BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543BD; }
p { color: rgb(149,67,189); }
H1.HeaderClassName
{
color: #9543BD;
}
.AnyTagClassName
{
color: #9543BD;
}
</style>
background-color css
<style>
a { background-color: #9543BD; }
a { background-color: rgb(149,67,189); }
div.DivClassName
{
background-color: #9543BD;
}
.BgClassName
{
background-color: #9543BD;
}
</style>
border-color css
<style>
span { border-color: #9543BD; }
span { border-color: rgb(149,67,189); }
td.TdClassName
{
border-color: #9543BD;
}
.TagClassName
{
border-color: #9543BD;
}
</style>