Shades of Deep Lilac #954AAC
Tints of Deep Lilac #954AAC
RGB
CMYK
RGB Variations
Color information
#954AAC (or 0x954AAC) is known color: Deep Lilac. HEX triplet: 95, 4A and AC. RGB value is (149,74,172). Sum of RGB (Red+Green+Blue) = 149+74+172=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #954AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AAC is #6AB553. Grayscale: #6B6B6B. Windows color (decimal): -6993236 or 11291285. OLE color: 11291285.
HSL color Cylindrical-coordinate representation of color #954AAC: hue angle of 285.92º 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 #954AAC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 74 | 172 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.33 |
| HSL | 285.92º | 0.4% | 0.48% | - |
| HSV(B) | 285.92º | 0.57% | 0.67% | - |
| XYZ | 22.29 | 14.27 | 40.61 | - |
| YUV | 107.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 172 | 0.13 | 0.57 | 0 | 0.33 | 285.92 | 0.4 | 0.48 |
| Hex | 95 | 4A | AC | D | 39 | 0 | 21 | 11E | 28 | 30 |
| Octal | 225 | 112 | 254 | 15 | 71 | 0 | 41 | 436 | 50 | 60 |
| Binary | 10010101 | 1001010 | 10101100 | 1101 | 111001 | 0 | 100001 | 100011110 | 101000 | 110000 |
Color Harmonies of #954AAC
Complementary color
Monochromatic Colors of #954AAC
Black with #954AAC
Text Example
Text Example
White with #954AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AAC; }
p { color: rgb(149,74,172); }
H1.HeaderClassName
{
color: #954AAC;
}
.AnyTagClassName
{
color: #954AAC;
}
</style>
background-color css
<style>
a { background-color: #954AAC; }
a { background-color: rgb(149,74,172); }
div.DivClassName
{
background-color: #954AAC;
}
.BgClassName
{
background-color: #954AAC;
}
</style>
border-color css
<style>
span { border-color: #954AAC; }
span { border-color: rgb(149,74,172); }
td.TdClassName
{
border-color: #954AAC;
}
.TagClassName
{
border-color: #954AAC;
}
</style>