Shades of Deep Lilac #9152C1
Tints of Deep Lilac #9152C1
RGB
CMYK
RGB Variations
Color information
#9152C1 (or 0x9152C1) is known color: Deep Lilac. HEX triplet: 91, 52 and C1. RGB value is (145,82,193). Sum of RGB (Red+Green+Blue) = 145+82+193=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #9152C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152C1 is #6EAD3E. Grayscale: #717171. Windows color (decimal): -7253311 or 12669585. OLE color: 12669585.
HSL color Cylindrical-coordinate representation of color #9152C1: hue angle of 274.05º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9152C1 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 82 | 193 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.24 |
| HSL | 274.05º | 0.47% | 0.54% | - |
| HSV(B) | 274.05º | 0.58% | 0.76% | - |
| XYZ | 24.32 | 15.9 | 52.24 | - |
| YUV | 113.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 193 | 0.25 | 0.58 | 0 | 0.24 | 274.05 | 0.47 | 0.54 |
| Hex | 91 | 52 | C1 | 19 | 3A | 0 | 18 | 112 | 2F | 36 |
| Octal | 221 | 122 | 301 | 31 | 72 | 0 | 30 | 422 | 57 | 66 |
| Binary | 10010001 | 1010010 | 11000001 | 11001 | 111010 | 0 | 11000 | 100010010 | 101111 | 110110 |
Color Harmonies of #9152C1
Complementary color
Monochromatic Colors of #9152C1
Black with #9152C1
Text Example
Text Example
White with #9152C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152C1; }
p { color: rgb(145,82,193); }
H1.HeaderClassName
{
color: #9152C1;
}
.AnyTagClassName
{
color: #9152C1;
}
</style>
background-color css
<style>
a { background-color: #9152C1; }
a { background-color: rgb(145,82,193); }
div.DivClassName
{
background-color: #9152C1;
}
.BgClassName
{
background-color: #9152C1;
}
</style>
border-color css
<style>
span { border-color: #9152C1; }
span { border-color: rgb(145,82,193); }
td.TdClassName
{
border-color: #9152C1;
}
.TagClassName
{
border-color: #9152C1;
}
</style>