Shades of Deep Lilac #9F41BE
Tints of Deep Lilac #9F41BE
RGB
CMYK
RGB Variations
Color information
#9F41BE (or 0x9F41BE) is known color: Deep Lilac. HEX triplet: 9F, 41 and BE. RGB value is (159,65,190). Sum of RGB (Red+Green+Blue) = 159+65+190=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F41BE is #60BE41. Grayscale: #6A6A6A. Windows color (decimal): -6340162 or 12468639. OLE color: 12468639.
HSL color Cylindrical-coordinate representation of color #9F41BE: hue angle of 285.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F41BE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 65 | 190 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.25 |
| HSL | 285.12º | 0.49% | 0.5% | - |
| HSV(B) | 285.12º | 0.66% | 0.75% | - |
| XYZ | 25.48 | 14.87 | 50.24 | - |
| YUV | 107.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 190 | 0.16 | 0.66 | 0 | 0.25 | 285.12 | 0.49 | 0.5 |
| Hex | 9F | 41 | BE | 10 | 42 | 0 | 19 | 11D | 31 | 32 |
| Octal | 237 | 101 | 276 | 20 | 102 | 0 | 31 | 435 | 61 | 62 |
| Binary | 10011111 | 1000001 | 10111110 | 10000 | 1000010 | 0 | 11001 | 100011101 | 110001 | 110010 |
Color Harmonies of #9F41BE
Complementary color
Monochromatic Colors of #9F41BE
Black with #9F41BE
Text Example
Text Example
White with #9F41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41BE; }
p { color: rgb(159,65,190); }
H1.HeaderClassName
{
color: #9F41BE;
}
.AnyTagClassName
{
color: #9F41BE;
}
</style>
background-color css
<style>
a { background-color: #9F41BE; }
a { background-color: rgb(159,65,190); }
div.DivClassName
{
background-color: #9F41BE;
}
.BgClassName
{
background-color: #9F41BE;
}
</style>
border-color css
<style>
span { border-color: #9F41BE; }
span { border-color: rgb(159,65,190); }
td.TdClassName
{
border-color: #9F41BE;
}
.TagClassName
{
border-color: #9F41BE;
}
</style>