Shades of Deep Lilac #954ABD
Tints of Deep Lilac #954ABD
RGB
CMYK
RGB Variations
Color information
#954ABD (or 0x954ABD) is known color: Deep Lilac. HEX triplet: 95, 4A and BD. RGB value is (149,74,189). Sum of RGB (Red+Green+Blue) = 149+74+189=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #954ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ABD is #6AB542. Grayscale: #6D6D6D. Windows color (decimal): -6993219 or 12405397. OLE color: 12405397.
HSL color Cylindrical-coordinate representation of color #954ABD: hue angle of 279.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954ABD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 74 | 189 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.26 |
| HSL | 279.13º | 0.47% | 0.52% | - |
| HSV(B) | 279.13º | 0.61% | 0.74% | - |
| XYZ | 24.03 | 14.96 | 49.77 | - |
| YUV | 109.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 189 | 0.21 | 0.61 | 0 | 0.26 | 279.13 | 0.47 | 0.52 |
| Hex | 95 | 4A | BD | 15 | 3D | 0 | 1A | 117 | 2F | 34 |
| Octal | 225 | 112 | 275 | 25 | 75 | 0 | 32 | 427 | 57 | 64 |
| Binary | 10010101 | 1001010 | 10111101 | 10101 | 111101 | 0 | 11010 | 100010111 | 101111 | 110100 |
Color Harmonies of #954ABD
Complementary color
Monochromatic Colors of #954ABD
Black with #954ABD
Text Example
Text Example
White with #954ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ABD; }
p { color: rgb(149,74,189); }
H1.HeaderClassName
{
color: #954ABD;
}
.AnyTagClassName
{
color: #954ABD;
}
</style>
background-color css
<style>
a { background-color: #954ABD; }
a { background-color: rgb(149,74,189); }
div.DivClassName
{
background-color: #954ABD;
}
.BgClassName
{
background-color: #954ABD;
}
</style>
border-color css
<style>
span { border-color: #954ABD; }
span { border-color: rgb(149,74,189); }
td.TdClassName
{
border-color: #954ABD;
}
.TagClassName
{
border-color: #954ABD;
}
</style>