Shades of Deep Lilac #954BC6
Tints of Deep Lilac #954BC6
RGB
CMYK
RGB Variations
Color information
#954BC6 (or 0x954BC6) is known color: Deep Lilac. HEX triplet: 95, 4B and C6. RGB value is (149,75,198). Sum of RGB (Red+Green+Blue) = 149+75+198=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #954BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BC6 is #6AB439. Grayscale: #6E6E6E. Windows color (decimal): -6992954 or 12995477. OLE color: 12995477.
HSL color Cylindrical-coordinate representation of color #954BC6: hue angle of 276.1º 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 #954BC6 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 75 | 198 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.22 |
| HSL | 276.1º | 0.52% | 0.54% | - |
| HSV(B) | 276.1º | 0.62% | 0.78% | - |
| XYZ | 25.1 | 15.5 | 55.09 | - |
| YUV | 111.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 198 | 0.25 | 0.62 | 0 | 0.22 | 276.1 | 0.52 | 0.54 |
| Hex | 95 | 4B | C6 | 19 | 3E | 0 | 16 | 114 | 34 | 36 |
| Octal | 225 | 113 | 306 | 31 | 76 | 0 | 26 | 424 | 64 | 66 |
| Binary | 10010101 | 1001011 | 11000110 | 11001 | 111110 | 0 | 10110 | 100010100 | 110100 | 110110 |
Color Harmonies of #954BC6
Complementary color
Monochromatic Colors of #954BC6
Black with #954BC6
Text Example
Text Example
White with #954BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BC6; }
p { color: rgb(149,75,198); }
H1.HeaderClassName
{
color: #954BC6;
}
.AnyTagClassName
{
color: #954BC6;
}
</style>
background-color css
<style>
a { background-color: #954BC6; }
a { background-color: rgb(149,75,198); }
div.DivClassName
{
background-color: #954BC6;
}
.BgClassName
{
background-color: #954BC6;
}
</style>
border-color css
<style>
span { border-color: #954BC6; }
span { border-color: rgb(149,75,198); }
td.TdClassName
{
border-color: #954BC6;
}
.TagClassName
{
border-color: #954BC6;
}
</style>