Shades of Deep Lilac #954CCE
Tints of Deep Lilac #954CCE
RGB
CMYK
RGB Variations
Color information
#954CCE (or 0x954CCE) is known color: Deep Lilac. HEX triplet: 95, 4C and CE. RGB value is (149,76,206). Sum of RGB (Red+Green+Blue) = 149+76+206=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #954CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CCE is #6AB331. Grayscale: #707070. Windows color (decimal): -6992690 or 13520021. OLE color: 13520021.
HSL color Cylindrical-coordinate representation of color #954CCE: hue angle of 273.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954CCE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 76 | 206 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.19 |
| HSL | 273.69º | 0.57% | 0.55% | - |
| HSV(B) | 273.69º | 0.63% | 0.81% | - |
| XYZ | 26.12 | 16.01 | 60.11 | - |
| YUV | 112.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 206 | 0.28 | 0.63 | 0 | 0.19 | 273.69 | 0.57 | 0.55 |
| Hex | 95 | 4C | CE | 1C | 3F | 0 | 13 | 112 | 39 | 37 |
| Octal | 225 | 114 | 316 | 34 | 77 | 0 | 23 | 422 | 71 | 67 |
| Binary | 10010101 | 1001100 | 11001110 | 11100 | 111111 | 0 | 10011 | 100010010 | 111001 | 110111 |
Color Harmonies of #954CCE
Complementary color
Monochromatic Colors of #954CCE
Black with #954CCE
Text Example
Text Example
White with #954CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CCE; }
p { color: rgb(149,76,206); }
H1.HeaderClassName
{
color: #954CCE;
}
.AnyTagClassName
{
color: #954CCE;
}
</style>
background-color css
<style>
a { background-color: #954CCE; }
a { background-color: rgb(149,76,206); }
div.DivClassName
{
background-color: #954CCE;
}
.BgClassName
{
background-color: #954CCE;
}
</style>
border-color css
<style>
span { border-color: #954CCE; }
span { border-color: rgb(149,76,206); }
td.TdClassName
{
border-color: #954CCE;
}
.TagClassName
{
border-color: #954CCE;
}
</style>