Shades of Deep Lilac #9543BC
Tints of Deep Lilac #9543BC
RGB
CMYK
RGB Variations
Color information
#9543BC (or 0x9543BC) is known color: Deep Lilac. HEX triplet: 95, 43 and BC. RGB value is (149,67,188). Sum of RGB (Red+Green+Blue) = 149+67+188=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9543BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543BC is #6ABC43. Grayscale: #686868. Windows color (decimal): -6995012 or 12338069. OLE color: 12338069.
HSL color Cylindrical-coordinate representation of color #9543BC: hue angle of 280.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9543BC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 67 | 188 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.26 |
| HSL | 280.66º | 0.47% | 0.5% | - |
| HSV(B) | 280.66º | 0.64% | 0.74% | - |
| XYZ | 23.48 | 14.03 | 49.05 | - |
| YUV | 105.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 188 | 0.21 | 0.64 | 0 | 0.26 | 280.66 | 0.47 | 0.5 |
| Hex | 95 | 43 | BC | 15 | 40 | 0 | 1A | 119 | 2F | 32 |
| Octal | 225 | 103 | 274 | 25 | 100 | 0 | 32 | 431 | 57 | 62 |
| Binary | 10010101 | 1000011 | 10111100 | 10101 | 1000000 | 0 | 11010 | 100011001 | 101111 | 110010 |
Color Harmonies of #9543BC
Complementary color
Monochromatic Colors of #9543BC
Black with #9543BC
Text Example
Text Example
White with #9543BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543BC; }
p { color: rgb(149,67,188); }
H1.HeaderClassName
{
color: #9543BC;
}
.AnyTagClassName
{
color: #9543BC;
}
</style>
background-color css
<style>
a { background-color: #9543BC; }
a { background-color: rgb(149,67,188); }
div.DivClassName
{
background-color: #9543BC;
}
.BgClassName
{
background-color: #9543BC;
}
</style>
border-color css
<style>
span { border-color: #9543BC; }
span { border-color: rgb(149,67,188); }
td.TdClassName
{
border-color: #9543BC;
}
.TagClassName
{
border-color: #9543BC;
}
</style>