Shades of Deep Lilac #9853BD
Tints of Deep Lilac #9853BD
RGB
CMYK
RGB Variations
Color information
#9853BD (or 0x9853BD) is known color: Deep Lilac. HEX triplet: 98, 53 and BD. RGB value is (152,83,189). Sum of RGB (Red+Green+Blue) = 152+83+189=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #9853BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9853BD is #67AC42. Grayscale: #737373. Windows color (decimal): -6794307 or 12407704. OLE color: 12407704.
HSL color Cylindrical-coordinate representation of color #9853BD: hue angle of 279.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9853BD is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 83 | 189 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.26 |
| HSL | 279.06º | 0.45% | 0.53% | - |
| HSV(B) | 279.06º | 0.56% | 0.74% | - |
| XYZ | 25.23 | 16.54 | 50.01 | - |
| YUV | 115.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 189 | 0.20 | 0.56 | 0 | 0.26 | 279.06 | 0.45 | 0.53 |
| Hex | 98 | 53 | BD | 14 | 38 | 0 | 1A | 117 | 2D | 35 |
| Octal | 230 | 123 | 275 | 24 | 70 | 0 | 32 | 427 | 55 | 65 |
| Binary | 10011000 | 1010011 | 10111101 | 10100 | 111000 | 0 | 11010 | 100010111 | 101101 | 110101 |
Color Harmonies of #9853BD
Complementary color
Monochromatic Colors of #9853BD
Black with #9853BD
Text Example
Text Example
White with #9853BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9853BD; }
p { color: rgb(152,83,189); }
H1.HeaderClassName
{
color: #9853BD;
}
.AnyTagClassName
{
color: #9853BD;
}
</style>
background-color css
<style>
a { background-color: #9853BD; }
a { background-color: rgb(152,83,189); }
div.DivClassName
{
background-color: #9853BD;
}
.BgClassName
{
background-color: #9853BD;
}
</style>
border-color css
<style>
span { border-color: #9853BD; }
span { border-color: rgb(152,83,189); }
td.TdClassName
{
border-color: #9853BD;
}
.TagClassName
{
border-color: #9853BD;
}
</style>