Shades of Deep Lilac #945AB5
Tints of Deep Lilac #945AB5
RGB
CMYK
RGB Variations
Color information
#945AB5 (or 0x945AB5) is known color: Deep Lilac. HEX triplet: 94, 5A and B5. RGB value is (148,90,181). Sum of RGB (Red+Green+Blue) = 148+90+181=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #945AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AB5 is #6BA54A. Grayscale: #757575. Windows color (decimal): -7054667 or 11885204. OLE color: 11885204.
HSL color Cylindrical-coordinate representation of color #945AB5: hue angle of 278.24º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #945AB5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 90 | 181 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.29 |
| HSL | 278.24º | 0.38% | 0.53% | - |
| HSV(B) | 278.24º | 0.5% | 0.71% | - |
| XYZ | 24.21 | 16.94 | 45.71 | - |
| YUV | 117.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 181 | 0.18 | 0.50 | 0 | 0.29 | 278.24 | 0.38 | 0.53 |
| Hex | 94 | 5A | B5 | 12 | 32 | 0 | 1D | 116 | 26 | 35 |
| Octal | 224 | 132 | 265 | 22 | 62 | 0 | 35 | 426 | 46 | 65 |
| Binary | 10010100 | 1011010 | 10110101 | 10010 | 110010 | 0 | 11101 | 100010110 | 100110 | 110101 |
Color Harmonies of #945AB5
Complementary color
Monochromatic Colors of #945AB5
Black with #945AB5
Text Example
Text Example
White with #945AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945AB5; }
p { color: rgb(148,90,181); }
H1.HeaderClassName
{
color: #945AB5;
}
.AnyTagClassName
{
color: #945AB5;
}
</style>
background-color css
<style>
a { background-color: #945AB5; }
a { background-color: rgb(148,90,181); }
div.DivClassName
{
background-color: #945AB5;
}
.BgClassName
{
background-color: #945AB5;
}
</style>
border-color css
<style>
span { border-color: #945AB5; }
span { border-color: rgb(148,90,181); }
td.TdClassName
{
border-color: #945AB5;
}
.TagClassName
{
border-color: #945AB5;
}
</style>