Shades of Deep Lilac #9851CE
Tints of Deep Lilac #9851CE
RGB
CMYK
RGB Variations
Color information
#9851CE (or 0x9851CE) is known color: Deep Lilac. HEX triplet: 98, 51 and CE. RGB value is (152,81,206). Sum of RGB (Red+Green+Blue) = 152+81+206=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9851CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851CE is #67AE31. Grayscale: #747474. Windows color (decimal): -6794802 or 13521304. OLE color: 13521304.
HSL color Cylindrical-coordinate representation of color #9851CE: hue angle of 274.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9851CE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 81 | 206 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.19 |
| HSL | 274.08º | 0.56% | 0.56% | - |
| HSV(B) | 274.08º | 0.61% | 0.81% | - |
| XYZ | 27.03 | 17.02 | 60.25 | - |
| YUV | 116.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 206 | 0.26 | 0.61 | 0 | 0.19 | 274.08 | 0.56 | 0.56 |
| Hex | 98 | 51 | CE | 1A | 3D | 0 | 13 | 112 | 38 | 38 |
| Octal | 230 | 121 | 316 | 32 | 75 | 0 | 23 | 422 | 70 | 70 |
| Binary | 10011000 | 1010001 | 11001110 | 11010 | 111101 | 0 | 10011 | 100010010 | 111000 | 111000 |
Color Harmonies of #9851CE
Complementary color
Monochromatic Colors of #9851CE
Black with #9851CE
Text Example
Text Example
White with #9851CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9851CE; }
p { color: rgb(152,81,206); }
H1.HeaderClassName
{
color: #9851CE;
}
.AnyTagClassName
{
color: #9851CE;
}
</style>
background-color css
<style>
a { background-color: #9851CE; }
a { background-color: rgb(152,81,206); }
div.DivClassName
{
background-color: #9851CE;
}
.BgClassName
{
background-color: #9851CE;
}
</style>
border-color css
<style>
span { border-color: #9851CE; }
span { border-color: rgb(152,81,206); }
td.TdClassName
{
border-color: #9851CE;
}
.TagClassName
{
border-color: #9851CE;
}
</style>