Shades of Deep Lilac #9F44BD
Tints of Deep Lilac #9F44BD
RGB
CMYK
RGB Variations
Color information
#9F44BD (or 0x9F44BD) is known color: Deep Lilac. HEX triplet: 9F, 44 and BD. RGB value is (159,68,189). Sum of RGB (Red+Green+Blue) = 159+68+189=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F44BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44BD is #60BB42. Grayscale: #6C6C6C. Windows color (decimal): -6339395 or 12403871. OLE color: 12403871.
HSL color Cylindrical-coordinate representation of color #9F44BD: hue angle of 285.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F44BD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 68 | 189 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.26 |
| HSL | 285.12º | 0.48% | 0.5% | - |
| HSV(B) | 285.12º | 0.64% | 0.74% | - |
| XYZ | 25.55 | 15.18 | 49.73 | - |
| YUV | 109 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 189 | 0.16 | 0.64 | 0 | 0.26 | 285.12 | 0.48 | 0.5 |
| Hex | 9F | 44 | BD | 10 | 40 | 0 | 1A | 11D | 30 | 32 |
| Octal | 237 | 104 | 275 | 20 | 100 | 0 | 32 | 435 | 60 | 62 |
| Binary | 10011111 | 1000100 | 10111101 | 10000 | 1000000 | 0 | 11010 | 100011101 | 110000 | 110010 |
Color Harmonies of #9F44BD
Complementary color
Monochromatic Colors of #9F44BD
Black with #9F44BD
Text Example
Text Example
White with #9F44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44BD; }
p { color: rgb(159,68,189); }
H1.HeaderClassName
{
color: #9F44BD;
}
.AnyTagClassName
{
color: #9F44BD;
}
</style>
background-color css
<style>
a { background-color: #9F44BD; }
a { background-color: rgb(159,68,189); }
div.DivClassName
{
background-color: #9F44BD;
}
.BgClassName
{
background-color: #9F44BD;
}
</style>
border-color css
<style>
span { border-color: #9F44BD; }
span { border-color: rgb(159,68,189); }
td.TdClassName
{
border-color: #9F44BD;
}
.TagClassName
{
border-color: #9F44BD;
}
</style>