Shades of Deep Lilac #9450BA
Tints of Deep Lilac #9450BA
RGB
CMYK
RGB Variations
Color information
#9450BA (or 0x9450BA) is known color: Deep Lilac. HEX triplet: 94, 50 and BA. RGB value is (148,80,186). Sum of RGB (Red+Green+Blue) = 148+80+186=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #9450BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450BA is #6BAF45. Grayscale: #707070. Windows color (decimal): -7057222 or 12210324. OLE color: 12210324.
HSL color Cylindrical-coordinate representation of color #9450BA: hue angle of 278.49º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9450BA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 80 | 186 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.27 |
| HSL | 278.49º | 0.43% | 0.52% | - |
| HSV(B) | 278.49º | 0.57% | 0.73% | - |
| XYZ | 23.94 | 15.58 | 48.2 | - |
| YUV | 112.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 186 | 0.20 | 0.57 | 0 | 0.27 | 278.49 | 0.43 | 0.52 |
| Hex | 94 | 50 | BA | 14 | 39 | 0 | 1B | 116 | 2B | 34 |
| Octal | 224 | 120 | 272 | 24 | 71 | 0 | 33 | 426 | 53 | 64 |
| Binary | 10010100 | 1010000 | 10111010 | 10100 | 111001 | 0 | 11011 | 100010110 | 101011 | 110100 |
Color Harmonies of #9450BA
Complementary color
Monochromatic Colors of #9450BA
Black with #9450BA
Text Example
Text Example
White with #9450BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9450BA; }
p { color: rgb(148,80,186); }
H1.HeaderClassName
{
color: #9450BA;
}
.AnyTagClassName
{
color: #9450BA;
}
</style>
background-color css
<style>
a { background-color: #9450BA; }
a { background-color: rgb(148,80,186); }
div.DivClassName
{
background-color: #9450BA;
}
.BgClassName
{
background-color: #9450BA;
}
</style>
border-color css
<style>
span { border-color: #9450BA; }
span { border-color: rgb(148,80,186); }
td.TdClassName
{
border-color: #9450BA;
}
.TagClassName
{
border-color: #9450BA;
}
</style>