Shades of Deep Lilac #9255BA
Tints of Deep Lilac #9255BA
RGB
CMYK
RGB Variations
Color information
#9255BA (or 0x9255BA) is known color: Deep Lilac. HEX triplet: 92, 55 and BA. RGB value is (146,85,186). Sum of RGB (Red+Green+Blue) = 146+85+186=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9255BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255BA is #6DAA45. Grayscale: #727272. Windows color (decimal): -7187014 or 12211602. OLE color: 12211602.
HSL color Cylindrical-coordinate representation of color #9255BA: hue angle of 276.24º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9255BA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 85 | 186 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.27 |
| HSL | 276.24º | 0.42% | 0.53% | - |
| HSV(B) | 276.24º | 0.54% | 0.73% | - |
| XYZ | 23.97 | 16.15 | 48.31 | - |
| YUV | 114.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 186 | 0.22 | 0.54 | 0 | 0.27 | 276.24 | 0.42 | 0.53 |
| Hex | 92 | 55 | BA | 16 | 36 | 0 | 1B | 114 | 2A | 35 |
| Octal | 222 | 125 | 272 | 26 | 66 | 0 | 33 | 424 | 52 | 65 |
| Binary | 10010010 | 1010101 | 10111010 | 10110 | 110110 | 0 | 11011 | 100010100 | 101010 | 110101 |
Color Harmonies of #9255BA
Complementary color
Monochromatic Colors of #9255BA
Black with #9255BA
Text Example
Text Example
White with #9255BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9255BA; }
p { color: rgb(146,85,186); }
H1.HeaderClassName
{
color: #9255BA;
}
.AnyTagClassName
{
color: #9255BA;
}
</style>
background-color css
<style>
a { background-color: #9255BA; }
a { background-color: rgb(146,85,186); }
div.DivClassName
{
background-color: #9255BA;
}
.BgClassName
{
background-color: #9255BA;
}
</style>
border-color css
<style>
span { border-color: #9255BA; }
span { border-color: rgb(146,85,186); }
td.TdClassName
{
border-color: #9255BA;
}
.TagClassName
{
border-color: #9255BA;
}
</style>