Shades of Deep Lilac #9447BF
Tints of Deep Lilac #9447BF
RGB
CMYK
RGB Variations
Color information
#9447BF (or 0x9447BF) is known color: Deep Lilac. HEX triplet: 94, 47 and BF. RGB value is (148,71,191). Sum of RGB (Red+Green+Blue) = 148+71+191=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9447BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9447BF is #6BB840. Grayscale: #6B6B6B. Windows color (decimal): -7059521 or 12535700. OLE color: 12535700.
HSL color Cylindrical-coordinate representation of color #9447BF: hue angle of 278.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9447BF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 71 | 191 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.25 |
| HSL | 278.5º | 0.48% | 0.51% | - |
| HSV(B) | 278.5º | 0.63% | 0.75% | - |
| XYZ | 23.87 | 14.56 | 50.84 | - |
| YUV | 107.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 191 | 0.23 | 0.63 | 0 | 0.25 | 278.5 | 0.48 | 0.51 |
| Hex | 94 | 47 | BF | 17 | 3F | 0 | 19 | 116 | 30 | 33 |
| Octal | 224 | 107 | 277 | 27 | 77 | 0 | 31 | 426 | 60 | 63 |
| Binary | 10010100 | 1000111 | 10111111 | 10111 | 111111 | 0 | 11001 | 100010110 | 110000 | 110011 |
Color Harmonies of #9447BF
Complementary color
Monochromatic Colors of #9447BF
Black with #9447BF
Text Example
Text Example
White with #9447BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9447BF; }
p { color: rgb(148,71,191); }
H1.HeaderClassName
{
color: #9447BF;
}
.AnyTagClassName
{
color: #9447BF;
}
</style>
background-color css
<style>
a { background-color: #9447BF; }
a { background-color: rgb(148,71,191); }
div.DivClassName
{
background-color: #9447BF;
}
.BgClassName
{
background-color: #9447BF;
}
</style>
border-color css
<style>
span { border-color: #9447BF; }
span { border-color: rgb(148,71,191); }
td.TdClassName
{
border-color: #9447BF;
}
.TagClassName
{
border-color: #9447BF;
}
</style>