Shades of Deep Lilac #945ABD
Tints of Deep Lilac #945ABD
RGB
CMYK
RGB Variations
Color information
#945ABD (or 0x945ABD) is known color: Deep Lilac. HEX triplet: 94, 5A and BD. RGB value is (148,90,189). Sum of RGB (Red+Green+Blue) = 148+90+189=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #945ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ABD is #6BA542. Grayscale: #767676. Windows color (decimal): -7054659 or 12409492. OLE color: 12409492.
HSL color Cylindrical-coordinate representation of color #945ABD: hue angle of 275.15º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945ABD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 90 | 189 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.26 |
| HSL | 275.15º | 0.43% | 0.55% | - |
| HSV(B) | 275.15º | 0.52% | 0.74% | - |
| XYZ | 25.05 | 17.28 | 50.16 | - |
| YUV | 118.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 189 | 0.22 | 0.52 | 0 | 0.26 | 275.15 | 0.43 | 0.55 |
| Hex | 94 | 5A | BD | 16 | 34 | 0 | 1A | 113 | 2B | 37 |
| Octal | 224 | 132 | 275 | 26 | 64 | 0 | 32 | 423 | 53 | 67 |
| Binary | 10010100 | 1011010 | 10111101 | 10110 | 110100 | 0 | 11010 | 100010011 | 101011 | 110111 |
Color Harmonies of #945ABD
Complementary color
Monochromatic Colors of #945ABD
Black with #945ABD
Text Example
Text Example
White with #945ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ABD; }
p { color: rgb(148,90,189); }
H1.HeaderClassName
{
color: #945ABD;
}
.AnyTagClassName
{
color: #945ABD;
}
</style>
background-color css
<style>
a { background-color: #945ABD; }
a { background-color: rgb(148,90,189); }
div.DivClassName
{
background-color: #945ABD;
}
.BgClassName
{
background-color: #945ABD;
}
</style>
border-color css
<style>
span { border-color: #945ABD; }
span { border-color: rgb(148,90,189); }
td.TdClassName
{
border-color: #945ABD;
}
.TagClassName
{
border-color: #945ABD;
}
</style>