Shades of Deep Lilac #9847BF
Tints of Deep Lilac #9847BF
RGB
CMYK
RGB Variations
Color information
#9847BF (or 0x9847BF) is known color: Deep Lilac. HEX triplet: 98, 47 and BF. RGB value is (152,71,191). Sum of RGB (Red+Green+Blue) = 152+71+191=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #9847BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9847BF is #67B840. Grayscale: #6C6C6C. Windows color (decimal): -6797377 or 12535704. OLE color: 12535704.
HSL color Cylindrical-coordinate representation of color #9847BF: hue angle of 280.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 #9847BF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 71 | 191 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.25 |
| HSL | 280.5º | 0.48% | 0.51% | - |
| HSV(B) | 280.5º | 0.63% | 0.75% | - |
| XYZ | 24.61 | 14.94 | 50.88 | - |
| YUV | 108.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 191 | 0.20 | 0.63 | 0 | 0.25 | 280.5 | 0.48 | 0.51 |
| Hex | 98 | 47 | BF | 14 | 3F | 0 | 19 | 118 | 30 | 33 |
| Octal | 230 | 107 | 277 | 24 | 77 | 0 | 31 | 430 | 60 | 63 |
| Binary | 10011000 | 1000111 | 10111111 | 10100 | 111111 | 0 | 11001 | 100011000 | 110000 | 110011 |
Color Harmonies of #9847BF
Complementary color
Monochromatic Colors of #9847BF
Black with #9847BF
Text Example
Text Example
White with #9847BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9847BF; }
p { color: rgb(152,71,191); }
H1.HeaderClassName
{
color: #9847BF;
}
.AnyTagClassName
{
color: #9847BF;
}
</style>
background-color css
<style>
a { background-color: #9847BF; }
a { background-color: rgb(152,71,191); }
div.DivClassName
{
background-color: #9847BF;
}
.BgClassName
{
background-color: #9847BF;
}
</style>
border-color css
<style>
span { border-color: #9847BF; }
span { border-color: rgb(152,71,191); }
td.TdClassName
{
border-color: #9847BF;
}
.TagClassName
{
border-color: #9847BF;
}
</style>