Shades of Deep Lilac #955DBE
Tints of Deep Lilac #955DBE
RGB
CMYK
RGB Variations
Color information
#955DBE (or 0x955DBE) is known color: Deep Lilac. HEX triplet: 95, 5D and BE. RGB value is (149,93,190). Sum of RGB (Red+Green+Blue) = 149+93+190=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #955DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBE is #6AA241. Grayscale: #787878. Windows color (decimal): -6988354 or 12475797. OLE color: 12475797.
HSL color Cylindrical-coordinate representation of color #955DBE: hue angle of 274.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955DBE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 93 | 190 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.25 |
| HSL | 274.64º | 0.43% | 0.55% | - |
| HSV(B) | 274.64º | 0.51% | 0.75% | - |
| XYZ | 25.6 | 17.94 | 50.83 | - |
| YUV | 120.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 190 | 0.22 | 0.51 | 0 | 0.25 | 274.64 | 0.43 | 0.55 |
| Hex | 95 | 5D | BE | 16 | 33 | 0 | 19 | 113 | 2B | 37 |
| Octal | 225 | 135 | 276 | 26 | 63 | 0 | 31 | 423 | 53 | 67 |
| Binary | 10010101 | 1011101 | 10111110 | 10110 | 110011 | 0 | 11001 | 100010011 | 101011 | 110111 |
Color Harmonies of #955DBE
Complementary color
Monochromatic Colors of #955DBE
Black with #955DBE
Text Example
Text Example
White with #955DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DBE; }
p { color: rgb(149,93,190); }
H1.HeaderClassName
{
color: #955DBE;
}
.AnyTagClassName
{
color: #955DBE;
}
</style>
background-color css
<style>
a { background-color: #955DBE; }
a { background-color: rgb(149,93,190); }
div.DivClassName
{
background-color: #955DBE;
}
.BgClassName
{
background-color: #955DBE;
}
</style>
border-color css
<style>
span { border-color: #955DBE; }
span { border-color: rgb(149,93,190); }
td.TdClassName
{
border-color: #955DBE;
}
.TagClassName
{
border-color: #955DBE;
}
</style>