Shades of Deep Lilac #954BB1
Tints of Deep Lilac #954BB1
RGB
CMYK
RGB Variations
Color information
#954BB1 (or 0x954BB1) is known color: Deep Lilac. HEX triplet: 95, 4B and B1. RGB value is (149,75,177). Sum of RGB (Red+Green+Blue) = 149+75+177=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #954BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BB1 is #6AB44E. Grayscale: #6C6C6C. Windows color (decimal): -6992975 or 11619221. OLE color: 11619221.
HSL color Cylindrical-coordinate representation of color #954BB1: hue angle of 283.53º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954BB1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 75 | 177 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.31 |
| HSL | 283.53º | 0.4% | 0.49% | - |
| HSV(B) | 283.53º | 0.58% | 0.69% | - |
| XYZ | 22.85 | 14.6 | 43.21 | - |
| YUV | 108.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 177 | 0.16 | 0.58 | 0 | 0.31 | 283.53 | 0.4 | 0.49 |
| Hex | 95 | 4B | B1 | 10 | 3A | 0 | 1F | 11C | 28 | 31 |
| Octal | 225 | 113 | 261 | 20 | 72 | 0 | 37 | 434 | 50 | 61 |
| Binary | 10010101 | 1001011 | 10110001 | 10000 | 111010 | 0 | 11111 | 100011100 | 101000 | 110001 |
Color Harmonies of #954BB1
Complementary color
Monochromatic Colors of #954BB1
Black with #954BB1
Text Example
Text Example
White with #954BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BB1; }
p { color: rgb(149,75,177); }
H1.HeaderClassName
{
color: #954BB1;
}
.AnyTagClassName
{
color: #954BB1;
}
</style>
background-color css
<style>
a { background-color: #954BB1; }
a { background-color: rgb(149,75,177); }
div.DivClassName
{
background-color: #954BB1;
}
.BgClassName
{
background-color: #954BB1;
}
</style>
border-color css
<style>
span { border-color: #954BB1; }
span { border-color: rgb(149,75,177); }
td.TdClassName
{
border-color: #954BB1;
}
.TagClassName
{
border-color: #954BB1;
}
</style>