Shades of Deep Lilac #954CC7
Tints of Deep Lilac #954CC7
RGB
CMYK
RGB Variations
Color information
#954CC7 (or 0x954CC7) is known color: Deep Lilac. HEX triplet: 95, 4C and C7. RGB value is (149,76,199). Sum of RGB (Red+Green+Blue) = 149+76+199=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #954CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CC7 is #6AB338. Grayscale: #6F6F6F. Windows color (decimal): -6992697 or 13061269. OLE color: 13061269.
HSL color Cylindrical-coordinate representation of color #954CC7: hue angle of 275.61º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954CC7 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 76 | 199 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.22 |
| HSL | 275.61º | 0.52% | 0.54% | - |
| HSV(B) | 275.61º | 0.62% | 0.78% | - |
| XYZ | 25.29 | 15.68 | 55.73 | - |
| YUV | 111.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 199 | 0.25 | 0.62 | 0 | 0.22 | 275.61 | 0.52 | 0.54 |
| Hex | 95 | 4C | C7 | 19 | 3E | 0 | 16 | 114 | 34 | 36 |
| Octal | 225 | 114 | 307 | 31 | 76 | 0 | 26 | 424 | 64 | 66 |
| Binary | 10010101 | 1001100 | 11000111 | 11001 | 111110 | 0 | 10110 | 100010100 | 110100 | 110110 |
Color Harmonies of #954CC7
Complementary color
Monochromatic Colors of #954CC7
Black with #954CC7
Text Example
Text Example
White with #954CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CC7; }
p { color: rgb(149,76,199); }
H1.HeaderClassName
{
color: #954CC7;
}
.AnyTagClassName
{
color: #954CC7;
}
</style>
background-color css
<style>
a { background-color: #954CC7; }
a { background-color: rgb(149,76,199); }
div.DivClassName
{
background-color: #954CC7;
}
.BgClassName
{
background-color: #954CC7;
}
</style>
border-color css
<style>
span { border-color: #954CC7; }
span { border-color: rgb(149,76,199); }
td.TdClassName
{
border-color: #954CC7;
}
.TagClassName
{
border-color: #954CC7;
}
</style>