Shades of Deep Lilac #9440AB
Tints of Deep Lilac #9440AB
RGB
CMYK
RGB Variations
Color information
#9440AB (or 0x9440AB) is known color: Deep Lilac. HEX triplet: 94, 40 and AB. RGB value is (148,64,171). Sum of RGB (Red+Green+Blue) = 148+64+171=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #9440AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9440AB is #6BBF54. Grayscale: #646464. Windows color (decimal): -7061333 or 11223188. OLE color: 11223188.
HSL color Cylindrical-coordinate representation of color #9440AB: hue angle of 287.1º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9440AB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 64 | 171 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.33 |
| HSL | 287.1º | 0.46% | 0.46% | - |
| HSV(B) | 287.1º | 0.63% | 0.67% | - |
| XYZ | 21.4 | 12.9 | 39.89 | - |
| YUV | 101.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 171 | 0.13 | 0.63 | 0 | 0.33 | 287.1 | 0.46 | 0.46 |
| Hex | 94 | 40 | AB | D | 3F | 0 | 21 | 11F | 2E | 2E |
| Octal | 224 | 100 | 253 | 15 | 77 | 0 | 41 | 437 | 56 | 56 |
| Binary | 10010100 | 1000000 | 10101011 | 1101 | 111111 | 0 | 100001 | 100011111 | 101110 | 101110 |
Color Harmonies of #9440AB
Complementary color
Monochromatic Colors of #9440AB
Black with #9440AB
Text Example
Text Example
White with #9440AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440AB; }
p { color: rgb(148,64,171); }
H1.HeaderClassName
{
color: #9440AB;
}
.AnyTagClassName
{
color: #9440AB;
}
</style>
background-color css
<style>
a { background-color: #9440AB; }
a { background-color: rgb(148,64,171); }
div.DivClassName
{
background-color: #9440AB;
}
.BgClassName
{
background-color: #9440AB;
}
</style>
border-color css
<style>
span { border-color: #9440AB; }
span { border-color: rgb(148,64,171); }
td.TdClassName
{
border-color: #9440AB;
}
.TagClassName
{
border-color: #9440AB;
}
</style>