Shades of Deep Lilac #954AB4
Tints of Deep Lilac #954AB4
RGB
CMYK
RGB Variations
Color information
#954AB4 (or 0x954AB4) is known color: Deep Lilac. HEX triplet: 95, 4A and B4. RGB value is (149,74,180). Sum of RGB (Red+Green+Blue) = 149+74+180=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #954AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AB4 is #6AB54B. Grayscale: #6C6C6C. Windows color (decimal): -6993228 or 11815573. OLE color: 11815573.
HSL color Cylindrical-coordinate representation of color #954AB4: hue angle of 282.45º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954AB4 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 74 | 180 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.29 |
| HSL | 282.45º | 0.42% | 0.5% | - |
| HSV(B) | 282.45º | 0.59% | 0.71% | - |
| XYZ | 23.08 | 14.58 | 44.78 | - |
| YUV | 108.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 180 | 0.17 | 0.59 | 0 | 0.29 | 282.45 | 0.42 | 0.5 |
| Hex | 95 | 4A | B4 | 11 | 3B | 0 | 1D | 11A | 2A | 32 |
| Octal | 225 | 112 | 264 | 21 | 73 | 0 | 35 | 432 | 52 | 62 |
| Binary | 10010101 | 1001010 | 10110100 | 10001 | 111011 | 0 | 11101 | 100011010 | 101010 | 110010 |
Color Harmonies of #954AB4
Complementary color
Monochromatic Colors of #954AB4
Black with #954AB4
Text Example
Text Example
White with #954AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AB4; }
p { color: rgb(149,74,180); }
H1.HeaderClassName
{
color: #954AB4;
}
.AnyTagClassName
{
color: #954AB4;
}
</style>
background-color css
<style>
a { background-color: #954AB4; }
a { background-color: rgb(149,74,180); }
div.DivClassName
{
background-color: #954AB4;
}
.BgClassName
{
background-color: #954AB4;
}
</style>
border-color css
<style>
span { border-color: #954AB4; }
span { border-color: rgb(149,74,180); }
td.TdClassName
{
border-color: #954AB4;
}
.TagClassName
{
border-color: #954AB4;
}
</style>