Shades of Deep Lilac #925ABA
Tints of Deep Lilac #925ABA
RGB
CMYK
RGB Variations
Color information
#925ABA (or 0x925ABA) is known color: Deep Lilac. HEX triplet: 92, 5A and BA. RGB value is (146,90,186). Sum of RGB (Red+Green+Blue) = 146+90+186=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #925ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ABA is #6DA545. Grayscale: #757575. Windows color (decimal): -7185734 or 12212882. OLE color: 12212882.
HSL color Cylindrical-coordinate representation of color #925ABA: hue angle of 275º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #925ABA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 90 | 186 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.27 |
| HSL | 275º | 0.41% | 0.54% | - |
| HSV(B) | 275º | 0.52% | 0.73% | - |
| XYZ | 24.37 | 16.97 | 48.45 | - |
| YUV | 117.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 186 | 0.22 | 0.52 | 0 | 0.27 | 275 | 0.41 | 0.54 |
| Hex | 92 | 5A | BA | 16 | 34 | 0 | 1B | 113 | 29 | 36 |
| Octal | 222 | 132 | 272 | 26 | 64 | 0 | 33 | 423 | 51 | 66 |
| Binary | 10010010 | 1011010 | 10111010 | 10110 | 110100 | 0 | 11011 | 100010011 | 101001 | 110110 |
Color Harmonies of #925ABA
Complementary color
Monochromatic Colors of #925ABA
Black with #925ABA
Text Example
Text Example
White with #925ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925ABA; }
p { color: rgb(146,90,186); }
H1.HeaderClassName
{
color: #925ABA;
}
.AnyTagClassName
{
color: #925ABA;
}
</style>
background-color css
<style>
a { background-color: #925ABA; }
a { background-color: rgb(146,90,186); }
div.DivClassName
{
background-color: #925ABA;
}
.BgClassName
{
background-color: #925ABA;
}
</style>
border-color css
<style>
span { border-color: #925ABA; }
span { border-color: rgb(146,90,186); }
td.TdClassName
{
border-color: #925ABA;
}
.TagClassName
{
border-color: #925ABA;
}
</style>