Shades of Deep Lilac #9152CA
Tints of Deep Lilac #9152CA
RGB
CMYK
RGB Variations
Color information
#9152CA (or 0x9152CA) is known color: Deep Lilac. HEX triplet: 91, 52 and CA. RGB value is (145,82,202). Sum of RGB (Red+Green+Blue) = 145+82+202=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #9152CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152CA is #6EAD35. Grayscale: #727272. Windows color (decimal): -7253302 or 13259409. OLE color: 13259409.
HSL color Cylindrical-coordinate representation of color #9152CA: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9152CA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 82 | 202 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.21 |
| HSL | 271.5º | 0.53% | 0.56% | - |
| HSV(B) | 271.5º | 0.59% | 0.79% | - |
| XYZ | 25.36 | 16.32 | 57.69 | - |
| YUV | 114.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 202 | 0.28 | 0.59 | 0 | 0.21 | 271.5 | 0.53 | 0.56 |
| Hex | 91 | 52 | CA | 1C | 3B | 0 | 15 | 110 | 35 | 38 |
| Octal | 221 | 122 | 312 | 34 | 73 | 0 | 25 | 420 | 65 | 70 |
| Binary | 10010001 | 1010010 | 11001010 | 11100 | 111011 | 0 | 10101 | 100010000 | 110101 | 111000 |
Color Harmonies of #9152CA
Complementary color
Monochromatic Colors of #9152CA
Black with #9152CA
Text Example
Text Example
White with #9152CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152CA; }
p { color: rgb(145,82,202); }
H1.HeaderClassName
{
color: #9152CA;
}
.AnyTagClassName
{
color: #9152CA;
}
</style>
background-color css
<style>
a { background-color: #9152CA; }
a { background-color: rgb(145,82,202); }
div.DivClassName
{
background-color: #9152CA;
}
.BgClassName
{
background-color: #9152CA;
}
</style>
border-color css
<style>
span { border-color: #9152CA; }
span { border-color: rgb(145,82,202); }
td.TdClassName
{
border-color: #9152CA;
}
.TagClassName
{
border-color: #9152CA;
}
</style>