Shades of Deep Lilac #9252B9
Tints of Deep Lilac #9252B9
RGB
CMYK
RGB Variations
Color information
#9252B9 (or 0x9252B9) is known color: Deep Lilac. HEX triplet: 92, 52 and B9. RGB value is (146,82,185). Sum of RGB (Red+Green+Blue) = 146+82+185=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #9252B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252B9 is #6DAD46. Grayscale: #707070. Windows color (decimal): -7187783 or 12145298. OLE color: 12145298.
HSL color Cylindrical-coordinate representation of color #9252B9: hue angle of 277.28º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9252B9 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 82 | 185 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.27 |
| HSL | 277.28º | 0.42% | 0.52% | - |
| HSV(B) | 277.28º | 0.56% | 0.73% | - |
| XYZ | 23.63 | 15.65 | 47.67 | - |
| YUV | 112.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 185 | 0.21 | 0.56 | 0 | 0.27 | 277.28 | 0.42 | 0.52 |
| Hex | 92 | 52 | B9 | 15 | 38 | 0 | 1B | 115 | 2A | 34 |
| Octal | 222 | 122 | 271 | 25 | 70 | 0 | 33 | 425 | 52 | 64 |
| Binary | 10010010 | 1010010 | 10111001 | 10101 | 111000 | 0 | 11011 | 100010101 | 101010 | 110100 |
Color Harmonies of #9252B9
Complementary color
Monochromatic Colors of #9252B9
Black with #9252B9
Text Example
Text Example
White with #9252B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9252B9; }
p { color: rgb(146,82,185); }
H1.HeaderClassName
{
color: #9252B9;
}
.AnyTagClassName
{
color: #9252B9;
}
</style>
background-color css
<style>
a { background-color: #9252B9; }
a { background-color: rgb(146,82,185); }
div.DivClassName
{
background-color: #9252B9;
}
.BgClassName
{
background-color: #9252B9;
}
</style>
border-color css
<style>
span { border-color: #9252B9; }
span { border-color: rgb(146,82,185); }
td.TdClassName
{
border-color: #9252B9;
}
.TagClassName
{
border-color: #9252B9;
}
</style>