Shades of Deep Lilac #954BBA
Tints of Deep Lilac #954BBA
RGB
CMYK
RGB Variations
Color information
#954BBA (or 0x954BBA) is known color: Deep Lilac. HEX triplet: 95, 4B and BA. RGB value is (149,75,186). Sum of RGB (Red+Green+Blue) = 149+75+186=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #954BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BBA is #6AB445. Grayscale: #6D6D6D. Windows color (decimal): -6992966 or 12209045. OLE color: 12209045.
HSL color Cylindrical-coordinate representation of color #954BBA: hue angle of 280º 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 #954BBA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 75 | 186 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.27 |
| HSL | 280º | 0.45% | 0.51% | - |
| HSV(B) | 280º | 0.6% | 0.73% | - |
| XYZ | 23.77 | 14.97 | 48.09 | - |
| YUV | 109.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 186 | 0.20 | 0.60 | 0 | 0.27 | 280 | 0.45 | 0.51 |
| Hex | 95 | 4B | BA | 14 | 3C | 0 | 1B | 118 | 2D | 33 |
| Octal | 225 | 113 | 272 | 24 | 74 | 0 | 33 | 430 | 55 | 63 |
| Binary | 10010101 | 1001011 | 10111010 | 10100 | 111100 | 0 | 11011 | 100011000 | 101101 | 110011 |
Color Harmonies of #954BBA
Complementary color
Monochromatic Colors of #954BBA
Black with #954BBA
Text Example
Text Example
White with #954BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BBA; }
p { color: rgb(149,75,186); }
H1.HeaderClassName
{
color: #954BBA;
}
.AnyTagClassName
{
color: #954BBA;
}
</style>
background-color css
<style>
a { background-color: #954BBA; }
a { background-color: rgb(149,75,186); }
div.DivClassName
{
background-color: #954BBA;
}
.BgClassName
{
background-color: #954BBA;
}
</style>
border-color css
<style>
span { border-color: #954BBA; }
span { border-color: rgb(149,75,186); }
td.TdClassName
{
border-color: #954BBA;
}
.TagClassName
{
border-color: #954BBA;
}
</style>