Shades of Deep Lilac #9145BA
Tints of Deep Lilac #9145BA
RGB
CMYK
RGB Variations
Color information
#9145BA (or 0x9145BA) is known color: Deep Lilac. HEX triplet: 91, 45 and BA. RGB value is (145,69,186). Sum of RGB (Red+Green+Blue) = 145+69+186=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #9145BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145BA is #6EBA45. Grayscale: #686868. Windows color (decimal): -7256646 or 12207505. OLE color: 12207505.
HSL color Cylindrical-coordinate representation of color #9145BA: hue angle of 278.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9145BA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 69 | 186 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.27 |
| HSL | 278.97º | 0.46% | 0.5% | - |
| HSV(B) | 278.97º | 0.63% | 0.73% | - |
| XYZ | 22.67 | 13.82 | 47.93 | - |
| YUV | 105.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 186 | 0.22 | 0.63 | 0 | 0.27 | 278.97 | 0.46 | 0.5 |
| Hex | 91 | 45 | BA | 16 | 3F | 0 | 1B | 117 | 2E | 32 |
| Octal | 221 | 105 | 272 | 26 | 77 | 0 | 33 | 427 | 56 | 62 |
| Binary | 10010001 | 1000101 | 10111010 | 10110 | 111111 | 0 | 11011 | 100010111 | 101110 | 110010 |
Color Harmonies of #9145BA
Complementary color
Monochromatic Colors of #9145BA
Black with #9145BA
Text Example
Text Example
White with #9145BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145BA; }
p { color: rgb(145,69,186); }
H1.HeaderClassName
{
color: #9145BA;
}
.AnyTagClassName
{
color: #9145BA;
}
</style>
background-color css
<style>
a { background-color: #9145BA; }
a { background-color: rgb(145,69,186); }
div.DivClassName
{
background-color: #9145BA;
}
.BgClassName
{
background-color: #9145BA;
}
</style>
border-color css
<style>
span { border-color: #9145BA; }
span { border-color: rgb(145,69,186); }
td.TdClassName
{
border-color: #9145BA;
}
.TagClassName
{
border-color: #9145BA;
}
</style>