Shades of Deep Lilac #955DBB
Tints of Deep Lilac #955DBB
RGB
CMYK
RGB Variations
Color information
#955DBB (or 0x955DBB) is known color: Deep Lilac. HEX triplet: 95, 5D and BB. RGB value is (149,93,187). Sum of RGB (Red+Green+Blue) = 149+93+187=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #955DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBB is #6AA244. Grayscale: #787878. Windows color (decimal): -6988357 or 12279189. OLE color: 12279189.
HSL color Cylindrical-coordinate representation of color #955DBB: hue angle of 275.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955DBB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 93 | 187 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.27 |
| HSL | 275.74º | 0.41% | 0.55% | - |
| HSV(B) | 275.74º | 0.5% | 0.73% | - |
| XYZ | 25.28 | 17.81 | 49.12 | - |
| YUV | 120.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 187 | 0.20 | 0.50 | 0 | 0.27 | 275.74 | 0.41 | 0.55 |
| Hex | 95 | 5D | BB | 14 | 32 | 0 | 1B | 114 | 29 | 37 |
| Octal | 225 | 135 | 273 | 24 | 62 | 0 | 33 | 424 | 51 | 67 |
| Binary | 10010101 | 1011101 | 10111011 | 10100 | 110010 | 0 | 11011 | 100010100 | 101001 | 110111 |
Color Harmonies of #955DBB
Complementary color
Monochromatic Colors of #955DBB
Black with #955DBB
Text Example
Text Example
White with #955DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DBB; }
p { color: rgb(149,93,187); }
H1.HeaderClassName
{
color: #955DBB;
}
.AnyTagClassName
{
color: #955DBB;
}
</style>
background-color css
<style>
a { background-color: #955DBB; }
a { background-color: rgb(149,93,187); }
div.DivClassName
{
background-color: #955DBB;
}
.BgClassName
{
background-color: #955DBB;
}
</style>
border-color css
<style>
span { border-color: #955DBB; }
span { border-color: rgb(149,93,187); }
td.TdClassName
{
border-color: #955DBB;
}
.TagClassName
{
border-color: #955DBB;
}
</style>