Shades of Deep Lilac #954AAB
Tints of Deep Lilac #954AAB
RGB
CMYK
RGB Variations
Color information
#954AAB (or 0x954AAB) is known color: Deep Lilac. HEX triplet: 95, 4A and AB. RGB value is (149,74,171). Sum of RGB (Red+Green+Blue) = 149+74+171=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #954AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AAB is #6AB554. Grayscale: #6B6B6B. Windows color (decimal): -6993237 or 11225749. OLE color: 11225749.
HSL color Cylindrical-coordinate representation of color #954AAB: hue angle of 286.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954AAB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 74 | 171 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.33 |
| HSL | 286.39º | 0.4% | 0.48% | - |
| HSV(B) | 286.39º | 0.57% | 0.67% | - |
| XYZ | 22.19 | 14.23 | 40.1 | - |
| YUV | 107.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 171 | 0.13 | 0.57 | 0 | 0.33 | 286.39 | 0.4 | 0.48 |
| Hex | 95 | 4A | AB | D | 39 | 0 | 21 | 11E | 28 | 30 |
| Octal | 225 | 112 | 253 | 15 | 71 | 0 | 41 | 436 | 50 | 60 |
| Binary | 10010101 | 1001010 | 10101011 | 1101 | 111001 | 0 | 100001 | 100011110 | 101000 | 110000 |
Color Harmonies of #954AAB
Complementary color
Monochromatic Colors of #954AAB
Black with #954AAB
Text Example
Text Example
White with #954AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AAB; }
p { color: rgb(149,74,171); }
H1.HeaderClassName
{
color: #954AAB;
}
.AnyTagClassName
{
color: #954AAB;
}
</style>
background-color css
<style>
a { background-color: #954AAB; }
a { background-color: rgb(149,74,171); }
div.DivClassName
{
background-color: #954AAB;
}
.BgClassName
{
background-color: #954AAB;
}
</style>
border-color css
<style>
span { border-color: #954AAB; }
span { border-color: rgb(149,74,171); }
td.TdClassName
{
border-color: #954AAB;
}
.TagClassName
{
border-color: #954AAB;
}
</style>