Shades of Deep Lilac #954FC7
Tints of Deep Lilac #954FC7
RGB
CMYK
RGB Variations
Color information
#954FC7 (or 0x954FC7) is known color: Deep Lilac. HEX triplet: 95, 4F and C7. RGB value is (149,79,199). Sum of RGB (Red+Green+Blue) = 149+79+199=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #954FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FC7 is #6AB038. Grayscale: #717171. Windows color (decimal): -6991929 or 13062037. OLE color: 13062037.
HSL color Cylindrical-coordinate representation of color #954FC7: hue angle of 275º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954FC7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 79 | 199 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.22 |
| HSL | 275º | 0.52% | 0.55% | - |
| HSV(B) | 275º | 0.6% | 0.78% | - |
| XYZ | 25.5 | 16.11 | 55.8 | - |
| YUV | 113.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 199 | 0.25 | 0.60 | 0 | 0.22 | 275 | 0.52 | 0.55 |
| Hex | 95 | 4F | C7 | 19 | 3C | 0 | 16 | 113 | 34 | 37 |
| Octal | 225 | 117 | 307 | 31 | 74 | 0 | 26 | 423 | 64 | 67 |
| Binary | 10010101 | 1001111 | 11000111 | 11001 | 111100 | 0 | 10110 | 100010011 | 110100 | 110111 |
Color Harmonies of #954FC7
Complementary color
Monochromatic Colors of #954FC7
Black with #954FC7
Text Example
Text Example
White with #954FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FC7; }
p { color: rgb(149,79,199); }
H1.HeaderClassName
{
color: #954FC7;
}
.AnyTagClassName
{
color: #954FC7;
}
</style>
background-color css
<style>
a { background-color: #954FC7; }
a { background-color: rgb(149,79,199); }
div.DivClassName
{
background-color: #954FC7;
}
.BgClassName
{
background-color: #954FC7;
}
</style>
border-color css
<style>
span { border-color: #954FC7; }
span { border-color: rgb(149,79,199); }
td.TdClassName
{
border-color: #954FC7;
}
.TagClassName
{
border-color: #954FC7;
}
</style>