Shades of Deep Lilac #954DD1
Tints of Deep Lilac #954DD1
RGB
CMYK
RGB Variations
Color information
#954DD1 (or 0x954DD1) is known color: Deep Lilac. HEX triplet: 95, 4D and D1. RGB value is (149,77,209). Sum of RGB (Red+Green+Blue) = 149+77+209=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #954DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DD1 is #6AB22E. Grayscale: #717171. Windows color (decimal): -6992431 or 13716885. OLE color: 13716885.
HSL color Cylindrical-coordinate representation of color #954DD1: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954DD1 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 77 | 209 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.18 |
| HSL | 272.73º | 0.59% | 0.56% | - |
| HSV(B) | 272.73º | 0.63% | 0.82% | - |
| XYZ | 26.56 | 16.3 | 62.07 | - |
| YUV | 113.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 209 | 0.29 | 0.63 | 0 | 0.18 | 272.73 | 0.59 | 0.56 |
| Hex | 95 | 4D | D1 | 1D | 3F | 0 | 12 | 111 | 3B | 38 |
| Octal | 225 | 115 | 321 | 35 | 77 | 0 | 22 | 421 | 73 | 70 |
| Binary | 10010101 | 1001101 | 11010001 | 11101 | 111111 | 0 | 10010 | 100010001 | 111011 | 111000 |
Color Harmonies of #954DD1
Complementary color
Monochromatic Colors of #954DD1
Black with #954DD1
Text Example
Text Example
White with #954DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DD1; }
p { color: rgb(149,77,209); }
H1.HeaderClassName
{
color: #954DD1;
}
.AnyTagClassName
{
color: #954DD1;
}
</style>
background-color css
<style>
a { background-color: #954DD1; }
a { background-color: rgb(149,77,209); }
div.DivClassName
{
background-color: #954DD1;
}
.BgClassName
{
background-color: #954DD1;
}
</style>
border-color css
<style>
span { border-color: #954DD1; }
span { border-color: rgb(149,77,209); }
td.TdClassName
{
border-color: #954DD1;
}
.TagClassName
{
border-color: #954DD1;
}
</style>