Shades of Deep Lilac #9251AC
Tints of Deep Lilac #9251AC
RGB
CMYK
RGB Variations
Color information
#9251AC (or 0x9251AC) is known color: Deep Lilac. HEX triplet: 92, 51 and AC. RGB value is (146,81,172). Sum of RGB (Red+Green+Blue) = 146+81+172=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #9251AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9251AC is #6DAE53. Grayscale: #6E6E6E. Windows color (decimal): -7188052 or 11293074. OLE color: 11293074.
HSL color Cylindrical-coordinate representation of color #9251AC: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9251AC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 81 | 172 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.33 |
| HSL | 282.86º | 0.36% | 0.5% | - |
| HSV(B) | 282.86º | 0.53% | 0.67% | - |
| XYZ | 22.24 | 14.97 | 40.75 | - |
| YUV | 110.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 172 | 0.15 | 0.53 | 0 | 0.33 | 282.86 | 0.36 | 0.5 |
| Hex | 92 | 51 | AC | F | 35 | 0 | 21 | 11B | 24 | 32 |
| Octal | 222 | 121 | 254 | 17 | 65 | 0 | 41 | 433 | 44 | 62 |
| Binary | 10010010 | 1010001 | 10101100 | 1111 | 110101 | 0 | 100001 | 100011011 | 100100 | 110010 |
Color Harmonies of #9251AC
Complementary color
Monochromatic Colors of #9251AC
Black with #9251AC
Text Example
Text Example
White with #9251AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251AC; }
p { color: rgb(146,81,172); }
H1.HeaderClassName
{
color: #9251AC;
}
.AnyTagClassName
{
color: #9251AC;
}
</style>
background-color css
<style>
a { background-color: #9251AC; }
a { background-color: rgb(146,81,172); }
div.DivClassName
{
background-color: #9251AC;
}
.BgClassName
{
background-color: #9251AC;
}
</style>
border-color css
<style>
span { border-color: #9251AC; }
span { border-color: rgb(146,81,172); }
td.TdClassName
{
border-color: #9251AC;
}
.TagClassName
{
border-color: #9251AC;
}
</style>