Shades of Deep Lilac #954ABB
Tints of Deep Lilac #954ABB
RGB
CMYK
RGB Variations
Color information
#954ABB (or 0x954ABB) is known color: Deep Lilac. HEX triplet: 95, 4A and BB. RGB value is (149,74,187). Sum of RGB (Red+Green+Blue) = 149+74+187=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #954ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ABB is #6AB544. Grayscale: #6C6C6C. Windows color (decimal): -6993221 or 12274325. OLE color: 12274325.
HSL color Cylindrical-coordinate representation of color #954ABB: hue angle of 279.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954ABB is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 74 | 187 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.27 |
| HSL | 279.82º | 0.45% | 0.51% | - |
| HSV(B) | 279.82º | 0.6% | 0.73% | - |
| XYZ | 23.81 | 14.87 | 48.63 | - |
| YUV | 109.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 187 | 0.20 | 0.60 | 0 | 0.27 | 279.82 | 0.45 | 0.51 |
| Hex | 95 | 4A | BB | 14 | 3C | 0 | 1B | 118 | 2D | 33 |
| Octal | 225 | 112 | 273 | 24 | 74 | 0 | 33 | 430 | 55 | 63 |
| Binary | 10010101 | 1001010 | 10111011 | 10100 | 111100 | 0 | 11011 | 100011000 | 101101 | 110011 |
Color Harmonies of #954ABB
Complementary color
Monochromatic Colors of #954ABB
Black with #954ABB
Text Example
Text Example
White with #954ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ABB; }
p { color: rgb(149,74,187); }
H1.HeaderClassName
{
color: #954ABB;
}
.AnyTagClassName
{
color: #954ABB;
}
</style>
background-color css
<style>
a { background-color: #954ABB; }
a { background-color: rgb(149,74,187); }
div.DivClassName
{
background-color: #954ABB;
}
.BgClassName
{
background-color: #954ABB;
}
</style>
border-color css
<style>
span { border-color: #954ABB; }
span { border-color: rgb(149,74,187); }
td.TdClassName
{
border-color: #954ABB;
}
.TagClassName
{
border-color: #954ABB;
}
</style>