Shades of Deep Lilac #945EBD
Tints of Deep Lilac #945EBD
RGB
CMYK
RGB Variations
Color information
#945EBD (or 0x945EBD) is known color: Deep Lilac. HEX triplet: 94, 5E and BD. RGB value is (148,94,189). Sum of RGB (Red+Green+Blue) = 148+94+189=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #945EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EBD is #6BA142. Grayscale: #787878. Windows color (decimal): -7053635 or 12410516. OLE color: 12410516.
HSL color Cylindrical-coordinate representation of color #945EBD: hue angle of 274.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #945EBD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 94 | 189 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.26 |
| HSL | 274.11º | 0.42% | 0.55% | - |
| HSV(B) | 274.11º | 0.5% | 0.74% | - |
| XYZ | 25.4 | 17.98 | 50.27 | - |
| YUV | 120.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 189 | 0.22 | 0.50 | 0 | 0.26 | 274.11 | 0.42 | 0.55 |
| Hex | 94 | 5E | BD | 16 | 32 | 0 | 1A | 112 | 2A | 37 |
| Octal | 224 | 136 | 275 | 26 | 62 | 0 | 32 | 422 | 52 | 67 |
| Binary | 10010100 | 1011110 | 10111101 | 10110 | 110010 | 0 | 11010 | 100010010 | 101010 | 110111 |
Color Harmonies of #945EBD
Complementary color
Monochromatic Colors of #945EBD
Black with #945EBD
Text Example
Text Example
White with #945EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EBD; }
p { color: rgb(148,94,189); }
H1.HeaderClassName
{
color: #945EBD;
}
.AnyTagClassName
{
color: #945EBD;
}
</style>
background-color css
<style>
a { background-color: #945EBD; }
a { background-color: rgb(148,94,189); }
div.DivClassName
{
background-color: #945EBD;
}
.BgClassName
{
background-color: #945EBD;
}
</style>
border-color css
<style>
span { border-color: #945EBD; }
span { border-color: rgb(148,94,189); }
td.TdClassName
{
border-color: #945EBD;
}
.TagClassName
{
border-color: #945EBD;
}
</style>