Shades of Deep Lilac #954AB5
Tints of Deep Lilac #954AB5
RGB
CMYK
RGB Variations
Color information
#954AB5 (or 0x954AB5) is known color: Deep Lilac. HEX triplet: 95, 4A and B5. RGB value is (149,74,181). Sum of RGB (Red+Green+Blue) = 149+74+181=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #954AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AB5 is #6AB54A. Grayscale: #6C6C6C. Windows color (decimal): -6993227 or 11881109. OLE color: 11881109.
HSL color Cylindrical-coordinate representation of color #954AB5: hue angle of 282.06º 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 #954AB5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 74 | 181 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.29 |
| HSL | 282.06º | 0.42% | 0.5% | - |
| HSV(B) | 282.06º | 0.59% | 0.71% | - |
| XYZ | 23.18 | 14.62 | 45.32 | - |
| YUV | 108.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 181 | 0.18 | 0.59 | 0 | 0.29 | 282.06 | 0.42 | 0.5 |
| Hex | 95 | 4A | B5 | 12 | 3B | 0 | 1D | 11A | 2A | 32 |
| Octal | 225 | 112 | 265 | 22 | 73 | 0 | 35 | 432 | 52 | 62 |
| Binary | 10010101 | 1001010 | 10110101 | 10010 | 111011 | 0 | 11101 | 100011010 | 101010 | 110010 |
Color Harmonies of #954AB5
Complementary color
Monochromatic Colors of #954AB5
Black with #954AB5
Text Example
Text Example
White with #954AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AB5; }
p { color: rgb(149,74,181); }
H1.HeaderClassName
{
color: #954AB5;
}
.AnyTagClassName
{
color: #954AB5;
}
</style>
background-color css
<style>
a { background-color: #954AB5; }
a { background-color: rgb(149,74,181); }
div.DivClassName
{
background-color: #954AB5;
}
.BgClassName
{
background-color: #954AB5;
}
</style>
border-color css
<style>
span { border-color: #954AB5; }
span { border-color: rgb(149,74,181); }
td.TdClassName
{
border-color: #954AB5;
}
.TagClassName
{
border-color: #954AB5;
}
</style>