Shades of Deep Lilac #9441AA
Tints of Deep Lilac #9441AA
RGB
CMYK
RGB Variations
Color information
#9441AA (or 0x9441AA) is known color: Deep Lilac. HEX triplet: 94, 41 and AA. RGB value is (148,65,170). Sum of RGB (Red+Green+Blue) = 148+65+170=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #9441AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9441AA is #6BBE55. Grayscale: #656565. Windows color (decimal): -7061078 or 11157908. OLE color: 11157908.
HSL color Cylindrical-coordinate representation of color #9441AA: hue angle of 287.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9441AA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 65 | 170 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.33 |
| HSL | 287.43º | 0.45% | 0.46% | - |
| HSV(B) | 287.43º | 0.62% | 0.67% | - |
| XYZ | 21.36 | 12.98 | 39.41 | - |
| YUV | 101.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 170 | 0.13 | 0.62 | 0 | 0.33 | 287.43 | 0.45 | 0.46 |
| Hex | 94 | 41 | AA | D | 3E | 0 | 21 | 11F | 2D | 2E |
| Octal | 224 | 101 | 252 | 15 | 76 | 0 | 41 | 437 | 55 | 56 |
| Binary | 10010100 | 1000001 | 10101010 | 1101 | 111110 | 0 | 100001 | 100011111 | 101101 | 101110 |
Color Harmonies of #9441AA
Complementary color
Monochromatic Colors of #9441AA
Black with #9441AA
Text Example
Text Example
White with #9441AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441AA; }
p { color: rgb(148,65,170); }
H1.HeaderClassName
{
color: #9441AA;
}
.AnyTagClassName
{
color: #9441AA;
}
</style>
background-color css
<style>
a { background-color: #9441AA; }
a { background-color: rgb(148,65,170); }
div.DivClassName
{
background-color: #9441AA;
}
.BgClassName
{
background-color: #9441AA;
}
</style>
border-color css
<style>
span { border-color: #9441AA; }
span { border-color: rgb(148,65,170); }
td.TdClassName
{
border-color: #9441AA;
}
.TagClassName
{
border-color: #9441AA;
}
</style>