Shades of Deep Lilac #9252CA
Tints of Deep Lilac #9252CA
RGB
CMYK
RGB Variations
Color information
#9252CA (or 0x9252CA) is known color: Deep Lilac. HEX triplet: 92, 52 and CA. RGB value is (146,82,202). Sum of RGB (Red+Green+Blue) = 146+82+202=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #9252CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252CA is #6DAD35. Grayscale: #727272. Windows color (decimal): -7187766 or 13259410. OLE color: 13259410.
HSL color Cylindrical-coordinate representation of color #9252CA: hue angle of 272º 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 #9252CA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 82 | 202 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.21 |
| HSL | 272º | 0.53% | 0.56% | - |
| HSV(B) | 272º | 0.59% | 0.79% | - |
| XYZ | 25.53 | 16.41 | 57.7 | - |
| YUV | 114.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 202 | 0.28 | 0.59 | 0 | 0.21 | 272 | 0.53 | 0.56 |
| Hex | 92 | 52 | CA | 1C | 3B | 0 | 15 | 110 | 35 | 38 |
| Octal | 222 | 122 | 312 | 34 | 73 | 0 | 25 | 420 | 65 | 70 |
| Binary | 10010010 | 1010010 | 11001010 | 11100 | 111011 | 0 | 10101 | 100010000 | 110101 | 111000 |
Color Harmonies of #9252CA
Complementary color
Monochromatic Colors of #9252CA
Black with #9252CA
Text Example
Text Example
White with #9252CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9252CA; }
p { color: rgb(146,82,202); }
H1.HeaderClassName
{
color: #9252CA;
}
.AnyTagClassName
{
color: #9252CA;
}
</style>
background-color css
<style>
a { background-color: #9252CA; }
a { background-color: rgb(146,82,202); }
div.DivClassName
{
background-color: #9252CA;
}
.BgClassName
{
background-color: #9252CA;
}
</style>
border-color css
<style>
span { border-color: #9252CA; }
span { border-color: rgb(146,82,202); }
td.TdClassName
{
border-color: #9252CA;
}
.TagClassName
{
border-color: #9252CA;
}
</style>