Shades of Deep Lilac #9260AF
Tints of Deep Lilac #9260AF
RGB
CMYK
RGB Variations
Color information
#9260AF (or 0x9260AF) is known color: Deep Lilac. HEX triplet: 92, 60 and AF. RGB value is (146,96,175). Sum of RGB (Red+Green+Blue) = 146+96+175=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9260AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9260AF is #6D9F50. Grayscale: #777777. Windows color (decimal): -7184209 or 11493522. OLE color: 11493522.
HSL color Cylindrical-coordinate representation of color #9260AF: hue angle of 277.97º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9260AF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 96 | 175 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.31 |
| HSL | 277.97º | 0.33% | 0.53% | - |
| HSV(B) | 277.97º | 0.45% | 0.69% | - |
| XYZ | 23.77 | 17.57 | 42.7 | - |
| YUV | 119.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 175 | 0.17 | 0.45 | 0 | 0.31 | 277.97 | 0.33 | 0.53 |
| Hex | 92 | 60 | AF | 11 | 2D | 0 | 1F | 116 | 21 | 35 |
| Octal | 222 | 140 | 257 | 21 | 55 | 0 | 37 | 426 | 41 | 65 |
| Binary | 10010010 | 1100000 | 10101111 | 10001 | 101101 | 0 | 11111 | 100010110 | 100001 | 110101 |
Color Harmonies of #9260AF
Complementary color
Monochromatic Colors of #9260AF
Black with #9260AF
Text Example
Text Example
White with #9260AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9260AF; }
p { color: rgb(146,96,175); }
H1.HeaderClassName
{
color: #9260AF;
}
.AnyTagClassName
{
color: #9260AF;
}
</style>
background-color css
<style>
a { background-color: #9260AF; }
a { background-color: rgb(146,96,175); }
div.DivClassName
{
background-color: #9260AF;
}
.BgClassName
{
background-color: #9260AF;
}
</style>
border-color css
<style>
span { border-color: #9260AF; }
span { border-color: rgb(146,96,175); }
td.TdClassName
{
border-color: #9260AF;
}
.TagClassName
{
border-color: #9260AF;
}
</style>