Shades of Deep Lilac #954BA6
Tints of Deep Lilac #954BA6
RGB
CMYK
RGB Variations
Color information
#954BA6 (or 0x954BA6) is known color: Deep Lilac. HEX triplet: 95, 4B and A6. RGB value is (149,75,166). Sum of RGB (Red+Green+Blue) = 149+75+166=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #954BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA6 is #6AB459. Grayscale: #6B6B6B. Windows color (decimal): -6992986 or 10898325. OLE color: 10898325.
HSL color Cylindrical-coordinate representation of color #954BA6: hue angle of 288.79º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954BA6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 75 | 166 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.35 |
| HSL | 288.79º | 0.38% | 0.47% | - |
| HSV(B) | 288.79º | 0.55% | 0.65% | - |
| XYZ | 21.79 | 14.17 | 37.66 | - |
| YUV | 107.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 166 | 0.10 | 0.55 | 0 | 0.35 | 288.79 | 0.38 | 0.47 |
| Hex | 95 | 4B | A6 | A | 37 | 0 | 23 | 121 | 26 | 2F |
| Octal | 225 | 113 | 246 | 12 | 67 | 0 | 43 | 441 | 46 | 57 |
| Binary | 10010101 | 1001011 | 10100110 | 1010 | 110111 | 0 | 100011 | 100100001 | 100110 | 101111 |
Color Harmonies of #954BA6
Complementary color
Monochromatic Colors of #954BA6
Black with #954BA6
Text Example
Text Example
White with #954BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BA6; }
p { color: rgb(149,75,166); }
H1.HeaderClassName
{
color: #954BA6;
}
.AnyTagClassName
{
color: #954BA6;
}
</style>
background-color css
<style>
a { background-color: #954BA6; }
a { background-color: rgb(149,75,166); }
div.DivClassName
{
background-color: #954BA6;
}
.BgClassName
{
background-color: #954BA6;
}
</style>
border-color css
<style>
span { border-color: #954BA6; }
span { border-color: rgb(149,75,166); }
td.TdClassName
{
border-color: #954BA6;
}
.TagClassName
{
border-color: #954BA6;
}
</style>