Shades of Deep Lilac #9845BA
Tints of Deep Lilac #9845BA
RGB
CMYK
RGB Variations
Color information
#9845BA (or 0x9845BA) is known color: Deep Lilac. HEX triplet: 98, 45 and BA. RGB value is (152,69,186). Sum of RGB (Red+Green+Blue) = 152+69+186=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9845BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845BA is #67BA45. Grayscale: #6A6A6A. Windows color (decimal): -6797894 or 12207512. OLE color: 12207512.
HSL color Cylindrical-coordinate representation of color #9845BA: hue angle of 282.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9845BA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 69 | 186 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.27 |
| HSL | 282.56º | 0.46% | 0.5% | - |
| HSV(B) | 282.56º | 0.63% | 0.73% | - |
| XYZ | 23.94 | 14.48 | 47.99 | - |
| YUV | 107.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 186 | 0.18 | 0.63 | 0 | 0.27 | 282.56 | 0.46 | 0.5 |
| Hex | 98 | 45 | BA | 12 | 3F | 0 | 1B | 11B | 2E | 32 |
| Octal | 230 | 105 | 272 | 22 | 77 | 0 | 33 | 433 | 56 | 62 |
| Binary | 10011000 | 1000101 | 10111010 | 10010 | 111111 | 0 | 11011 | 100011011 | 101110 | 110010 |
Color Harmonies of #9845BA
Complementary color
Monochromatic Colors of #9845BA
Black with #9845BA
Text Example
Text Example
White with #9845BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845BA; }
p { color: rgb(152,69,186); }
H1.HeaderClassName
{
color: #9845BA;
}
.AnyTagClassName
{
color: #9845BA;
}
</style>
background-color css
<style>
a { background-color: #9845BA; }
a { background-color: rgb(152,69,186); }
div.DivClassName
{
background-color: #9845BA;
}
.BgClassName
{
background-color: #9845BA;
}
</style>
border-color css
<style>
span { border-color: #9845BA; }
span { border-color: rgb(152,69,186); }
td.TdClassName
{
border-color: #9845BA;
}
.TagClassName
{
border-color: #9845BA;
}
</style>