Shades of Deep Lilac #953FAB
Tints of Deep Lilac #953FAB
RGB
CMYK
RGB Variations
Color information
#953FAB (or 0x953FAB) is known color: Deep Lilac. HEX triplet: 95, 3F and AB. RGB value is (149,63,171). Sum of RGB (Red+Green+Blue) = 149+63+171=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #953FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953FAB is #6AC054. Grayscale: #646464. Windows color (decimal): -6996053 or 11222933. OLE color: 11222933.
HSL color Cylindrical-coordinate representation of color #953FAB: hue angle of 287.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953FAB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 63 | 171 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.33 |
| HSL | 287.78º | 0.46% | 0.46% | - |
| HSV(B) | 287.78º | 0.63% | 0.67% | - |
| XYZ | 21.52 | 12.88 | 39.88 | - |
| YUV | 101.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 171 | 0.13 | 0.63 | 0 | 0.33 | 287.78 | 0.46 | 0.46 |
| Hex | 95 | 3F | AB | D | 3F | 0 | 21 | 120 | 2E | 2E |
| Octal | 225 | 77 | 253 | 15 | 77 | 0 | 41 | 440 | 56 | 56 |
| Binary | 10010101 | 111111 | 10101011 | 1101 | 111111 | 0 | 100001 | 100100000 | 101110 | 101110 |
Color Harmonies of #953FAB
Complementary color
Monochromatic Colors of #953FAB
Black with #953FAB
Text Example
Text Example
White with #953FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FAB; }
p { color: rgb(149,63,171); }
H1.HeaderClassName
{
color: #953FAB;
}
.AnyTagClassName
{
color: #953FAB;
}
</style>
background-color css
<style>
a { background-color: #953FAB; }
a { background-color: rgb(149,63,171); }
div.DivClassName
{
background-color: #953FAB;
}
.BgClassName
{
background-color: #953FAB;
}
</style>
border-color css
<style>
span { border-color: #953FAB; }
span { border-color: rgb(149,63,171); }
td.TdClassName
{
border-color: #953FAB;
}
.TagClassName
{
border-color: #953FAB;
}
</style>