Shades of Deep Lilac #954CCC
Tints of Deep Lilac #954CCC
RGB
CMYK
RGB Variations
Color information
#954CCC (or 0x954CCC) is known color: Deep Lilac. HEX triplet: 95, 4C and CC. RGB value is (149,76,204). Sum of RGB (Red+Green+Blue) = 149+76+204=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #954CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CCC is #6AB333. Grayscale: #6F6F6F. Windows color (decimal): -6992692 or 13388949. OLE color: 13388949.
HSL color Cylindrical-coordinate representation of color #954CCC: hue angle of 274.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954CCC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 76 | 204 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.2 |
| HSL | 274.22º | 0.56% | 0.55% | - |
| HSV(B) | 274.22º | 0.63% | 0.8% | - |
| XYZ | 25.88 | 15.92 | 58.84 | - |
| YUV | 112.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 204 | 0.27 | 0.63 | 0 | 0.2 | 274.22 | 0.56 | 0.55 |
| Hex | 95 | 4C | CC | 1B | 3F | 0 | 14 | 112 | 38 | 37 |
| Octal | 225 | 114 | 314 | 33 | 77 | 0 | 24 | 422 | 70 | 67 |
| Binary | 10010101 | 1001100 | 11001100 | 11011 | 111111 | 0 | 10100 | 100010010 | 111000 | 110111 |
Color Harmonies of #954CCC
Complementary color
Monochromatic Colors of #954CCC
Black with #954CCC
Text Example
Text Example
White with #954CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CCC; }
p { color: rgb(149,76,204); }
H1.HeaderClassName
{
color: #954CCC;
}
.AnyTagClassName
{
color: #954CCC;
}
</style>
background-color css
<style>
a { background-color: #954CCC; }
a { background-color: rgb(149,76,204); }
div.DivClassName
{
background-color: #954CCC;
}
.BgClassName
{
background-color: #954CCC;
}
</style>
border-color css
<style>
span { border-color: #954CCC; }
span { border-color: rgb(149,76,204); }
td.TdClassName
{
border-color: #954CCC;
}
.TagClassName
{
border-color: #954CCC;
}
</style>