Shades of Deep Lilac #9843BA
Tints of Deep Lilac #9843BA
RGB
CMYK
RGB Variations
Color information
#9843BA (or 0x9843BA) is known color: Deep Lilac. HEX triplet: 98, 43 and BA. RGB value is (152,67,186). Sum of RGB (Red+Green+Blue) = 152+67+186=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9843BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9843BA is #67BC45. Grayscale: #696969. Windows color (decimal): -6798406 or 12207000. OLE color: 12207000.
HSL color Cylindrical-coordinate representation of color #9843BA: hue angle of 282.86º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9843BA is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 67 | 186 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.27 |
| HSL | 282.86º | 0.47% | 0.5% | - |
| HSV(B) | 282.86º | 0.64% | 0.73% | - |
| XYZ | 23.82 | 14.23 | 47.95 | - |
| YUV | 105.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 186 | 0.18 | 0.64 | 0 | 0.27 | 282.86 | 0.47 | 0.5 |
| Hex | 98 | 43 | BA | 12 | 40 | 0 | 1B | 11B | 2F | 32 |
| Octal | 230 | 103 | 272 | 22 | 100 | 0 | 33 | 433 | 57 | 62 |
| Binary | 10011000 | 1000011 | 10111010 | 10010 | 1000000 | 0 | 11011 | 100011011 | 101111 | 110010 |
Color Harmonies of #9843BA
Complementary color
Monochromatic Colors of #9843BA
Black with #9843BA
Text Example
Text Example
White with #9843BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9843BA; }
p { color: rgb(152,67,186); }
H1.HeaderClassName
{
color: #9843BA;
}
.AnyTagClassName
{
color: #9843BA;
}
</style>
background-color css
<style>
a { background-color: #9843BA; }
a { background-color: rgb(152,67,186); }
div.DivClassName
{
background-color: #9843BA;
}
.BgClassName
{
background-color: #9843BA;
}
</style>
border-color css
<style>
span { border-color: #9843BA; }
span { border-color: rgb(152,67,186); }
td.TdClassName
{
border-color: #9843BA;
}
.TagClassName
{
border-color: #9843BA;
}
</style>