Shades of Deep Lilac #953FB1
Tints of Deep Lilac #953FB1
RGB
CMYK
RGB Variations
Color information
#953FB1 (or 0x953FB1) is known color: Deep Lilac. HEX triplet: 95, 3F and B1. RGB value is (149,63,177). Sum of RGB (Red+Green+Blue) = 149+63+177=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #953FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953FB1 is #6AC04E. Grayscale: #656565. Windows color (decimal): -6996047 or 11616149. OLE color: 11616149.
HSL color Cylindrical-coordinate representation of color #953FB1: hue angle of 285.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953FB1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 63 | 177 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.31 |
| HSL | 285.26º | 0.48% | 0.47% | - |
| HSV(B) | 285.26º | 0.64% | 0.69% | - |
| XYZ | 22.11 | 13.12 | 42.96 | - |
| YUV | 101.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 177 | 0.16 | 0.64 | 0 | 0.31 | 285.26 | 0.48 | 0.47 |
| Hex | 95 | 3F | B1 | 10 | 40 | 0 | 1F | 11D | 30 | 2F |
| Octal | 225 | 77 | 261 | 20 | 100 | 0 | 37 | 435 | 60 | 57 |
| Binary | 10010101 | 111111 | 10110001 | 10000 | 1000000 | 0 | 11111 | 100011101 | 110000 | 101111 |
Color Harmonies of #953FB1
Complementary color
Monochromatic Colors of #953FB1
Black with #953FB1
Text Example
Text Example
White with #953FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FB1; }
p { color: rgb(149,63,177); }
H1.HeaderClassName
{
color: #953FB1;
}
.AnyTagClassName
{
color: #953FB1;
}
</style>
background-color css
<style>
a { background-color: #953FB1; }
a { background-color: rgb(149,63,177); }
div.DivClassName
{
background-color: #953FB1;
}
.BgClassName
{
background-color: #953FB1;
}
</style>
border-color css
<style>
span { border-color: #953FB1; }
span { border-color: rgb(149,63,177); }
td.TdClassName
{
border-color: #953FB1;
}
.TagClassName
{
border-color: #953FB1;
}
</style>