Shades of Deep Lilac #9F50CB
Tints of Deep Lilac #9F50CB
RGB
CMYK
RGB Variations
Color information
#9F50CB (or 0x9F50CB) is known color: Deep Lilac. HEX triplet: 9F, 50 and CB. RGB value is (159,80,203). Sum of RGB (Red+Green+Blue) = 159+80+203=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50CB is #60AF34. Grayscale: #757575. Windows color (decimal): -6336309 or 13324447. OLE color: 13324447.
HSL color Cylindrical-coordinate representation of color #9F50CB: hue angle of 278.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F50CB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 80 | 203 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.20 |
| HSL | 278.54º | 0.54% | 0.55% | - |
| HSV(B) | 278.54º | 0.61% | 0.8% | - |
| XYZ | 27.95 | 17.42 | 58.39 | - |
| YUV | 117.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 203 | 0.22 | 0.61 | 0 | 0.20 | 278.54 | 0.54 | 0.55 |
| Hex | 9F | 50 | CB | 16 | 3D | 0 | 14 | 117 | 36 | 37 |
| Octal | 237 | 120 | 313 | 26 | 75 | 0 | 24 | 427 | 66 | 67 |
| Binary | 10011111 | 1010000 | 11001011 | 10110 | 111101 | 0 | 10100 | 100010111 | 110110 | 110111 |
Color Harmonies of #9F50CB
Complementary color
Monochromatic Colors of #9F50CB
Black with #9F50CB
Text Example
Text Example
White with #9F50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50CB; }
p { color: rgb(159,80,203); }
H1.HeaderClassName
{
color: #9F50CB;
}
.AnyTagClassName
{
color: #9F50CB;
}
</style>
background-color css
<style>
a { background-color: #9F50CB; }
a { background-color: rgb(159,80,203); }
div.DivClassName
{
background-color: #9F50CB;
}
.BgClassName
{
background-color: #9F50CB;
}
</style>
border-color css
<style>
span { border-color: #9F50CB; }
span { border-color: rgb(159,80,203); }
td.TdClassName
{
border-color: #9F50CB;
}
.TagClassName
{
border-color: #9F50CB;
}
</style>