Shades of Deep Lilac #9152C0
Tints of Deep Lilac #9152C0
RGB
CMYK
RGB Variations
Color information
#9152C0 (or 0x9152C0) is known color: Deep Lilac. HEX triplet: 91, 52 and C0. RGB value is (145,82,192). Sum of RGB (Red+Green+Blue) = 145+82+192=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #9152C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152C0 is #6EAD3F. Grayscale: #717171. Windows color (decimal): -7253312 or 12604049. OLE color: 12604049.
HSL color Cylindrical-coordinate representation of color #9152C0: hue angle of 274.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9152C0 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 82 | 192 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.25 |
| HSL | 274.36º | 0.47% | 0.54% | - |
| HSV(B) | 274.36º | 0.57% | 0.75% | - |
| XYZ | 24.21 | 15.86 | 51.65 | - |
| YUV | 113.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 192 | 0.24 | 0.57 | 0 | 0.25 | 274.36 | 0.47 | 0.54 |
| Hex | 91 | 52 | C0 | 18 | 39 | 0 | 19 | 112 | 2F | 36 |
| Octal | 221 | 122 | 300 | 30 | 71 | 0 | 31 | 422 | 57 | 66 |
| Binary | 10010001 | 1010010 | 11000000 | 11000 | 111001 | 0 | 11001 | 100010010 | 101111 | 110110 |
Color Harmonies of #9152C0
Complementary color
Monochromatic Colors of #9152C0
Black with #9152C0
Text Example
Text Example
White with #9152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152C0; }
p { color: rgb(145,82,192); }
H1.HeaderClassName
{
color: #9152C0;
}
.AnyTagClassName
{
color: #9152C0;
}
</style>
background-color css
<style>
a { background-color: #9152C0; }
a { background-color: rgb(145,82,192); }
div.DivClassName
{
background-color: #9152C0;
}
.BgClassName
{
background-color: #9152C0;
}
</style>
border-color css
<style>
span { border-color: #9152C0; }
span { border-color: rgb(145,82,192); }
td.TdClassName
{
border-color: #9152C0;
}
.TagClassName
{
border-color: #9152C0;
}
</style>