Shades of Deep Lilac #9260AE
Tints of Deep Lilac #9260AE
RGB
CMYK
RGB Variations
Color information
#9260AE (or 0x9260AE) is known color: Deep Lilac. HEX triplet: 92, 60 and AE. RGB value is (146,96,174). Sum of RGB (Red+Green+Blue) = 146+96+174=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #9260AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9260AE is #6D9F51. Grayscale: #777777. Windows color (decimal): -7184210 or 11427986. OLE color: 11427986.
HSL color Cylindrical-coordinate representation of color #9260AE: hue angle of 278.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9260AE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 96 | 174 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.32 |
| HSL | 278.46º | 0.33% | 0.53% | - |
| HSV(B) | 278.46º | 0.45% | 0.68% | - |
| XYZ | 23.68 | 17.53 | 42.18 | - |
| YUV | 119.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 174 | 0.16 | 0.45 | 0 | 0.32 | 278.46 | 0.33 | 0.53 |
| Hex | 92 | 60 | AE | 10 | 2D | 0 | 20 | 116 | 20 | 35 |
| Octal | 222 | 140 | 256 | 20 | 55 | 0 | 40 | 426 | 40 | 65 |
| Binary | 10010010 | 1100000 | 10101110 | 10000 | 101101 | 0 | 100000 | 100010110 | 100000 | 110101 |
Color Harmonies of #9260AE
Complementary color
Monochromatic Colors of #9260AE
Black with #9260AE
Text Example
Text Example
White with #9260AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9260AE; }
p { color: rgb(146,96,174); }
H1.HeaderClassName
{
color: #9260AE;
}
.AnyTagClassName
{
color: #9260AE;
}
</style>
background-color css
<style>
a { background-color: #9260AE; }
a { background-color: rgb(146,96,174); }
div.DivClassName
{
background-color: #9260AE;
}
.BgClassName
{
background-color: #9260AE;
}
</style>
border-color css
<style>
span { border-color: #9260AE; }
span { border-color: rgb(146,96,174); }
td.TdClassName
{
border-color: #9260AE;
}
.TagClassName
{
border-color: #9260AE;
}
</style>