Shades of Deep Lilac #953CAC
Tints of Deep Lilac #953CAC
RGB
CMYK
RGB Variations
Color information
#953CAC (or 0x953CAC) is known color: Deep Lilac. HEX triplet: 95, 3C and AC. RGB value is (149,60,172). Sum of RGB (Red+Green+Blue) = 149+60+172=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #953CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953CAC is #6AC353. Grayscale: #636363. Windows color (decimal): -6996820 or 11287701. OLE color: 11287701.
HSL color Cylindrical-coordinate representation of color #953CAC: hue angle of 287.68º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953CAC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 60 | 172 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.33 |
| HSL | 287.68º | 0.48% | 0.45% | - |
| HSV(B) | 287.68º | 0.65% | 0.67% | - |
| XYZ | 21.46 | 12.6 | 40.33 | - |
| YUV | 99.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 172 | 0.13 | 0.65 | 0 | 0.33 | 287.68 | 0.48 | 0.45 |
| Hex | 95 | 3C | AC | D | 41 | 0 | 21 | 120 | 30 | 2D |
| Octal | 225 | 74 | 254 | 15 | 101 | 0 | 41 | 440 | 60 | 55 |
| Binary | 10010101 | 111100 | 10101100 | 1101 | 1000001 | 0 | 100001 | 100100000 | 110000 | 101101 |
Color Harmonies of #953CAC
Complementary color
Monochromatic Colors of #953CAC
Black with #953CAC
Text Example
Text Example
White with #953CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CAC; }
p { color: rgb(149,60,172); }
H1.HeaderClassName
{
color: #953CAC;
}
.AnyTagClassName
{
color: #953CAC;
}
</style>
background-color css
<style>
a { background-color: #953CAC; }
a { background-color: rgb(149,60,172); }
div.DivClassName
{
background-color: #953CAC;
}
.BgClassName
{
background-color: #953CAC;
}
</style>
border-color css
<style>
span { border-color: #953CAC; }
span { border-color: rgb(149,60,172); }
td.TdClassName
{
border-color: #953CAC;
}
.TagClassName
{
border-color: #953CAC;
}
</style>