Shades of Deep Lilac #9F54CD
Tints of Deep Lilac #9F54CD
RGB
CMYK
RGB Variations
Color information
#9F54CD (or 0x9F54CD) is known color: Deep Lilac. HEX triplet: 9F, 54 and CD. RGB value is (159,84,205). Sum of RGB (Red+Green+Blue) = 159+84+205=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54CD is #60AB32. Grayscale: #777777. Windows color (decimal): -6335283 or 13456543. OLE color: 13456543.
HSL color Cylindrical-coordinate representation of color #9F54CD: hue angle of 277.19º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F54CD is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 84 | 205 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.20 |
| HSL | 277.19º | 0.55% | 0.57% | - |
| HSV(B) | 277.19º | 0.59% | 0.8% | - |
| XYZ | 28.49 | 18.12 | 59.75 | - |
| YUV | 120.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 205 | 0.22 | 0.59 | 0 | 0.20 | 277.19 | 0.55 | 0.57 |
| Hex | 9F | 54 | CD | 16 | 3B | 0 | 14 | 115 | 37 | 39 |
| Octal | 237 | 124 | 315 | 26 | 73 | 0 | 24 | 425 | 67 | 71 |
| Binary | 10011111 | 1010100 | 11001101 | 10110 | 111011 | 0 | 10100 | 100010101 | 110111 | 111001 |
Color Harmonies of #9F54CD
Complementary color
Monochromatic Colors of #9F54CD
Black with #9F54CD
Text Example
Text Example
White with #9F54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54CD; }
p { color: rgb(159,84,205); }
H1.HeaderClassName
{
color: #9F54CD;
}
.AnyTagClassName
{
color: #9F54CD;
}
</style>
background-color css
<style>
a { background-color: #9F54CD; }
a { background-color: rgb(159,84,205); }
div.DivClassName
{
background-color: #9F54CD;
}
.BgClassName
{
background-color: #9F54CD;
}
</style>
border-color css
<style>
span { border-color: #9F54CD; }
span { border-color: rgb(159,84,205); }
td.TdClassName
{
border-color: #9F54CD;
}
.TagClassName
{
border-color: #9F54CD;
}
</style>