Shades of Deep Lilac #954DCD
Tints of Deep Lilac #954DCD
RGB
CMYK
RGB Variations
Color information
#954DCD (or 0x954DCD) is known color: Deep Lilac. HEX triplet: 95, 4D and CD. RGB value is (149,77,205). Sum of RGB (Red+Green+Blue) = 149+77+205=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #954DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DCD is #6AB232. Grayscale: #707070. Windows color (decimal): -6992435 or 13454741. OLE color: 13454741.
HSL color Cylindrical-coordinate representation of color #954DCD: hue angle of 273.75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954DCD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 77 | 205 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.20 |
| HSL | 273.75º | 0.56% | 0.55% | - |
| HSV(B) | 273.75º | 0.62% | 0.8% | - |
| XYZ | 26.07 | 16.11 | 59.49 | - |
| YUV | 113.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 205 | 0.27 | 0.62 | 0 | 0.20 | 273.75 | 0.56 | 0.55 |
| Hex | 95 | 4D | CD | 1B | 3E | 0 | 14 | 112 | 38 | 37 |
| Octal | 225 | 115 | 315 | 33 | 76 | 0 | 24 | 422 | 70 | 67 |
| Binary | 10010101 | 1001101 | 11001101 | 11011 | 111110 | 0 | 10100 | 100010010 | 111000 | 110111 |
Color Harmonies of #954DCD
Complementary color
Monochromatic Colors of #954DCD
Black with #954DCD
Text Example
Text Example
White with #954DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DCD; }
p { color: rgb(149,77,205); }
H1.HeaderClassName
{
color: #954DCD;
}
.AnyTagClassName
{
color: #954DCD;
}
</style>
background-color css
<style>
a { background-color: #954DCD; }
a { background-color: rgb(149,77,205); }
div.DivClassName
{
background-color: #954DCD;
}
.BgClassName
{
background-color: #954DCD;
}
</style>
border-color css
<style>
span { border-color: #954DCD; }
span { border-color: rgb(149,77,205); }
td.TdClassName
{
border-color: #954DCD;
}
.TagClassName
{
border-color: #954DCD;
}
</style>