Shades of Deep Lilac #925BB9
Tints of Deep Lilac #925BB9
RGB
CMYK
RGB Variations
Color information
#925BB9 (or 0x925BB9) is known color: Deep Lilac. HEX triplet: 92, 5B and B9. RGB value is (146,91,185). Sum of RGB (Red+Green+Blue) = 146+91+185=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #925BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BB9 is #6DA446. Grayscale: #757575. Windows color (decimal): -7185479 or 12147602. OLE color: 12147602.
HSL color Cylindrical-coordinate representation of color #925BB9: hue angle of 275.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925BB9 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 91 | 185 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.27 |
| HSL | 275.11º | 0.4% | 0.54% | - |
| HSV(B) | 275.11º | 0.51% | 0.73% | - |
| XYZ | 24.35 | 17.1 | 47.92 | - |
| YUV | 118.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 185 | 0.21 | 0.51 | 0 | 0.27 | 275.11 | 0.4 | 0.54 |
| Hex | 92 | 5B | B9 | 15 | 33 | 0 | 1B | 113 | 28 | 36 |
| Octal | 222 | 133 | 271 | 25 | 63 | 0 | 33 | 423 | 50 | 66 |
| Binary | 10010010 | 1011011 | 10111001 | 10101 | 110011 | 0 | 11011 | 100010011 | 101000 | 110110 |
Color Harmonies of #925BB9
Complementary color
Monochromatic Colors of #925BB9
Black with #925BB9
Text Example
Text Example
White with #925BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BB9; }
p { color: rgb(146,91,185); }
H1.HeaderClassName
{
color: #925BB9;
}
.AnyTagClassName
{
color: #925BB9;
}
</style>
background-color css
<style>
a { background-color: #925BB9; }
a { background-color: rgb(146,91,185); }
div.DivClassName
{
background-color: #925BB9;
}
.BgClassName
{
background-color: #925BB9;
}
</style>
border-color css
<style>
span { border-color: #925BB9; }
span { border-color: rgb(146,91,185); }
td.TdClassName
{
border-color: #925BB9;
}
.TagClassName
{
border-color: #925BB9;
}
</style>