Shades of Deep Lilac #9145C0
Tints of Deep Lilac #9145C0
RGB
CMYK
RGB Variations
Color information
#9145C0 (or 0x9145C0) is known color: Deep Lilac. HEX triplet: 91, 45 and C0. RGB value is (145,69,192). Sum of RGB (Red+Green+Blue) = 145+69+192=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #9145C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145C0 is #6EBA3F. Grayscale: #696969. Windows color (decimal): -7256640 or 12600721. OLE color: 12600721.
HSL color Cylindrical-coordinate representation of color #9145C0: hue angle of 277.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9145C0 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 69 | 192 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.25 |
| HSL | 277.07º | 0.49% | 0.51% | - |
| HSV(B) | 277.07º | 0.64% | 0.75% | - |
| XYZ | 23.32 | 14.08 | 51.36 | - |
| YUV | 105.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 192 | 0.24 | 0.64 | 0 | 0.25 | 277.07 | 0.49 | 0.51 |
| Hex | 91 | 45 | C0 | 18 | 40 | 0 | 19 | 115 | 31 | 33 |
| Octal | 221 | 105 | 300 | 30 | 100 | 0 | 31 | 425 | 61 | 63 |
| Binary | 10010001 | 1000101 | 11000000 | 11000 | 1000000 | 0 | 11001 | 100010101 | 110001 | 110011 |
Color Harmonies of #9145C0
Complementary color
Monochromatic Colors of #9145C0
Black with #9145C0
Text Example
Text Example
White with #9145C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145C0; }
p { color: rgb(145,69,192); }
H1.HeaderClassName
{
color: #9145C0;
}
.AnyTagClassName
{
color: #9145C0;
}
</style>
background-color css
<style>
a { background-color: #9145C0; }
a { background-color: rgb(145,69,192); }
div.DivClassName
{
background-color: #9145C0;
}
.BgClassName
{
background-color: #9145C0;
}
</style>
border-color css
<style>
span { border-color: #9145C0; }
span { border-color: rgb(145,69,192); }
td.TdClassName
{
border-color: #9145C0;
}
.TagClassName
{
border-color: #9145C0;
}
</style>