Shades of Deep Lilac #9256A4
Tints of Deep Lilac #9256A4
RGB
CMYK
RGB Variations
Color information
#9256A4 (or 0x9256A4) is known color: Deep Lilac. HEX triplet: 92, 56 and A4. RGB value is (146,86,164). Sum of RGB (Red+Green+Blue) = 146+86+164=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #9256A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9256A4 is #6DA95B. Grayscale: #707070. Windows color (decimal): -7186780 or 10770066. OLE color: 10770066.
HSL color Cylindrical-coordinate representation of color #9256A4: hue angle of 286.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9256A4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 86 | 164 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.36 |
| HSL | 286.15º | 0.31% | 0.49% | - |
| HSV(B) | 286.15º | 0.48% | 0.64% | - |
| XYZ | 21.88 | 15.45 | 36.95 | - |
| YUV | 112.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 164 | 0.11 | 0.48 | 0 | 0.36 | 286.15 | 0.31 | 0.49 |
| Hex | 92 | 56 | A4 | B | 30 | 0 | 24 | 11E | 1F | 31 |
| Octal | 222 | 126 | 244 | 13 | 60 | 0 | 44 | 436 | 37 | 61 |
| Binary | 10010010 | 1010110 | 10100100 | 1011 | 110000 | 0 | 100100 | 100011110 | 11111 | 110001 |
Color Harmonies of #9256A4
Complementary color
Monochromatic Colors of #9256A4
Black with #9256A4
Text Example
Text Example
White with #9256A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256A4; }
p { color: rgb(146,86,164); }
H1.HeaderClassName
{
color: #9256A4;
}
.AnyTagClassName
{
color: #9256A4;
}
</style>
background-color css
<style>
a { background-color: #9256A4; }
a { background-color: rgb(146,86,164); }
div.DivClassName
{
background-color: #9256A4;
}
.BgClassName
{
background-color: #9256A4;
}
</style>
border-color css
<style>
span { border-color: #9256A4; }
span { border-color: rgb(146,86,164); }
td.TdClassName
{
border-color: #9256A4;
}
.TagClassName
{
border-color: #9256A4;
}
</style>