Shades of Deep Lilac #9048BF
Tints of Deep Lilac #9048BF
RGB
CMYK
RGB Variations
Color information
#9048BF (or 0x9048BF) is known color: Deep Lilac. HEX triplet: 90, 48 and BF. RGB value is (144,72,191). Sum of RGB (Red+Green+Blue) = 144+72+191=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9048BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048BF is #6FB740. Grayscale: #6A6A6A. Windows color (decimal): -7321409 or 12535952. OLE color: 12535952.
HSL color Cylindrical-coordinate representation of color #9048BF: hue angle of 276.3º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9048BF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 72 | 191 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.25 |
| HSL | 276.3º | 0.48% | 0.52% | - |
| HSV(B) | 276.3º | 0.62% | 0.75% | - |
| XYZ | 23.22 | 14.33 | 50.83 | - |
| YUV | 107.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 191 | 0.25 | 0.62 | 0 | 0.25 | 276.3 | 0.48 | 0.52 |
| Hex | 90 | 48 | BF | 19 | 3E | 0 | 19 | 114 | 30 | 34 |
| Octal | 220 | 110 | 277 | 31 | 76 | 0 | 31 | 424 | 60 | 64 |
| Binary | 10010000 | 1001000 | 10111111 | 11001 | 111110 | 0 | 11001 | 100010100 | 110000 | 110100 |
Color Harmonies of #9048BF
Complementary color
Monochromatic Colors of #9048BF
Black with #9048BF
Text Example
Text Example
White with #9048BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9048BF; }
p { color: rgb(144,72,191); }
H1.HeaderClassName
{
color: #9048BF;
}
.AnyTagClassName
{
color: #9048BF;
}
</style>
background-color css
<style>
a { background-color: #9048BF; }
a { background-color: rgb(144,72,191); }
div.DivClassName
{
background-color: #9048BF;
}
.BgClassName
{
background-color: #9048BF;
}
</style>
border-color css
<style>
span { border-color: #9048BF; }
span { border-color: rgb(144,72,191); }
td.TdClassName
{
border-color: #9048BF;
}
.TagClassName
{
border-color: #9048BF;
}
</style>