Shades of Deep Lilac #9441AC
Tints of Deep Lilac #9441AC
RGB
CMYK
RGB Variations
Color information
#9441AC (or 0x9441AC) is known color: Deep Lilac. HEX triplet: 94, 41 and AC. RGB value is (148,65,172). Sum of RGB (Red+Green+Blue) = 148+65+172=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9441AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9441AC is #6BBE53. Grayscale: #656565. Windows color (decimal): -7061076 or 11288980. OLE color: 11288980.
HSL color Cylindrical-coordinate representation of color #9441AC: hue angle of 286.54º 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 #9441AC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 65 | 172 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.33 |
| HSL | 286.54º | 0.45% | 0.46% | - |
| HSV(B) | 286.54º | 0.62% | 0.67% | - |
| XYZ | 21.55 | 13.06 | 40.41 | - |
| YUV | 102.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 172 | 0.14 | 0.62 | 0 | 0.33 | 286.54 | 0.45 | 0.46 |
| Hex | 94 | 41 | AC | E | 3E | 0 | 21 | 11F | 2D | 2E |
| Octal | 224 | 101 | 254 | 16 | 76 | 0 | 41 | 437 | 55 | 56 |
| Binary | 10010100 | 1000001 | 10101100 | 1110 | 111110 | 0 | 100001 | 100011111 | 101101 | 101110 |
Color Harmonies of #9441AC
Complementary color
Monochromatic Colors of #9441AC
Black with #9441AC
Text Example
Text Example
White with #9441AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441AC; }
p { color: rgb(148,65,172); }
H1.HeaderClassName
{
color: #9441AC;
}
.AnyTagClassName
{
color: #9441AC;
}
</style>
background-color css
<style>
a { background-color: #9441AC; }
a { background-color: rgb(148,65,172); }
div.DivClassName
{
background-color: #9441AC;
}
.BgClassName
{
background-color: #9441AC;
}
</style>
border-color css
<style>
span { border-color: #9441AC; }
span { border-color: rgb(148,65,172); }
td.TdClassName
{
border-color: #9441AC;
}
.TagClassName
{
border-color: #9441AC;
}
</style>