Shades of Deep Lilac #9F44BB
Tints of Deep Lilac #9F44BB
RGB
CMYK
RGB Variations
Color information
#9F44BB (or 0x9F44BB) is known color: Deep Lilac. HEX triplet: 9F, 44 and BB. RGB value is (159,68,187). Sum of RGB (Red+Green+Blue) = 159+68+187=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F44BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44BB is #60BB44. Grayscale: #6C6C6C. Windows color (decimal): -6339397 or 12272799. OLE color: 12272799.
HSL color Cylindrical-coordinate representation of color #9F44BB: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F44BB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 68 | 187 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.27 |
| HSL | 285.88º | 0.47% | 0.5% | - |
| HSV(B) | 285.88º | 0.64% | 0.73% | - |
| XYZ | 25.33 | 15.09 | 48.59 | - |
| YUV | 108.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 187 | 0.15 | 0.64 | 0 | 0.27 | 285.88 | 0.47 | 0.5 |
| Hex | 9F | 44 | BB | F | 40 | 0 | 1B | 11E | 2F | 32 |
| Octal | 237 | 104 | 273 | 17 | 100 | 0 | 33 | 436 | 57 | 62 |
| Binary | 10011111 | 1000100 | 10111011 | 1111 | 1000000 | 0 | 11011 | 100011110 | 101111 | 110010 |
Color Harmonies of #9F44BB
Complementary color
Monochromatic Colors of #9F44BB
Black with #9F44BB
Text Example
Text Example
White with #9F44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44BB; }
p { color: rgb(159,68,187); }
H1.HeaderClassName
{
color: #9F44BB;
}
.AnyTagClassName
{
color: #9F44BB;
}
</style>
background-color css
<style>
a { background-color: #9F44BB; }
a { background-color: rgb(159,68,187); }
div.DivClassName
{
background-color: #9F44BB;
}
.BgClassName
{
background-color: #9F44BB;
}
</style>
border-color css
<style>
span { border-color: #9F44BB; }
span { border-color: rgb(159,68,187); }
td.TdClassName
{
border-color: #9F44BB;
}
.TagClassName
{
border-color: #9F44BB;
}
</style>