Shades of Deep Lilac #9343BD
Tints of Deep Lilac #9343BD
RGB
CMYK
RGB Variations
Color information
#9343BD (or 0x9343BD) is known color: Deep Lilac. HEX triplet: 93, 43 and BD. RGB value is (147,67,189). Sum of RGB (Red+Green+Blue) = 147+67+189=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #9343BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9343BD is #6CBC42. Grayscale: #686868. Windows color (decimal): -7126083 or 12403603. OLE color: 12403603.
HSL color Cylindrical-coordinate representation of color #9343BD: hue angle of 279.34º 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 #9343BD is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 67 | 189 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.26 |
| HSL | 279.34º | 0.48% | 0.5% | - |
| HSV(B) | 279.34º | 0.65% | 0.74% | - |
| XYZ | 23.23 | 13.89 | 49.6 | - |
| YUV | 104.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 189 | 0.22 | 0.65 | 0 | 0.26 | 279.34 | 0.48 | 0.5 |
| Hex | 93 | 43 | BD | 16 | 41 | 0 | 1A | 117 | 30 | 32 |
| Octal | 223 | 103 | 275 | 26 | 101 | 0 | 32 | 427 | 60 | 62 |
| Binary | 10010011 | 1000011 | 10111101 | 10110 | 1000001 | 0 | 11010 | 100010111 | 110000 | 110010 |
Color Harmonies of #9343BD
Complementary color
Monochromatic Colors of #9343BD
Black with #9343BD
Text Example
Text Example
White with #9343BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343BD; }
p { color: rgb(147,67,189); }
H1.HeaderClassName
{
color: #9343BD;
}
.AnyTagClassName
{
color: #9343BD;
}
</style>
background-color css
<style>
a { background-color: #9343BD; }
a { background-color: rgb(147,67,189); }
div.DivClassName
{
background-color: #9343BD;
}
.BgClassName
{
background-color: #9343BD;
}
</style>
border-color css
<style>
span { border-color: #9343BD; }
span { border-color: rgb(147,67,189); }
td.TdClassName
{
border-color: #9343BD;
}
.TagClassName
{
border-color: #9343BD;
}
</style>