Shades of Deep Lilac #9251AF
Tints of Deep Lilac #9251AF
RGB
CMYK
RGB Variations
Color information
#9251AF (or 0x9251AF) is known color: Deep Lilac. HEX triplet: 92, 51 and AF. RGB value is (146,81,175). Sum of RGB (Red+Green+Blue) = 146+81+175=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #9251AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9251AF is #6DAE50. Grayscale: #6E6E6E. Windows color (decimal): -7188049 or 11489682. OLE color: 11489682.
HSL color Cylindrical-coordinate representation of color #9251AF: hue angle of 281.49º 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 #9251AF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 81 | 175 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.31 |
| HSL | 281.49º | 0.37% | 0.5% | - |
| HSV(B) | 281.49º | 0.54% | 0.69% | - |
| XYZ | 22.53 | 15.09 | 42.28 | - |
| YUV | 111.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 175 | 0.17 | 0.54 | 0 | 0.31 | 281.49 | 0.37 | 0.5 |
| Hex | 92 | 51 | AF | 11 | 36 | 0 | 1F | 119 | 25 | 32 |
| Octal | 222 | 121 | 257 | 21 | 66 | 0 | 37 | 431 | 45 | 62 |
| Binary | 10010010 | 1010001 | 10101111 | 10001 | 110110 | 0 | 11111 | 100011001 | 100101 | 110010 |
Color Harmonies of #9251AF
Complementary color
Monochromatic Colors of #9251AF
Black with #9251AF
Text Example
Text Example
White with #9251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251AF; }
p { color: rgb(146,81,175); }
H1.HeaderClassName
{
color: #9251AF;
}
.AnyTagClassName
{
color: #9251AF;
}
</style>
background-color css
<style>
a { background-color: #9251AF; }
a { background-color: rgb(146,81,175); }
div.DivClassName
{
background-color: #9251AF;
}
.BgClassName
{
background-color: #9251AF;
}
</style>
border-color css
<style>
span { border-color: #9251AF; }
span { border-color: rgb(146,81,175); }
td.TdClassName
{
border-color: #9251AF;
}
.TagClassName
{
border-color: #9251AF;
}
</style>