Shades of Deep Lilac #9F5DBF
Tints of Deep Lilac #9F5DBF
RGB
CMYK
RGB Variations
Color information
#9F5DBF (or 0x9F5DBF) is known color: Deep Lilac. HEX triplet: 9F, 5D and BF. RGB value is (159,93,191). Sum of RGB (Red+Green+Blue) = 159+93+191=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DBF is #60A240. Grayscale: #7B7B7B. Windows color (decimal): -6332993 or 12541343. OLE color: 12541343.
HSL color Cylindrical-coordinate representation of color #9F5DBF: hue angle of 280.41º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F5DBF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 93 | 191 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.25 |
| HSL | 280.41º | 0.43% | 0.56% | - |
| HSV(B) | 280.41º | 0.51% | 0.75% | - |
| XYZ | 27.62 | 18.96 | 51.49 | - |
| YUV | 123.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 191 | 0.17 | 0.51 | 0 | 0.25 | 280.41 | 0.43 | 0.56 |
| Hex | 9F | 5D | BF | 11 | 33 | 0 | 19 | 118 | 2B | 38 |
| Octal | 237 | 135 | 277 | 21 | 63 | 0 | 31 | 430 | 53 | 70 |
| Binary | 10011111 | 1011101 | 10111111 | 10001 | 110011 | 0 | 11001 | 100011000 | 101011 | 111000 |
Color Harmonies of #9F5DBF
Complementary color
Monochromatic Colors of #9F5DBF
Black with #9F5DBF
Text Example
Text Example
White with #9F5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DBF; }
p { color: rgb(159,93,191); }
H1.HeaderClassName
{
color: #9F5DBF;
}
.AnyTagClassName
{
color: #9F5DBF;
}
</style>
background-color css
<style>
a { background-color: #9F5DBF; }
a { background-color: rgb(159,93,191); }
div.DivClassName
{
background-color: #9F5DBF;
}
.BgClassName
{
background-color: #9F5DBF;
}
</style>
border-color css
<style>
span { border-color: #9F5DBF; }
span { border-color: rgb(159,93,191); }
td.TdClassName
{
border-color: #9F5DBF;
}
.TagClassName
{
border-color: #9F5DBF;
}
</style>