Shades of Deep Lilac #9543C1
Tints of Deep Lilac #9543C1
RGB
CMYK
RGB Variations
Color information
#9543C1 (or 0x9543C1) is known color: Deep Lilac. HEX triplet: 95, 43 and C1. RGB value is (149,67,193). Sum of RGB (Red+Green+Blue) = 149+67+193=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #9543C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543C1 is #6ABC3E. Grayscale: #696969. Windows color (decimal): -6995007 or 12665749. OLE color: 12665749.
HSL color Cylindrical-coordinate representation of color #9543C1: hue angle of 279.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9543C1 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 67 | 193 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.24 |
| HSL | 279.05º | 0.5% | 0.51% | - |
| HSV(B) | 279.05º | 0.65% | 0.76% | - |
| XYZ | 24.03 | 14.25 | 51.94 | - |
| YUV | 105.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 193 | 0.23 | 0.65 | 0 | 0.24 | 279.05 | 0.5 | 0.51 |
| Hex | 95 | 43 | C1 | 17 | 41 | 0 | 18 | 117 | 32 | 33 |
| Octal | 225 | 103 | 301 | 27 | 101 | 0 | 30 | 427 | 62 | 63 |
| Binary | 10010101 | 1000011 | 11000001 | 10111 | 1000001 | 0 | 11000 | 100010111 | 110010 | 110011 |
Color Harmonies of #9543C1
Complementary color
Monochromatic Colors of #9543C1
Black with #9543C1
Text Example
Text Example
White with #9543C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543C1; }
p { color: rgb(149,67,193); }
H1.HeaderClassName
{
color: #9543C1;
}
.AnyTagClassName
{
color: #9543C1;
}
</style>
background-color css
<style>
a { background-color: #9543C1; }
a { background-color: rgb(149,67,193); }
div.DivClassName
{
background-color: #9543C1;
}
.BgClassName
{
background-color: #9543C1;
}
</style>
border-color css
<style>
span { border-color: #9543C1; }
span { border-color: rgb(149,67,193); }
td.TdClassName
{
border-color: #9543C1;
}
.TagClassName
{
border-color: #9543C1;
}
</style>