Shades of Deep Lilac #9441B9
Tints of Deep Lilac #9441B9
RGB
CMYK
RGB Variations
Color information
#9441B9 (or 0x9441B9) is known color: Deep Lilac. HEX triplet: 94, 41 and B9. RGB value is (148,65,185). Sum of RGB (Red+Green+Blue) = 148+65+185=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #9441B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441B9 is #6BBE46. Grayscale: #676767. Windows color (decimal): -7061063 or 12140948. OLE color: 12140948.
HSL color Cylindrical-coordinate representation of color #9441B9: hue angle of 281.5º 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 #9441B9 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 65 | 185 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.27 |
| HSL | 281.5º | 0.48% | 0.49% | - |
| HSV(B) | 281.5º | 0.65% | 0.73% | - |
| XYZ | 22.86 | 13.58 | 47.32 | - |
| YUV | 103.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 185 | 0.20 | 0.65 | 0 | 0.27 | 281.5 | 0.48 | 0.49 |
| Hex | 94 | 41 | B9 | 14 | 41 | 0 | 1B | 11A | 30 | 31 |
| Octal | 224 | 101 | 271 | 24 | 101 | 0 | 33 | 432 | 60 | 61 |
| Binary | 10010100 | 1000001 | 10111001 | 10100 | 1000001 | 0 | 11011 | 100011010 | 110000 | 110001 |
Color Harmonies of #9441B9
Complementary color
Monochromatic Colors of #9441B9
Black with #9441B9
Text Example
Text Example
White with #9441B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441B9; }
p { color: rgb(148,65,185); }
H1.HeaderClassName
{
color: #9441B9;
}
.AnyTagClassName
{
color: #9441B9;
}
</style>
background-color css
<style>
a { background-color: #9441B9; }
a { background-color: rgb(148,65,185); }
div.DivClassName
{
background-color: #9441B9;
}
.BgClassName
{
background-color: #9441B9;
}
</style>
border-color css
<style>
span { border-color: #9441B9; }
span { border-color: rgb(148,65,185); }
td.TdClassName
{
border-color: #9441B9;
}
.TagClassName
{
border-color: #9441B9;
}
</style>