Shades of Deep Lilac #9F63BC
Tints of Deep Lilac #9F63BC
RGB
CMYK
RGB Variations
Color information
#9F63BC (or 0x9F63BC) is known color: Deep Lilac. HEX triplet: 9F, 63 and BC. RGB value is (159,99,188). Sum of RGB (Red+Green+Blue) = 159+99+188=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63BC is #609C43. Grayscale: #7E7E7E. Windows color (decimal): -6331460 or 12346271. OLE color: 12346271.
HSL color Cylindrical-coordinate representation of color #9F63BC: hue angle of 280.45º 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 #9F63BC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 99 | 188 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.26 |
| HSL | 280.45º | 0.4% | 0.56% | - |
| HSV(B) | 280.45º | 0.47% | 0.74% | - |
| XYZ | 27.84 | 19.93 | 49.96 | - |
| YUV | 127.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 188 | 0.15 | 0.47 | 0 | 0.26 | 280.45 | 0.4 | 0.56 |
| Hex | 9F | 63 | BC | F | 2F | 0 | 1A | 118 | 28 | 38 |
| Octal | 237 | 143 | 274 | 17 | 57 | 0 | 32 | 430 | 50 | 70 |
| Binary | 10011111 | 1100011 | 10111100 | 1111 | 101111 | 0 | 11010 | 100011000 | 101000 | 111000 |
Color Harmonies of #9F63BC
Complementary color
Monochromatic Colors of #9F63BC
Black with #9F63BC
Text Example
Text Example
White with #9F63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63BC; }
p { color: rgb(159,99,188); }
H1.HeaderClassName
{
color: #9F63BC;
}
.AnyTagClassName
{
color: #9F63BC;
}
</style>
background-color css
<style>
a { background-color: #9F63BC; }
a { background-color: rgb(159,99,188); }
div.DivClassName
{
background-color: #9F63BC;
}
.BgClassName
{
background-color: #9F63BC;
}
</style>
border-color css
<style>
span { border-color: #9F63BC; }
span { border-color: rgb(159,99,188); }
td.TdClassName
{
border-color: #9F63BC;
}
.TagClassName
{
border-color: #9F63BC;
}
</style>