Shades of Deep Lilac #954AB2
Tints of Deep Lilac #954AB2
RGB
CMYK
RGB Variations
Color information
#954AB2 (or 0x954AB2) is known color: Deep Lilac. HEX triplet: 95, 4A and B2. RGB value is (149,74,178). Sum of RGB (Red+Green+Blue) = 149+74+178=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #954AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AB2 is #6AB54D. Grayscale: #6B6B6B. Windows color (decimal): -6993230 or 11684501. OLE color: 11684501.
HSL color Cylindrical-coordinate representation of color #954AB2: hue angle of 283.27º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954AB2 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 74 | 178 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.30 |
| HSL | 283.27º | 0.41% | 0.49% | - |
| HSV(B) | 283.27º | 0.58% | 0.7% | - |
| XYZ | 22.88 | 14.5 | 43.71 | - |
| YUV | 108.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 178 | 0.16 | 0.58 | 0 | 0.30 | 283.27 | 0.41 | 0.49 |
| Hex | 95 | 4A | B2 | 10 | 3A | 0 | 1E | 11B | 29 | 31 |
| Octal | 225 | 112 | 262 | 20 | 72 | 0 | 36 | 433 | 51 | 61 |
| Binary | 10010101 | 1001010 | 10110010 | 10000 | 111010 | 0 | 11110 | 100011011 | 101001 | 110001 |
Color Harmonies of #954AB2
Complementary color
Monochromatic Colors of #954AB2
Black with #954AB2
Text Example
Text Example
White with #954AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AB2; }
p { color: rgb(149,74,178); }
H1.HeaderClassName
{
color: #954AB2;
}
.AnyTagClassName
{
color: #954AB2;
}
</style>
background-color css
<style>
a { background-color: #954AB2; }
a { background-color: rgb(149,74,178); }
div.DivClassName
{
background-color: #954AB2;
}
.BgClassName
{
background-color: #954AB2;
}
</style>
border-color css
<style>
span { border-color: #954AB2; }
span { border-color: rgb(149,74,178); }
td.TdClassName
{
border-color: #954AB2;
}
.TagClassName
{
border-color: #954AB2;
}
</style>