Shades of Deep Lilac #9F4BCD
Tints of Deep Lilac #9F4BCD
RGB
CMYK
RGB Variations
Color information
#9F4BCD (or 0x9F4BCD) is known color: Deep Lilac. HEX triplet: 9F, 4B and CD. RGB value is (159,75,205). Sum of RGB (Red+Green+Blue) = 159+75+205=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4BCD is #60B432. Grayscale: #727272. Windows color (decimal): -6337587 or 13454239. OLE color: 13454239.
HSL color Cylindrical-coordinate representation of color #9F4BCD: hue angle of 278.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F4BCD is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 75 | 205 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.20 |
| HSL | 278.77º | 0.57% | 0.55% | - |
| HSV(B) | 278.77º | 0.63% | 0.8% | - |
| XYZ | 27.83 | 16.81 | 59.54 | - |
| YUV | 114.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 205 | 0.22 | 0.63 | 0 | 0.20 | 278.77 | 0.57 | 0.55 |
| Hex | 9F | 4B | CD | 16 | 3F | 0 | 14 | 117 | 39 | 37 |
| Octal | 237 | 113 | 315 | 26 | 77 | 0 | 24 | 427 | 71 | 67 |
| Binary | 10011111 | 1001011 | 11001101 | 10110 | 111111 | 0 | 10100 | 100010111 | 111001 | 110111 |
Color Harmonies of #9F4BCD
Complementary color
Monochromatic Colors of #9F4BCD
Black with #9F4BCD
Text Example
Text Example
White with #9F4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4BCD; }
p { color: rgb(159,75,205); }
H1.HeaderClassName
{
color: #9F4BCD;
}
.AnyTagClassName
{
color: #9F4BCD;
}
</style>
background-color css
<style>
a { background-color: #9F4BCD; }
a { background-color: rgb(159,75,205); }
div.DivClassName
{
background-color: #9F4BCD;
}
.BgClassName
{
background-color: #9F4BCD;
}
</style>
border-color css
<style>
span { border-color: #9F4BCD; }
span { border-color: rgb(159,75,205); }
td.TdClassName
{
border-color: #9F4BCD;
}
.TagClassName
{
border-color: #9F4BCD;
}
</style>