Shades of Deep Lilac #954DCF
Tints of Deep Lilac #954DCF
RGB
CMYK
RGB Variations
Color information
#954DCF (or 0x954DCF) is known color: Deep Lilac. HEX triplet: 95, 4D and CF. RGB value is (149,77,207). Sum of RGB (Red+Green+Blue) = 149+77+207=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #954DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DCF is #6AB230. Grayscale: #707070. Windows color (decimal): -6992433 or 13585813. OLE color: 13585813.
HSL color Cylindrical-coordinate representation of color #954DCF: hue angle of 273.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954DCF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 77 | 207 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.19 |
| HSL | 273.23º | 0.58% | 0.56% | - |
| HSV(B) | 273.23º | 0.63% | 0.81% | - |
| XYZ | 26.31 | 16.2 | 60.77 | - |
| YUV | 113.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 207 | 0.28 | 0.63 | 0 | 0.19 | 273.23 | 0.58 | 0.56 |
| Hex | 95 | 4D | CF | 1C | 3F | 0 | 13 | 111 | 3A | 38 |
| Octal | 225 | 115 | 317 | 34 | 77 | 0 | 23 | 421 | 72 | 70 |
| Binary | 10010101 | 1001101 | 11001111 | 11100 | 111111 | 0 | 10011 | 100010001 | 111010 | 111000 |
Color Harmonies of #954DCF
Complementary color
Monochromatic Colors of #954DCF
Black with #954DCF
Text Example
Text Example
White with #954DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DCF; }
p { color: rgb(149,77,207); }
H1.HeaderClassName
{
color: #954DCF;
}
.AnyTagClassName
{
color: #954DCF;
}
</style>
background-color css
<style>
a { background-color: #954DCF; }
a { background-color: rgb(149,77,207); }
div.DivClassName
{
background-color: #954DCF;
}
.BgClassName
{
background-color: #954DCF;
}
</style>
border-color css
<style>
span { border-color: #954DCF; }
span { border-color: rgb(149,77,207); }
td.TdClassName
{
border-color: #954DCF;
}
.TagClassName
{
border-color: #954DCF;
}
</style>