Shades of Deep Lilac #954FB5
Tints of Deep Lilac #954FB5
RGB
CMYK
RGB Variations
Color information
#954FB5 (or 0x954FB5) is known color: Deep Lilac. HEX triplet: 95, 4F and B5. RGB value is (149,79,181). Sum of RGB (Red+Green+Blue) = 149+79+181=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #954FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FB5 is #6AB04A. Grayscale: #6F6F6F. Windows color (decimal): -6991947 or 11882389. OLE color: 11882389.
HSL color Cylindrical-coordinate representation of color #954FB5: hue angle of 281.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954FB5 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 79 | 181 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.29 |
| HSL | 281.18º | 0.41% | 0.51% | - |
| HSV(B) | 281.18º | 0.56% | 0.71% | - |
| XYZ | 23.53 | 15.32 | 45.43 | - |
| YUV | 111.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 181 | 0.18 | 0.56 | 0 | 0.29 | 281.18 | 0.41 | 0.51 |
| Hex | 95 | 4F | B5 | 12 | 38 | 0 | 1D | 119 | 29 | 33 |
| Octal | 225 | 117 | 265 | 22 | 70 | 0 | 35 | 431 | 51 | 63 |
| Binary | 10010101 | 1001111 | 10110101 | 10010 | 111000 | 0 | 11101 | 100011001 | 101001 | 110011 |
Color Harmonies of #954FB5
Complementary color
Monochromatic Colors of #954FB5
Black with #954FB5
Text Example
Text Example
White with #954FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FB5; }
p { color: rgb(149,79,181); }
H1.HeaderClassName
{
color: #954FB5;
}
.AnyTagClassName
{
color: #954FB5;
}
</style>
background-color css
<style>
a { background-color: #954FB5; }
a { background-color: rgb(149,79,181); }
div.DivClassName
{
background-color: #954FB5;
}
.BgClassName
{
background-color: #954FB5;
}
</style>
border-color css
<style>
span { border-color: #954FB5; }
span { border-color: rgb(149,79,181); }
td.TdClassName
{
border-color: #954FB5;
}
.TagClassName
{
border-color: #954FB5;
}
</style>