Shades of Deep Lilac #955BBE
Tints of Deep Lilac #955BBE
RGB
CMYK
RGB Variations
Color information
#955BBE (or 0x955BBE) is known color: Deep Lilac. HEX triplet: 95, 5B and BE. RGB value is (149,91,190). Sum of RGB (Red+Green+Blue) = 149+91+190=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #955BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBE is #6AA441. Grayscale: #777777. Windows color (decimal): -6988866 or 12475285. OLE color: 12475285.
HSL color Cylindrical-coordinate representation of color #955BBE: hue angle of 275.15º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955BBE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 91 | 190 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.25 |
| HSL | 275.15º | 0.43% | 0.55% | - |
| HSV(B) | 275.15º | 0.52% | 0.75% | - |
| XYZ | 25.43 | 17.59 | 50.77 | - |
| YUV | 119.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 190 | 0.22 | 0.52 | 0 | 0.25 | 275.15 | 0.43 | 0.55 |
| Hex | 95 | 5B | BE | 16 | 34 | 0 | 19 | 113 | 2B | 37 |
| Octal | 225 | 133 | 276 | 26 | 64 | 0 | 31 | 423 | 53 | 67 |
| Binary | 10010101 | 1011011 | 10111110 | 10110 | 110100 | 0 | 11001 | 100010011 | 101011 | 110111 |
Color Harmonies of #955BBE
Complementary color
Monochromatic Colors of #955BBE
Black with #955BBE
Text Example
Text Example
White with #955BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BBE; }
p { color: rgb(149,91,190); }
H1.HeaderClassName
{
color: #955BBE;
}
.AnyTagClassName
{
color: #955BBE;
}
</style>
background-color css
<style>
a { background-color: #955BBE; }
a { background-color: rgb(149,91,190); }
div.DivClassName
{
background-color: #955BBE;
}
.BgClassName
{
background-color: #955BBE;
}
</style>
border-color css
<style>
span { border-color: #955BBE; }
span { border-color: rgb(149,91,190); }
td.TdClassName
{
border-color: #955BBE;
}
.TagClassName
{
border-color: #955BBE;
}
</style>