Shades of Deep Lilac #9250AF
Tints of Deep Lilac #9250AF
RGB
CMYK
RGB Variations
Color information
#9250AF (or 0x9250AF) is known color: Deep Lilac. HEX triplet: 92, 50 and AF. RGB value is (146,80,175). Sum of RGB (Red+Green+Blue) = 146+80+175=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #9250AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9250AF is #6DAF50. Grayscale: #6E6E6E. Windows color (decimal): -7188305 or 11489426. OLE color: 11489426.
HSL color Cylindrical-coordinate representation of color #9250AF: hue angle of 281.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9250AF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 80 | 175 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.31 |
| HSL | 281.68º | 0.37% | 0.5% | - |
| HSV(B) | 281.68º | 0.54% | 0.69% | - |
| XYZ | 22.46 | 14.94 | 42.26 | - |
| YUV | 110.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 175 | 0.17 | 0.54 | 0 | 0.31 | 281.68 | 0.37 | 0.5 |
| Hex | 92 | 50 | AF | 11 | 36 | 0 | 1F | 11A | 25 | 32 |
| Octal | 222 | 120 | 257 | 21 | 66 | 0 | 37 | 432 | 45 | 62 |
| Binary | 10010010 | 1010000 | 10101111 | 10001 | 110110 | 0 | 11111 | 100011010 | 100101 | 110010 |
Color Harmonies of #9250AF
Complementary color
Monochromatic Colors of #9250AF
Black with #9250AF
Text Example
Text Example
White with #9250AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9250AF; }
p { color: rgb(146,80,175); }
H1.HeaderClassName
{
color: #9250AF;
}
.AnyTagClassName
{
color: #9250AF;
}
</style>
background-color css
<style>
a { background-color: #9250AF; }
a { background-color: rgb(146,80,175); }
div.DivClassName
{
background-color: #9250AF;
}
.BgClassName
{
background-color: #9250AF;
}
</style>
border-color css
<style>
span { border-color: #9250AF; }
span { border-color: rgb(146,80,175); }
td.TdClassName
{
border-color: #9250AF;
}
.TagClassName
{
border-color: #9250AF;
}
</style>