Shades of Deep Lilac #945ABB
Tints of Deep Lilac #945ABB
RGB
CMYK
RGB Variations
Color information
#945ABB (or 0x945ABB) is known color: Deep Lilac. HEX triplet: 94, 5A and BB. RGB value is (148,90,187). Sum of RGB (Red+Green+Blue) = 148+90+187=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #945ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ABB is #6BA544. Grayscale: #767676. Windows color (decimal): -7054661 or 12278420. OLE color: 12278420.
HSL color Cylindrical-coordinate representation of color #945ABB: hue angle of 275.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945ABB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 90 | 187 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.27 |
| HSL | 275.88º | 0.42% | 0.54% | - |
| HSV(B) | 275.88º | 0.52% | 0.73% | - |
| XYZ | 24.84 | 17.2 | 49.02 | - |
| YUV | 118.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 187 | 0.21 | 0.52 | 0 | 0.27 | 275.88 | 0.42 | 0.54 |
| Hex | 94 | 5A | BB | 15 | 34 | 0 | 1B | 114 | 2A | 36 |
| Octal | 224 | 132 | 273 | 25 | 64 | 0 | 33 | 424 | 52 | 66 |
| Binary | 10010100 | 1011010 | 10111011 | 10101 | 110100 | 0 | 11011 | 100010100 | 101010 | 110110 |
Color Harmonies of #945ABB
Complementary color
Monochromatic Colors of #945ABB
Black with #945ABB
Text Example
Text Example
White with #945ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ABB; }
p { color: rgb(148,90,187); }
H1.HeaderClassName
{
color: #945ABB;
}
.AnyTagClassName
{
color: #945ABB;
}
</style>
background-color css
<style>
a { background-color: #945ABB; }
a { background-color: rgb(148,90,187); }
div.DivClassName
{
background-color: #945ABB;
}
.BgClassName
{
background-color: #945ABB;
}
</style>
border-color css
<style>
span { border-color: #945ABB; }
span { border-color: rgb(148,90,187); }
td.TdClassName
{
border-color: #945ABB;
}
.TagClassName
{
border-color: #945ABB;
}
</style>