Shades of Deep Lilac #9344BD
Tints of Deep Lilac #9344BD
RGB
CMYK
RGB Variations
Color information
#9344BD (or 0x9344BD) is known color: Deep Lilac. HEX triplet: 93, 44 and BD. RGB value is (147,68,189). Sum of RGB (Red+Green+Blue) = 147+68+189=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #9344BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344BD is #6CBB42. Grayscale: #696969. Windows color (decimal): -7125827 or 12403859. OLE color: 12403859.
HSL color Cylindrical-coordinate representation of color #9344BD: hue angle of 279.17º degrees, saturation: 0.48, 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 #9344BD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 68 | 189 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.26 |
| HSL | 279.17º | 0.48% | 0.5% | - |
| HSV(B) | 279.17º | 0.64% | 0.74% | - |
| XYZ | 23.29 | 14.01 | 49.62 | - |
| YUV | 105.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 189 | 0.22 | 0.64 | 0 | 0.26 | 279.17 | 0.48 | 0.5 |
| Hex | 93 | 44 | BD | 16 | 40 | 0 | 1A | 117 | 30 | 32 |
| Octal | 223 | 104 | 275 | 26 | 100 | 0 | 32 | 427 | 60 | 62 |
| Binary | 10010011 | 1000100 | 10111101 | 10110 | 1000000 | 0 | 11010 | 100010111 | 110000 | 110010 |
Color Harmonies of #9344BD
Complementary color
Monochromatic Colors of #9344BD
Black with #9344BD
Text Example
Text Example
White with #9344BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344BD; }
p { color: rgb(147,68,189); }
H1.HeaderClassName
{
color: #9344BD;
}
.AnyTagClassName
{
color: #9344BD;
}
</style>
background-color css
<style>
a { background-color: #9344BD; }
a { background-color: rgb(147,68,189); }
div.DivClassName
{
background-color: #9344BD;
}
.BgClassName
{
background-color: #9344BD;
}
</style>
border-color css
<style>
span { border-color: #9344BD; }
span { border-color: rgb(147,68,189); }
td.TdClassName
{
border-color: #9344BD;
}
.TagClassName
{
border-color: #9344BD;
}
</style>