Shades of Deep Lilac #954DCC
Tints of Deep Lilac #954DCC
RGB
CMYK
RGB Variations
Color information
#954DCC (or 0x954DCC) is known color: Deep Lilac. HEX triplet: 95, 4D and CC. RGB value is (149,77,204). Sum of RGB (Red+Green+Blue) = 149+77+204=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #954DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DCC is #6AB233. Grayscale: #707070. Windows color (decimal): -6992436 or 13389205. OLE color: 13389205.
HSL color Cylindrical-coordinate representation of color #954DCC: hue angle of 274.02º degrees, saturation: 0.55, 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 #954DCC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 77 | 204 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.2 |
| HSL | 274.02º | 0.55% | 0.55% | - |
| HSV(B) | 274.02º | 0.62% | 0.8% | - |
| XYZ | 25.95 | 16.06 | 58.86 | - |
| YUV | 113.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 204 | 0.27 | 0.62 | 0 | 0.2 | 274.02 | 0.55 | 0.55 |
| Hex | 95 | 4D | CC | 1B | 3E | 0 | 14 | 112 | 37 | 37 |
| Octal | 225 | 115 | 314 | 33 | 76 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010101 | 1001101 | 11001100 | 11011 | 111110 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #954DCC
Complementary color
Monochromatic Colors of #954DCC
Black with #954DCC
Text Example
Text Example
White with #954DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DCC; }
p { color: rgb(149,77,204); }
H1.HeaderClassName
{
color: #954DCC;
}
.AnyTagClassName
{
color: #954DCC;
}
</style>
background-color css
<style>
a { background-color: #954DCC; }
a { background-color: rgb(149,77,204); }
div.DivClassName
{
background-color: #954DCC;
}
.BgClassName
{
background-color: #954DCC;
}
</style>
border-color css
<style>
span { border-color: #954DCC; }
span { border-color: rgb(149,77,204); }
td.TdClassName
{
border-color: #954DCC;
}
.TagClassName
{
border-color: #954DCC;
}
</style>