Shades of Deep Lilac #8946BF
Tints of Deep Lilac #8946BF
RGB
CMYK
RGB Variations
Color information
#8946BF (or 0x8946BF) is known color: Deep Lilac. HEX triplet: 89, 46 and BF. RGB value is (137,70,191). Sum of RGB (Red+Green+Blue) = 137+70+191=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #8946BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8946BF is #76B940. Grayscale: #676767. Windows color (decimal): -7780673 or 12535433. OLE color: 12535433.
HSL color Cylindrical-coordinate representation of color #8946BF: hue angle of 273.22º degrees, saturation: 0.49, 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 #8946BF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 70 | 191 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.25 |
| HSL | 273.22º | 0.49% | 0.51% | - |
| HSV(B) | 273.22º | 0.63% | 0.75% | - |
| XYZ | 21.91 | 13.46 | 50.73 | - |
| YUV | 103.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 191 | 0.28 | 0.63 | 0 | 0.25 | 273.22 | 0.49 | 0.51 |
| Hex | 89 | 46 | BF | 1C | 3F | 0 | 19 | 111 | 31 | 33 |
| Octal | 211 | 106 | 277 | 34 | 77 | 0 | 31 | 421 | 61 | 63 |
| Binary | 10001001 | 1000110 | 10111111 | 11100 | 111111 | 0 | 11001 | 100010001 | 110001 | 110011 |
Color Harmonies of #8946BF
Complementary color
Monochromatic Colors of #8946BF
Black with #8946BF
Text Example
Text Example
White with #8946BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946BF; }
p { color: rgb(137,70,191); }
H1.HeaderClassName
{
color: #8946BF;
}
.AnyTagClassName
{
color: #8946BF;
}
</style>
background-color css
<style>
a { background-color: #8946BF; }
a { background-color: rgb(137,70,191); }
div.DivClassName
{
background-color: #8946BF;
}
.BgClassName
{
background-color: #8946BF;
}
</style>
border-color css
<style>
span { border-color: #8946BF; }
span { border-color: rgb(137,70,191); }
td.TdClassName
{
border-color: #8946BF;
}
.TagClassName
{
border-color: #8946BF;
}
</style>