Shades of Deep Lilac #9448BA
Tints of Deep Lilac #9448BA
RGB
CMYK
RGB Variations
Color information
#9448BA (or 0x9448BA) is known color: Deep Lilac. HEX triplet: 94, 48 and BA. RGB value is (148,72,186). Sum of RGB (Red+Green+Blue) = 148+72+186=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #9448BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448BA is #6BB745. Grayscale: #6B6B6B. Windows color (decimal): -7059270 or 12208276. OLE color: 12208276.
HSL color Cylindrical-coordinate representation of color #9448BA: hue angle of 280º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9448BA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 72 | 186 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.27 |
| HSL | 280º | 0.45% | 0.51% | - |
| HSV(B) | 280º | 0.61% | 0.73% | - |
| XYZ | 23.39 | 14.48 | 48.02 | - |
| YUV | 107.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 186 | 0.20 | 0.61 | 0 | 0.27 | 280 | 0.45 | 0.51 |
| Hex | 94 | 48 | BA | 14 | 3D | 0 | 1B | 118 | 2D | 33 |
| Octal | 224 | 110 | 272 | 24 | 75 | 0 | 33 | 430 | 55 | 63 |
| Binary | 10010100 | 1001000 | 10111010 | 10100 | 111101 | 0 | 11011 | 100011000 | 101101 | 110011 |
Color Harmonies of #9448BA
Complementary color
Monochromatic Colors of #9448BA
Black with #9448BA
Text Example
Text Example
White with #9448BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9448BA; }
p { color: rgb(148,72,186); }
H1.HeaderClassName
{
color: #9448BA;
}
.AnyTagClassName
{
color: #9448BA;
}
</style>
background-color css
<style>
a { background-color: #9448BA; }
a { background-color: rgb(148,72,186); }
div.DivClassName
{
background-color: #9448BA;
}
.BgClassName
{
background-color: #9448BA;
}
</style>
border-color css
<style>
span { border-color: #9448BA; }
span { border-color: rgb(148,72,186); }
td.TdClassName
{
border-color: #9448BA;
}
.TagClassName
{
border-color: #9448BA;
}
</style>