Shades of Deep Lilac #9F4FCB
Tints of Deep Lilac #9F4FCB
RGB
CMYK
RGB Variations
Color information
#9F4FCB (or 0x9F4FCB) is known color: Deep Lilac. HEX triplet: 9F, 4F and CB. RGB value is (159,79,203). Sum of RGB (Red+Green+Blue) = 159+79+203=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4FCB is #60B034. Grayscale: #747474. Windows color (decimal): -6336565 or 13324191. OLE color: 13324191.
HSL color Cylindrical-coordinate representation of color #9F4FCB: hue angle of 278.71º 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 #9F4FCB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 79 | 203 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.20 |
| HSL | 278.71º | 0.54% | 0.55% | - |
| HSV(B) | 278.71º | 0.61% | 0.8% | - |
| XYZ | 27.87 | 17.27 | 58.37 | - |
| YUV | 117.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 203 | 0.22 | 0.61 | 0 | 0.20 | 278.71 | 0.54 | 0.55 |
| Hex | 9F | 4F | CB | 16 | 3D | 0 | 14 | 117 | 36 | 37 |
| Octal | 237 | 117 | 313 | 26 | 75 | 0 | 24 | 427 | 66 | 67 |
| Binary | 10011111 | 1001111 | 11001011 | 10110 | 111101 | 0 | 10100 | 100010111 | 110110 | 110111 |
Color Harmonies of #9F4FCB
Complementary color
Monochromatic Colors of #9F4FCB
Black with #9F4FCB
Text Example
Text Example
White with #9F4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FCB; }
p { color: rgb(159,79,203); }
H1.HeaderClassName
{
color: #9F4FCB;
}
.AnyTagClassName
{
color: #9F4FCB;
}
</style>
background-color css
<style>
a { background-color: #9F4FCB; }
a { background-color: rgb(159,79,203); }
div.DivClassName
{
background-color: #9F4FCB;
}
.BgClassName
{
background-color: #9F4FCB;
}
</style>
border-color css
<style>
span { border-color: #9F4FCB; }
span { border-color: rgb(159,79,203); }
td.TdClassName
{
border-color: #9F4FCB;
}
.TagClassName
{
border-color: #9F4FCB;
}
</style>