Shades of Deep Lilac #9F63BD
Tints of Deep Lilac #9F63BD
RGB
CMYK
RGB Variations
Color information
#9F63BD (or 0x9F63BD) is known color: Deep Lilac. HEX triplet: 9F, 63 and BD. RGB value is (159,99,189). Sum of RGB (Red+Green+Blue) = 159+99+189=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F63BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63BD is #609C42. Grayscale: #7E7E7E. Windows color (decimal): -6331459 or 12411807. OLE color: 12411807.
HSL color Cylindrical-coordinate representation of color #9F63BD: hue angle of 280º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F63BD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 99 | 189 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.26 |
| HSL | 280º | 0.41% | 0.56% | - |
| HSV(B) | 280º | 0.48% | 0.74% | - |
| XYZ | 27.95 | 19.97 | 50.53 | - |
| YUV | 127.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 189 | 0.16 | 0.48 | 0 | 0.26 | 280 | 0.41 | 0.56 |
| Hex | 9F | 63 | BD | 10 | 30 | 0 | 1A | 118 | 29 | 38 |
| Octal | 237 | 143 | 275 | 20 | 60 | 0 | 32 | 430 | 51 | 70 |
| Binary | 10011111 | 1100011 | 10111101 | 10000 | 110000 | 0 | 11010 | 100011000 | 101001 | 111000 |
Color Harmonies of #9F63BD
Complementary color
Monochromatic Colors of #9F63BD
Black with #9F63BD
Text Example
Text Example
White with #9F63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63BD; }
p { color: rgb(159,99,189); }
H1.HeaderClassName
{
color: #9F63BD;
}
.AnyTagClassName
{
color: #9F63BD;
}
</style>
background-color css
<style>
a { background-color: #9F63BD; }
a { background-color: rgb(159,99,189); }
div.DivClassName
{
background-color: #9F63BD;
}
.BgClassName
{
background-color: #9F63BD;
}
</style>
border-color css
<style>
span { border-color: #9F63BD; }
span { border-color: rgb(159,99,189); }
td.TdClassName
{
border-color: #9F63BD;
}
.TagClassName
{
border-color: #9F63BD;
}
</style>