Shades of Deep Lilac #9F5BC2
Tints of Deep Lilac #9F5BC2
RGB
CMYK
RGB Variations
Color information
#9F5BC2 (or 0x9F5BC2) is known color: Deep Lilac. HEX triplet: 9F, 5B and C2. RGB value is (159,91,194). Sum of RGB (Red+Green+Blue) = 159+91+194=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #9F5BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BC2 is #60A43D. Grayscale: #7A7A7A. Windows color (decimal): -6333502 or 12737439. OLE color: 12737439.
HSL color Cylindrical-coordinate representation of color #9F5BC2: hue angle of 279.61º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F5BC2 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 91 | 194 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.24 |
| HSL | 279.61º | 0.46% | 0.56% | - |
| HSV(B) | 279.61º | 0.53% | 0.76% | - |
| XYZ | 27.78 | 18.75 | 53.19 | - |
| YUV | 123.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 194 | 0.18 | 0.53 | 0 | 0.24 | 279.61 | 0.46 | 0.56 |
| Hex | 9F | 5B | C2 | 12 | 35 | 0 | 18 | 118 | 2E | 38 |
| Octal | 237 | 133 | 302 | 22 | 65 | 0 | 30 | 430 | 56 | 70 |
| Binary | 10011111 | 1011011 | 11000010 | 10010 | 110101 | 0 | 11000 | 100011000 | 101110 | 111000 |
Color Harmonies of #9F5BC2
Complementary color
Monochromatic Colors of #9F5BC2
Black with #9F5BC2
Text Example
Text Example
White with #9F5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BC2; }
p { color: rgb(159,91,194); }
H1.HeaderClassName
{
color: #9F5BC2;
}
.AnyTagClassName
{
color: #9F5BC2;
}
</style>
background-color css
<style>
a { background-color: #9F5BC2; }
a { background-color: rgb(159,91,194); }
div.DivClassName
{
background-color: #9F5BC2;
}
.BgClassName
{
background-color: #9F5BC2;
}
</style>
border-color css
<style>
span { border-color: #9F5BC2; }
span { border-color: rgb(159,91,194); }
td.TdClassName
{
border-color: #9F5BC2;
}
.TagClassName
{
border-color: #9F5BC2;
}
</style>