Shades of Deep Lilac #9449B7
Tints of Deep Lilac #9449B7
RGB
CMYK
RGB Variations
Color information
#9449B7 (or 0x9449B7) is known color: Deep Lilac. HEX triplet: 94, 49 and B7. RGB value is (148,73,183). Sum of RGB (Red+Green+Blue) = 148+73+183=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #9449B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449B7 is #6BB648. Grayscale: #6B6B6B. Windows color (decimal): -7059017 or 12011924. OLE color: 12011924.
HSL color Cylindrical-coordinate representation of color #9449B7: hue angle of 280.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9449B7 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 73 | 183 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.28 |
| HSL | 280.91º | 0.43% | 0.5% | - |
| HSV(B) | 280.91º | 0.6% | 0.72% | - |
| XYZ | 23.14 | 14.48 | 46.37 | - |
| YUV | 107.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 183 | 0.19 | 0.60 | 0 | 0.28 | 280.91 | 0.43 | 0.5 |
| Hex | 94 | 49 | B7 | 13 | 3C | 0 | 1C | 119 | 2B | 32 |
| Octal | 224 | 111 | 267 | 23 | 74 | 0 | 34 | 431 | 53 | 62 |
| Binary | 10010100 | 1001001 | 10110111 | 10011 | 111100 | 0 | 11100 | 100011001 | 101011 | 110010 |
Color Harmonies of #9449B7
Complementary color
Monochromatic Colors of #9449B7
Black with #9449B7
Text Example
Text Example
White with #9449B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449B7; }
p { color: rgb(148,73,183); }
H1.HeaderClassName
{
color: #9449B7;
}
.AnyTagClassName
{
color: #9449B7;
}
</style>
background-color css
<style>
a { background-color: #9449B7; }
a { background-color: rgb(148,73,183); }
div.DivClassName
{
background-color: #9449B7;
}
.BgClassName
{
background-color: #9449B7;
}
</style>
border-color css
<style>
span { border-color: #9449B7; }
span { border-color: rgb(148,73,183); }
td.TdClassName
{
border-color: #9449B7;
}
.TagClassName
{
border-color: #9449B7;
}
</style>