Shades of Deep Lilac #9863BC
Tints of Deep Lilac #9863BC
RGB
CMYK
RGB Variations
Color information
#9863BC (or 0x9863BC) is known color: Deep Lilac. HEX triplet: 98, 63 and BC. RGB value is (152,99,188). Sum of RGB (Red+Green+Blue) = 152+99+188=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #9863BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863BC is #679C43. Grayscale: #7C7C7C. Windows color (decimal): -6790212 or 12346264. OLE color: 12346264.
HSL color Cylindrical-coordinate representation of color #9863BC: hue angle of 275.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9863BC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 99 | 188 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.26 |
| HSL | 275.73º | 0.4% | 0.56% | - |
| HSV(B) | 275.73º | 0.47% | 0.74% | - |
| XYZ | 26.49 | 19.23 | 49.89 | - |
| YUV | 124.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 188 | 0.19 | 0.47 | 0 | 0.26 | 275.73 | 0.4 | 0.56 |
| Hex | 98 | 63 | BC | 13 | 2F | 0 | 1A | 114 | 28 | 38 |
| Octal | 230 | 143 | 274 | 23 | 57 | 0 | 32 | 424 | 50 | 70 |
| Binary | 10011000 | 1100011 | 10111100 | 10011 | 101111 | 0 | 11010 | 100010100 | 101000 | 111000 |
Color Harmonies of #9863BC
Complementary color
Monochromatic Colors of #9863BC
Black with #9863BC
Text Example
Text Example
White with #9863BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863BC; }
p { color: rgb(152,99,188); }
H1.HeaderClassName
{
color: #9863BC;
}
.AnyTagClassName
{
color: #9863BC;
}
</style>
background-color css
<style>
a { background-color: #9863BC; }
a { background-color: rgb(152,99,188); }
div.DivClassName
{
background-color: #9863BC;
}
.BgClassName
{
background-color: #9863BC;
}
</style>
border-color css
<style>
span { border-color: #9863BC; }
span { border-color: rgb(152,99,188); }
td.TdClassName
{
border-color: #9863BC;
}
.TagClassName
{
border-color: #9863BC;
}
</style>