Shades of Deep Lilac #9344BF
Tints of Deep Lilac #9344BF
RGB
CMYK
RGB Variations
Color information
#9344BF (or 0x9344BF) is known color: Deep Lilac. HEX triplet: 93, 44 and BF. RGB value is (147,68,191). Sum of RGB (Red+Green+Blue) = 147+68+191=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9344BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344BF is #6CBB40. Grayscale: #696969. Windows color (decimal): -7125825 or 12534931. OLE color: 12534931.
HSL color Cylindrical-coordinate representation of color #9344BF: hue angle of 278.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9344BF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 68 | 191 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.25 |
| HSL | 278.54º | 0.49% | 0.51% | - |
| HSV(B) | 278.54º | 0.64% | 0.75% | - |
| XYZ | 23.5 | 14.1 | 50.77 | - |
| YUV | 105.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 191 | 0.23 | 0.64 | 0 | 0.25 | 278.54 | 0.49 | 0.51 |
| Hex | 93 | 44 | BF | 17 | 40 | 0 | 19 | 117 | 31 | 33 |
| Octal | 223 | 104 | 277 | 27 | 100 | 0 | 31 | 427 | 61 | 63 |
| Binary | 10010011 | 1000100 | 10111111 | 10111 | 1000000 | 0 | 11001 | 100010111 | 110001 | 110011 |
Color Harmonies of #9344BF
Complementary color
Monochromatic Colors of #9344BF
Black with #9344BF
Text Example
Text Example
White with #9344BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344BF; }
p { color: rgb(147,68,191); }
H1.HeaderClassName
{
color: #9344BF;
}
.AnyTagClassName
{
color: #9344BF;
}
</style>
background-color css
<style>
a { background-color: #9344BF; }
a { background-color: rgb(147,68,191); }
div.DivClassName
{
background-color: #9344BF;
}
.BgClassName
{
background-color: #9344BF;
}
</style>
border-color css
<style>
span { border-color: #9344BF; }
span { border-color: rgb(147,68,191); }
td.TdClassName
{
border-color: #9344BF;
}
.TagClassName
{
border-color: #9344BF;
}
</style>