Shades of Deep Lilac #954BBD
Tints of Deep Lilac #954BBD
RGB
CMYK
RGB Variations
Color information
#954BBD (or 0x954BBD) is known color: Deep Lilac. HEX triplet: 95, 4B and BD. RGB value is (149,75,189). Sum of RGB (Red+Green+Blue) = 149+75+189=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #954BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BBD is #6AB442. Grayscale: #6D6D6D. Windows color (decimal): -6992963 or 12405653. OLE color: 12405653.
HSL color Cylindrical-coordinate representation of color #954BBD: hue angle of 278.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954BBD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 75 | 189 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.26 |
| HSL | 278.95º | 0.46% | 0.52% | - |
| HSV(B) | 278.95º | 0.6% | 0.74% | - |
| XYZ | 24.1 | 15.1 | 49.79 | - |
| YUV | 110.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 189 | 0.21 | 0.60 | 0 | 0.26 | 278.95 | 0.46 | 0.52 |
| Hex | 95 | 4B | BD | 15 | 3C | 0 | 1A | 117 | 2E | 34 |
| Octal | 225 | 113 | 275 | 25 | 74 | 0 | 32 | 427 | 56 | 64 |
| Binary | 10010101 | 1001011 | 10111101 | 10101 | 111100 | 0 | 11010 | 100010111 | 101110 | 110100 |
Color Harmonies of #954BBD
Complementary color
Monochromatic Colors of #954BBD
Black with #954BBD
Text Example
Text Example
White with #954BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BBD; }
p { color: rgb(149,75,189); }
H1.HeaderClassName
{
color: #954BBD;
}
.AnyTagClassName
{
color: #954BBD;
}
</style>
background-color css
<style>
a { background-color: #954BBD; }
a { background-color: rgb(149,75,189); }
div.DivClassName
{
background-color: #954BBD;
}
.BgClassName
{
background-color: #954BBD;
}
</style>
border-color css
<style>
span { border-color: #954BBD; }
span { border-color: rgb(149,75,189); }
td.TdClassName
{
border-color: #954BBD;
}
.TagClassName
{
border-color: #954BBD;
}
</style>