Shades of Deep Lilac #955BBD
Tints of Deep Lilac #955BBD
RGB
CMYK
RGB Variations
Color information
#955BBD (or 0x955BBD) is known color: Deep Lilac. HEX triplet: 95, 5B and BD. RGB value is (149,91,189). Sum of RGB (Red+Green+Blue) = 149+91+189=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #955BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBD is #6AA442. Grayscale: #777777. Windows color (decimal): -6988867 or 12409749. OLE color: 12409749.
HSL color Cylindrical-coordinate representation of color #955BBD: hue angle of 275.51º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955BBD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 91 | 189 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.26 |
| HSL | 275.51º | 0.43% | 0.55% | - |
| HSV(B) | 275.51º | 0.52% | 0.74% | - |
| XYZ | 25.32 | 17.55 | 50.2 | - |
| YUV | 119.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 189 | 0.21 | 0.52 | 0 | 0.26 | 275.51 | 0.43 | 0.55 |
| Hex | 95 | 5B | BD | 15 | 34 | 0 | 1A | 114 | 2B | 37 |
| Octal | 225 | 133 | 275 | 25 | 64 | 0 | 32 | 424 | 53 | 67 |
| Binary | 10010101 | 1011011 | 10111101 | 10101 | 110100 | 0 | 11010 | 100010100 | 101011 | 110111 |
Color Harmonies of #955BBD
Complementary color
Monochromatic Colors of #955BBD
Black with #955BBD
Text Example
Text Example
White with #955BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BBD; }
p { color: rgb(149,91,189); }
H1.HeaderClassName
{
color: #955BBD;
}
.AnyTagClassName
{
color: #955BBD;
}
</style>
background-color css
<style>
a { background-color: #955BBD; }
a { background-color: rgb(149,91,189); }
div.DivClassName
{
background-color: #955BBD;
}
.BgClassName
{
background-color: #955BBD;
}
</style>
border-color css
<style>
span { border-color: #955BBD; }
span { border-color: rgb(149,91,189); }
td.TdClassName
{
border-color: #955BBD;
}
.TagClassName
{
border-color: #955BBD;
}
</style>