Shades of Deep Lilac #9441BA
Tints of Deep Lilac #9441BA
RGB
CMYK
RGB Variations
Color information
#9441BA (or 0x9441BA) is known color: Deep Lilac. HEX triplet: 94, 41 and BA. RGB value is (148,65,186). Sum of RGB (Red+Green+Blue) = 148+65+186=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #9441BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441BA is #6BBE45. Grayscale: #676767. Windows color (decimal): -7061062 or 12206484. OLE color: 12206484.
HSL color Cylindrical-coordinate representation of color #9441BA: hue angle of 281.16º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9441BA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 65 | 186 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.27 |
| HSL | 281.16º | 0.48% | 0.49% | - |
| HSV(B) | 281.16º | 0.65% | 0.73% | - |
| XYZ | 22.97 | 13.62 | 47.87 | - |
| YUV | 103.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 186 | 0.20 | 0.65 | 0 | 0.27 | 281.16 | 0.48 | 0.49 |
| Hex | 94 | 41 | BA | 14 | 41 | 0 | 1B | 119 | 30 | 31 |
| Octal | 224 | 101 | 272 | 24 | 101 | 0 | 33 | 431 | 60 | 61 |
| Binary | 10010100 | 1000001 | 10111010 | 10100 | 1000001 | 0 | 11011 | 100011001 | 110000 | 110001 |
Color Harmonies of #9441BA
Complementary color
Monochromatic Colors of #9441BA
Black with #9441BA
Text Example
Text Example
White with #9441BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441BA; }
p { color: rgb(148,65,186); }
H1.HeaderClassName
{
color: #9441BA;
}
.AnyTagClassName
{
color: #9441BA;
}
</style>
background-color css
<style>
a { background-color: #9441BA; }
a { background-color: rgb(148,65,186); }
div.DivClassName
{
background-color: #9441BA;
}
.BgClassName
{
background-color: #9441BA;
}
</style>
border-color css
<style>
span { border-color: #9441BA; }
span { border-color: rgb(148,65,186); }
td.TdClassName
{
border-color: #9441BA;
}
.TagClassName
{
border-color: #9441BA;
}
</style>