Shades of Deep Lilac #9851BC
Tints of Deep Lilac #9851BC
RGB
CMYK
RGB Variations
Color information
#9851BC (or 0x9851BC) is known color: Deep Lilac. HEX triplet: 98, 51 and BC. RGB value is (152,81,188). Sum of RGB (Red+Green+Blue) = 152+81+188=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9851BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851BC is #67AE43. Grayscale: #727272. Windows color (decimal): -6794820 or 12341656. OLE color: 12341656.
HSL color Cylindrical-coordinate representation of color #9851BC: hue angle of 279.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9851BC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 81 | 188 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.26 |
| HSL | 279.81º | 0.44% | 0.53% | - |
| HSV(B) | 279.81º | 0.57% | 0.74% | - |
| XYZ | 24.97 | 16.19 | 49.39 | - |
| YUV | 114.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 188 | 0.19 | 0.57 | 0 | 0.26 | 279.81 | 0.44 | 0.53 |
| Hex | 98 | 51 | BC | 13 | 39 | 0 | 1A | 118 | 2C | 35 |
| Octal | 230 | 121 | 274 | 23 | 71 | 0 | 32 | 430 | 54 | 65 |
| Binary | 10011000 | 1010001 | 10111100 | 10011 | 111001 | 0 | 11010 | 100011000 | 101100 | 110101 |
Color Harmonies of #9851BC
Complementary color
Monochromatic Colors of #9851BC
Black with #9851BC
Text Example
Text Example
White with #9851BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9851BC; }
p { color: rgb(152,81,188); }
H1.HeaderClassName
{
color: #9851BC;
}
.AnyTagClassName
{
color: #9851BC;
}
</style>
background-color css
<style>
a { background-color: #9851BC; }
a { background-color: rgb(152,81,188); }
div.DivClassName
{
background-color: #9851BC;
}
.BgClassName
{
background-color: #9851BC;
}
</style>
border-color css
<style>
span { border-color: #9851BC; }
span { border-color: rgb(152,81,188); }
td.TdClassName
{
border-color: #9851BC;
}
.TagClassName
{
border-color: #9851BC;
}
</style>