Shades of Deep Lilac #953CB1
Tints of Deep Lilac #953CB1
RGB
CMYK
RGB Variations
Color information
#953CB1 (or 0x953CB1) is known color: Deep Lilac. HEX triplet: 95, 3C and B1. RGB value is (149,60,177). Sum of RGB (Red+Green+Blue) = 149+60+177=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #953CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953CB1 is #6AC34E. Grayscale: #636363. Windows color (decimal): -6996815 or 11615381. OLE color: 11615381.
HSL color Cylindrical-coordinate representation of color #953CB1: hue angle of 285.64º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953CB1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 60 | 177 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.31 |
| HSL | 285.64º | 0.49% | 0.46% | - |
| HSV(B) | 285.64º | 0.66% | 0.69% | - |
| XYZ | 21.95 | 12.8 | 42.91 | - |
| YUV | 99.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 177 | 0.16 | 0.66 | 0 | 0.31 | 285.64 | 0.49 | 0.46 |
| Hex | 95 | 3C | B1 | 10 | 42 | 0 | 1F | 11E | 31 | 2E |
| Octal | 225 | 74 | 261 | 20 | 102 | 0 | 37 | 436 | 61 | 56 |
| Binary | 10010101 | 111100 | 10110001 | 10000 | 1000010 | 0 | 11111 | 100011110 | 110001 | 101110 |
Color Harmonies of #953CB1
Complementary color
Monochromatic Colors of #953CB1
Black with #953CB1
Text Example
Text Example
White with #953CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CB1; }
p { color: rgb(149,60,177); }
H1.HeaderClassName
{
color: #953CB1;
}
.AnyTagClassName
{
color: #953CB1;
}
</style>
background-color css
<style>
a { background-color: #953CB1; }
a { background-color: rgb(149,60,177); }
div.DivClassName
{
background-color: #953CB1;
}
.BgClassName
{
background-color: #953CB1;
}
</style>
border-color css
<style>
span { border-color: #953CB1; }
span { border-color: rgb(149,60,177); }
td.TdClassName
{
border-color: #953CB1;
}
.TagClassName
{
border-color: #953CB1;
}
</style>