Shades of Deep Lilac #945DAF
Tints of Deep Lilac #945DAF
RGB
CMYK
RGB Variations
Color information
#945DAF (or 0x945DAF) is known color: Deep Lilac. HEX triplet: 94, 5D and AF. RGB value is (148,93,175). Sum of RGB (Red+Green+Blue) = 148+93+175=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #945DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DAF is #6BA250. Grayscale: #767676. Windows color (decimal): -7053905 or 11492756. OLE color: 11492756.
HSL color Cylindrical-coordinate representation of color #945DAF: hue angle of 280.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945DAF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 93 | 175 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.31 |
| HSL | 280.24º | 0.34% | 0.53% | - |
| HSV(B) | 280.24º | 0.47% | 0.69% | - |
| XYZ | 23.86 | 17.22 | 42.62 | - |
| YUV | 118.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 175 | 0.15 | 0.47 | 0 | 0.31 | 280.24 | 0.34 | 0.53 |
| Hex | 94 | 5D | AF | F | 2F | 0 | 1F | 118 | 22 | 35 |
| Octal | 224 | 135 | 257 | 17 | 57 | 0 | 37 | 430 | 42 | 65 |
| Binary | 10010100 | 1011101 | 10101111 | 1111 | 101111 | 0 | 11111 | 100011000 | 100010 | 110101 |
Color Harmonies of #945DAF
Complementary color
Monochromatic Colors of #945DAF
Black with #945DAF
Text Example
Text Example
White with #945DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DAF; }
p { color: rgb(148,93,175); }
H1.HeaderClassName
{
color: #945DAF;
}
.AnyTagClassName
{
color: #945DAF;
}
</style>
background-color css
<style>
a { background-color: #945DAF; }
a { background-color: rgb(148,93,175); }
div.DivClassName
{
background-color: #945DAF;
}
.BgClassName
{
background-color: #945DAF;
}
</style>
border-color css
<style>
span { border-color: #945DAF; }
span { border-color: rgb(148,93,175); }
td.TdClassName
{
border-color: #945DAF;
}
.TagClassName
{
border-color: #945DAF;
}
</style>