Shades of Deep Lilac #9259B5
Tints of Deep Lilac #9259B5
RGB
CMYK
RGB Variations
Color information
#9259B5 (or 0x9259B5) is known color: Deep Lilac. HEX triplet: 92, 59 and B5. RGB value is (146,89,181). Sum of RGB (Red+Green+Blue) = 146+89+181=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #9259B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259B5 is #6DA64A. Grayscale: #747474. Windows color (decimal): -7185995 or 11884946. OLE color: 11884946.
HSL color Cylindrical-coordinate representation of color #9259B5: hue angle of 277.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9259B5 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 89 | 181 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.29 |
| HSL | 277.17º | 0.38% | 0.53% | - |
| HSV(B) | 277.17º | 0.51% | 0.71% | - |
| XYZ | 23.77 | 16.59 | 45.67 | - |
| YUV | 116.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 181 | 0.19 | 0.51 | 0 | 0.29 | 277.17 | 0.38 | 0.53 |
| Hex | 92 | 59 | B5 | 13 | 33 | 0 | 1D | 115 | 26 | 35 |
| Octal | 222 | 131 | 265 | 23 | 63 | 0 | 35 | 425 | 46 | 65 |
| Binary | 10010010 | 1011001 | 10110101 | 10011 | 110011 | 0 | 11101 | 100010101 | 100110 | 110101 |
Color Harmonies of #9259B5
Complementary color
Monochromatic Colors of #9259B5
Black with #9259B5
Text Example
Text Example
White with #9259B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259B5; }
p { color: rgb(146,89,181); }
H1.HeaderClassName
{
color: #9259B5;
}
.AnyTagClassName
{
color: #9259B5;
}
</style>
background-color css
<style>
a { background-color: #9259B5; }
a { background-color: rgb(146,89,181); }
div.DivClassName
{
background-color: #9259B5;
}
.BgClassName
{
background-color: #9259B5;
}
</style>
border-color css
<style>
span { border-color: #9259B5; }
span { border-color: rgb(146,89,181); }
td.TdClassName
{
border-color: #9259B5;
}
.TagClassName
{
border-color: #9259B5;
}
</style>