Shades of Deep Lilac #953BB1
Tints of Deep Lilac #953BB1
RGB
CMYK
RGB Variations
Color information
#953BB1 (or 0x953BB1) is known color: Deep Lilac. HEX triplet: 95, 3B and B1. RGB value is (149,59,177). Sum of RGB (Red+Green+Blue) = 149+59+177=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #953BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BB1 is #6AC44E. Grayscale: #626262. Windows color (decimal): -6997071 or 11615125. OLE color: 11615125.
HSL color Cylindrical-coordinate representation of color #953BB1: hue angle of 285.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953BB1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 59 | 177 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.31 |
| HSL | 285.76º | 0.5% | 0.46% | - |
| HSV(B) | 285.76º | 0.67% | 0.69% | - |
| XYZ | 21.89 | 12.69 | 42.89 | - |
| YUV | 99.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 177 | 0.16 | 0.67 | 0 | 0.31 | 285.76 | 0.5 | 0.46 |
| Hex | 95 | 3B | B1 | 10 | 43 | 0 | 1F | 11E | 32 | 2E |
| Octal | 225 | 73 | 261 | 20 | 103 | 0 | 37 | 436 | 62 | 56 |
| Binary | 10010101 | 111011 | 10110001 | 10000 | 1000011 | 0 | 11111 | 100011110 | 110010 | 101110 |
Color Harmonies of #953BB1
Complementary color
Monochromatic Colors of #953BB1
Black with #953BB1
Text Example
Text Example
White with #953BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BB1; }
p { color: rgb(149,59,177); }
H1.HeaderClassName
{
color: #953BB1;
}
.AnyTagClassName
{
color: #953BB1;
}
</style>
background-color css
<style>
a { background-color: #953BB1; }
a { background-color: rgb(149,59,177); }
div.DivClassName
{
background-color: #953BB1;
}
.BgClassName
{
background-color: #953BB1;
}
</style>
border-color css
<style>
span { border-color: #953BB1; }
span { border-color: rgb(149,59,177); }
td.TdClassName
{
border-color: #953BB1;
}
.TagClassName
{
border-color: #953BB1;
}
</style>