Shades of Deep Lilac #954BA7
Tints of Deep Lilac #954BA7
RGB
CMYK
RGB Variations
Color information
#954BA7 (or 0x954BA7) is known color: Deep Lilac. HEX triplet: 95, 4B and A7. RGB value is (149,75,167). Sum of RGB (Red+Green+Blue) = 149+75+167=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #954BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA7 is #6AB458. Grayscale: #6B6B6B. Windows color (decimal): -6992985 or 10963861. OLE color: 10963861.
HSL color Cylindrical-coordinate representation of color #954BA7: hue angle of 288.26º 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 #954BA7 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 75 | 167 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.35 |
| HSL | 288.26º | 0.38% | 0.47% | - |
| HSV(B) | 288.26º | 0.55% | 0.65% | - |
| XYZ | 21.89 | 14.21 | 38.15 | - |
| YUV | 107.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 167 | 0.11 | 0.55 | 0 | 0.35 | 288.26 | 0.38 | 0.47 |
| Hex | 95 | 4B | A7 | B | 37 | 0 | 23 | 120 | 26 | 2F |
| Octal | 225 | 113 | 247 | 13 | 67 | 0 | 43 | 440 | 46 | 57 |
| Binary | 10010101 | 1001011 | 10100111 | 1011 | 110111 | 0 | 100011 | 100100000 | 100110 | 101111 |
Color Harmonies of #954BA7
Complementary color
Monochromatic Colors of #954BA7
Black with #954BA7
Text Example
Text Example
White with #954BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BA7; }
p { color: rgb(149,75,167); }
H1.HeaderClassName
{
color: #954BA7;
}
.AnyTagClassName
{
color: #954BA7;
}
</style>
background-color css
<style>
a { background-color: #954BA7; }
a { background-color: rgb(149,75,167); }
div.DivClassName
{
background-color: #954BA7;
}
.BgClassName
{
background-color: #954BA7;
}
</style>
border-color css
<style>
span { border-color: #954BA7; }
span { border-color: rgb(149,75,167); }
td.TdClassName
{
border-color: #954BA7;
}
.TagClassName
{
border-color: #954BA7;
}
</style>