Shades of Deep Lilac #955EBA
Tints of Deep Lilac #955EBA
RGB
CMYK
RGB Variations
Color information
#955EBA (or 0x955EBA) is known color: Deep Lilac. HEX triplet: 95, 5E and BA. RGB value is (149,94,186). Sum of RGB (Red+Green+Blue) = 149+94+186=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #955EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EBA is #6AA145. Grayscale: #787878. Windows color (decimal): -6988102 or 12213909. OLE color: 12213909.
HSL color Cylindrical-coordinate representation of color #955EBA: hue angle of 275.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #955EBA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 94 | 186 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.27 |
| HSL | 275.87º | 0.4% | 0.55% | - |
| HSV(B) | 275.87º | 0.49% | 0.73% | - |
| XYZ | 25.26 | 17.94 | 48.59 | - |
| YUV | 120.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 186 | 0.20 | 0.49 | 0 | 0.27 | 275.87 | 0.4 | 0.55 |
| Hex | 95 | 5E | BA | 14 | 31 | 0 | 1B | 114 | 28 | 37 |
| Octal | 225 | 136 | 272 | 24 | 61 | 0 | 33 | 424 | 50 | 67 |
| Binary | 10010101 | 1011110 | 10111010 | 10100 | 110001 | 0 | 11011 | 100010100 | 101000 | 110111 |
Color Harmonies of #955EBA
Complementary color
Monochromatic Colors of #955EBA
Black with #955EBA
Text Example
Text Example
White with #955EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EBA; }
p { color: rgb(149,94,186); }
H1.HeaderClassName
{
color: #955EBA;
}
.AnyTagClassName
{
color: #955EBA;
}
</style>
background-color css
<style>
a { background-color: #955EBA; }
a { background-color: rgb(149,94,186); }
div.DivClassName
{
background-color: #955EBA;
}
.BgClassName
{
background-color: #955EBA;
}
</style>
border-color css
<style>
span { border-color: #955EBA; }
span { border-color: rgb(149,94,186); }
td.TdClassName
{
border-color: #955EBA;
}
.TagClassName
{
border-color: #955EBA;
}
</style>