Shades of Deep Lilac #945DB3
Tints of Deep Lilac #945DB3
RGB
CMYK
RGB Variations
Color information
#945DB3 (or 0x945DB3) is known color: Deep Lilac. HEX triplet: 94, 5D and B3. RGB value is (148,93,179). Sum of RGB (Red+Green+Blue) = 148+93+179=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #945DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DB3 is #6BA24C. Grayscale: #767676. Windows color (decimal): -7053901 or 11754900. OLE color: 11754900.
HSL color Cylindrical-coordinate representation of color #945DB3: hue angle of 278.37º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #945DB3 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 93 | 179 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.30 |
| HSL | 278.37º | 0.36% | 0.53% | - |
| HSV(B) | 278.37º | 0.48% | 0.7% | - |
| XYZ | 24.26 | 17.38 | 44.72 | - |
| YUV | 119.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 179 | 0.17 | 0.48 | 0 | 0.30 | 278.37 | 0.36 | 0.53 |
| Hex | 94 | 5D | B3 | 11 | 30 | 0 | 1E | 116 | 24 | 35 |
| Octal | 224 | 135 | 263 | 21 | 60 | 0 | 36 | 426 | 44 | 65 |
| Binary | 10010100 | 1011101 | 10110011 | 10001 | 110000 | 0 | 11110 | 100010110 | 100100 | 110101 |
Color Harmonies of #945DB3
Complementary color
Monochromatic Colors of #945DB3
Black with #945DB3
Text Example
Text Example
White with #945DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DB3; }
p { color: rgb(148,93,179); }
H1.HeaderClassName
{
color: #945DB3;
}
.AnyTagClassName
{
color: #945DB3;
}
</style>
background-color css
<style>
a { background-color: #945DB3; }
a { background-color: rgb(148,93,179); }
div.DivClassName
{
background-color: #945DB3;
}
.BgClassName
{
background-color: #945DB3;
}
</style>
border-color css
<style>
span { border-color: #945DB3; }
span { border-color: rgb(148,93,179); }
td.TdClassName
{
border-color: #945DB3;
}
.TagClassName
{
border-color: #945DB3;
}
</style>