Shades of Deep Lilac #953DAB
Tints of Deep Lilac #953DAB
RGB
CMYK
RGB Variations
Color information
#953DAB (or 0x953DAB) is known color: Deep Lilac. HEX triplet: 95, 3D and AB. RGB value is (149,61,171). Sum of RGB (Red+Green+Blue) = 149+61+171=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #953DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DAB is #6AC254. Grayscale: #636363. Windows color (decimal): -6996565 or 11222421. OLE color: 11222421.
HSL color Cylindrical-coordinate representation of color #953DAB: hue angle of 288º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953DAB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 61 | 171 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.33 |
| HSL | 288º | 0.47% | 0.45% | - |
| HSV(B) | 288º | 0.64% | 0.67% | - |
| XYZ | 21.41 | 12.67 | 39.84 | - |
| YUV | 99.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 171 | 0.13 | 0.64 | 0 | 0.33 | 288 | 0.47 | 0.45 |
| Hex | 95 | 3D | AB | D | 40 | 0 | 21 | 120 | 2F | 2D |
| Octal | 225 | 75 | 253 | 15 | 100 | 0 | 41 | 440 | 57 | 55 |
| Binary | 10010101 | 111101 | 10101011 | 1101 | 1000000 | 0 | 100001 | 100100000 | 101111 | 101101 |
Color Harmonies of #953DAB
Complementary color
Monochromatic Colors of #953DAB
Black with #953DAB
Text Example
Text Example
White with #953DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DAB; }
p { color: rgb(149,61,171); }
H1.HeaderClassName
{
color: #953DAB;
}
.AnyTagClassName
{
color: #953DAB;
}
</style>
background-color css
<style>
a { background-color: #953DAB; }
a { background-color: rgb(149,61,171); }
div.DivClassName
{
background-color: #953DAB;
}
.BgClassName
{
background-color: #953DAB;
}
</style>
border-color css
<style>
span { border-color: #953DAB; }
span { border-color: rgb(149,61,171); }
td.TdClassName
{
border-color: #953DAB;
}
.TagClassName
{
border-color: #953DAB;
}
</style>