Shades of Deep Lilac #955DB6
Tints of Deep Lilac #955DB6
RGB
CMYK
RGB Variations
Color information
#955DB6 (or 0x955DB6) is known color: Deep Lilac. HEX triplet: 95, 5D and B6. RGB value is (149,93,182). Sum of RGB (Red+Green+Blue) = 149+93+182=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #955DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DB6 is #6AA249. Grayscale: #777777. Windows color (decimal): -6988362 or 11951509. OLE color: 11951509.
HSL color Cylindrical-coordinate representation of color #955DB6: hue angle of 277.75º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #955DB6 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 93 | 182 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.29 |
| HSL | 277.75º | 0.38% | 0.54% | - |
| HSV(B) | 277.75º | 0.49% | 0.71% | - |
| XYZ | 24.75 | 17.6 | 46.35 | - |
| YUV | 119.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 182 | 0.18 | 0.49 | 0 | 0.29 | 277.75 | 0.38 | 0.54 |
| Hex | 95 | 5D | B6 | 12 | 31 | 0 | 1D | 116 | 26 | 36 |
| Octal | 225 | 135 | 266 | 22 | 61 | 0 | 35 | 426 | 46 | 66 |
| Binary | 10010101 | 1011101 | 10110110 | 10010 | 110001 | 0 | 11101 | 100010110 | 100110 | 110110 |
Color Harmonies of #955DB6
Complementary color
Monochromatic Colors of #955DB6
Black with #955DB6
Text Example
Text Example
White with #955DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DB6; }
p { color: rgb(149,93,182); }
H1.HeaderClassName
{
color: #955DB6;
}
.AnyTagClassName
{
color: #955DB6;
}
</style>
background-color css
<style>
a { background-color: #955DB6; }
a { background-color: rgb(149,93,182); }
div.DivClassName
{
background-color: #955DB6;
}
.BgClassName
{
background-color: #955DB6;
}
</style>
border-color css
<style>
span { border-color: #955DB6; }
span { border-color: rgb(149,93,182); }
td.TdClassName
{
border-color: #955DB6;
}
.TagClassName
{
border-color: #955DB6;
}
</style>