Shades of Deep Lilac #954CBF
Tints of Deep Lilac #954CBF
RGB
CMYK
RGB Variations
Color information
#954CBF (or 0x954CBF) is known color: Deep Lilac. HEX triplet: 95, 4C and BF. RGB value is (149,76,191). Sum of RGB (Red+Green+Blue) = 149+76+191=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #954CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CBF is #6AB340. Grayscale: #6E6E6E. Windows color (decimal): -6992705 or 12536981. OLE color: 12536981.
HSL color Cylindrical-coordinate representation of color #954CBF: hue angle of 278.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954CBF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 76 | 191 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.25 |
| HSL | 278.09º | 0.47% | 0.52% | - |
| HSV(B) | 278.09º | 0.6% | 0.75% | - |
| XYZ | 24.38 | 15.32 | 50.96 | - |
| YUV | 110.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 191 | 0.22 | 0.60 | 0 | 0.25 | 278.09 | 0.47 | 0.52 |
| Hex | 95 | 4C | BF | 16 | 3C | 0 | 19 | 116 | 2F | 34 |
| Octal | 225 | 114 | 277 | 26 | 74 | 0 | 31 | 426 | 57 | 64 |
| Binary | 10010101 | 1001100 | 10111111 | 10110 | 111100 | 0 | 11001 | 100010110 | 101111 | 110100 |
Color Harmonies of #954CBF
Complementary color
Monochromatic Colors of #954CBF
Black with #954CBF
Text Example
Text Example
White with #954CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CBF; }
p { color: rgb(149,76,191); }
H1.HeaderClassName
{
color: #954CBF;
}
.AnyTagClassName
{
color: #954CBF;
}
</style>
background-color css
<style>
a { background-color: #954CBF; }
a { background-color: rgb(149,76,191); }
div.DivClassName
{
background-color: #954CBF;
}
.BgClassName
{
background-color: #954CBF;
}
</style>
border-color css
<style>
span { border-color: #954CBF; }
span { border-color: rgb(149,76,191); }
td.TdClassName
{
border-color: #954CBF;
}
.TagClassName
{
border-color: #954CBF;
}
</style>