Shades of Deep Lilac #954DBE
Tints of Deep Lilac #954DBE
RGB
CMYK
RGB Variations
Color information
#954DBE (or 0x954DBE) is known color: Deep Lilac. HEX triplet: 95, 4D and BE. RGB value is (149,77,190). Sum of RGB (Red+Green+Blue) = 149+77+190=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #954DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DBE is #6AB241. Grayscale: #6F6F6F. Windows color (decimal): -6992450 or 12471701. OLE color: 12471701.
HSL color Cylindrical-coordinate representation of color #954DBE: hue angle of 278.23º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954DBE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 77 | 190 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.25 |
| HSL | 278.23º | 0.47% | 0.52% | - |
| HSV(B) | 278.23º | 0.59% | 0.75% | - |
| XYZ | 24.34 | 15.42 | 50.41 | - |
| YUV | 111.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 190 | 0.22 | 0.59 | 0 | 0.25 | 278.23 | 0.47 | 0.52 |
| Hex | 95 | 4D | BE | 16 | 3B | 0 | 19 | 116 | 2F | 34 |
| Octal | 225 | 115 | 276 | 26 | 73 | 0 | 31 | 426 | 57 | 64 |
| Binary | 10010101 | 1001101 | 10111110 | 10110 | 111011 | 0 | 11001 | 100010110 | 101111 | 110100 |
Color Harmonies of #954DBE
Complementary color
Monochromatic Colors of #954DBE
Black with #954DBE
Text Example
Text Example
White with #954DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DBE; }
p { color: rgb(149,77,190); }
H1.HeaderClassName
{
color: #954DBE;
}
.AnyTagClassName
{
color: #954DBE;
}
</style>
background-color css
<style>
a { background-color: #954DBE; }
a { background-color: rgb(149,77,190); }
div.DivClassName
{
background-color: #954DBE;
}
.BgClassName
{
background-color: #954DBE;
}
</style>
border-color css
<style>
span { border-color: #954DBE; }
span { border-color: rgb(149,77,190); }
td.TdClassName
{
border-color: #954DBE;
}
.TagClassName
{
border-color: #954DBE;
}
</style>