Shades of Deep Lilac #9253B9
Tints of Deep Lilac #9253B9
RGB
CMYK
RGB Variations
Color information
#9253B9 (or 0x9253B9) is known color: Deep Lilac. HEX triplet: 92, 53 and B9. RGB value is (146,83,185). Sum of RGB (Red+Green+Blue) = 146+83+185=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #9253B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253B9 is #6DAC46. Grayscale: #717171. Windows color (decimal): -7187527 or 12145554. OLE color: 12145554.
HSL color Cylindrical-coordinate representation of color #9253B9: hue angle of 277.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9253B9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 83 | 185 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.27 |
| HSL | 277.06º | 0.42% | 0.53% | - |
| HSV(B) | 277.06º | 0.55% | 0.73% | - |
| XYZ | 23.7 | 15.8 | 47.7 | - |
| YUV | 113.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 185 | 0.21 | 0.55 | 0 | 0.27 | 277.06 | 0.42 | 0.53 |
| Hex | 92 | 53 | B9 | 15 | 37 | 0 | 1B | 115 | 2A | 35 |
| Octal | 222 | 123 | 271 | 25 | 67 | 0 | 33 | 425 | 52 | 65 |
| Binary | 10010010 | 1010011 | 10111001 | 10101 | 110111 | 0 | 11011 | 100010101 | 101010 | 110101 |
Color Harmonies of #9253B9
Complementary color
Monochromatic Colors of #9253B9
Black with #9253B9
Text Example
Text Example
White with #9253B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9253B9; }
p { color: rgb(146,83,185); }
H1.HeaderClassName
{
color: #9253B9;
}
.AnyTagClassName
{
color: #9253B9;
}
</style>
background-color css
<style>
a { background-color: #9253B9; }
a { background-color: rgb(146,83,185); }
div.DivClassName
{
background-color: #9253B9;
}
.BgClassName
{
background-color: #9253B9;
}
</style>
border-color css
<style>
span { border-color: #9253B9; }
span { border-color: rgb(146,83,185); }
td.TdClassName
{
border-color: #9253B9;
}
.TagClassName
{
border-color: #9253B9;
}
</style>