Shades of Deep Lilac #9255AD
Tints of Deep Lilac #9255AD
RGB
CMYK
RGB Variations
Color information
#9255AD (or 0x9255AD) is known color: Deep Lilac. HEX triplet: 92, 55 and AD. RGB value is (146,85,173). Sum of RGB (Red+Green+Blue) = 146+85+173=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #9255AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9255AD is #6DAA52. Grayscale: #707070. Windows color (decimal): -7187027 or 11359634. OLE color: 11359634.
HSL color Cylindrical-coordinate representation of color #9255AD: hue angle of 281.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9255AD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 85 | 173 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.32 |
| HSL | 281.59º | 0.35% | 0.51% | - |
| HSV(B) | 281.59º | 0.51% | 0.68% | - |
| XYZ | 22.65 | 15.63 | 41.36 | - |
| YUV | 113.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 173 | 0.16 | 0.51 | 0 | 0.32 | 281.59 | 0.35 | 0.51 |
| Hex | 92 | 55 | AD | 10 | 33 | 0 | 20 | 11A | 23 | 33 |
| Octal | 222 | 125 | 255 | 20 | 63 | 0 | 40 | 432 | 43 | 63 |
| Binary | 10010010 | 1010101 | 10101101 | 10000 | 110011 | 0 | 100000 | 100011010 | 100011 | 110011 |
Color Harmonies of #9255AD
Complementary color
Monochromatic Colors of #9255AD
Black with #9255AD
Text Example
Text Example
White with #9255AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9255AD; }
p { color: rgb(146,85,173); }
H1.HeaderClassName
{
color: #9255AD;
}
.AnyTagClassName
{
color: #9255AD;
}
</style>
background-color css
<style>
a { background-color: #9255AD; }
a { background-color: rgb(146,85,173); }
div.DivClassName
{
background-color: #9255AD;
}
.BgClassName
{
background-color: #9255AD;
}
</style>
border-color css
<style>
span { border-color: #9255AD; }
span { border-color: rgb(146,85,173); }
td.TdClassName
{
border-color: #9255AD;
}
.TagClassName
{
border-color: #9255AD;
}
</style>