Shades of Deep Lilac #954AB0
Tints of Deep Lilac #954AB0
RGB
CMYK
RGB Variations
Color information
#954AB0 (or 0x954AB0) is known color: Deep Lilac. HEX triplet: 95, 4A and B0. RGB value is (149,74,176). Sum of RGB (Red+Green+Blue) = 149+74+176=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #954AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AB0 is #6AB54F. Grayscale: #6B6B6B. Windows color (decimal): -6993232 or 11553429. OLE color: 11553429.
HSL color Cylindrical-coordinate representation of color #954AB0: hue angle of 284.12º degrees, saturation: 0.41, 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 #954AB0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 74 | 176 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.31 |
| HSL | 284.12º | 0.41% | 0.49% | - |
| HSV(B) | 284.12º | 0.58% | 0.69% | - |
| XYZ | 22.68 | 14.42 | 42.66 | - |
| YUV | 108.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 176 | 0.15 | 0.58 | 0 | 0.31 | 284.12 | 0.41 | 0.49 |
| Hex | 95 | 4A | B0 | F | 3A | 0 | 1F | 11C | 29 | 31 |
| Octal | 225 | 112 | 260 | 17 | 72 | 0 | 37 | 434 | 51 | 61 |
| Binary | 10010101 | 1001010 | 10110000 | 1111 | 111010 | 0 | 11111 | 100011100 | 101001 | 110001 |
Color Harmonies of #954AB0
Complementary color
Monochromatic Colors of #954AB0
Black with #954AB0
Text Example
Text Example
White with #954AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AB0; }
p { color: rgb(149,74,176); }
H1.HeaderClassName
{
color: #954AB0;
}
.AnyTagClassName
{
color: #954AB0;
}
</style>
background-color css
<style>
a { background-color: #954AB0; }
a { background-color: rgb(149,74,176); }
div.DivClassName
{
background-color: #954AB0;
}
.BgClassName
{
background-color: #954AB0;
}
</style>
border-color css
<style>
span { border-color: #954AB0; }
span { border-color: rgb(149,74,176); }
td.TdClassName
{
border-color: #954AB0;
}
.TagClassName
{
border-color: #954AB0;
}
</style>