Shades of Deep Lilac #925BAA
Tints of Deep Lilac #925BAA
RGB
CMYK
RGB Variations
Color information
#925BAA (or 0x925BAA) is known color: Deep Lilac. HEX triplet: 92, 5B and AA. RGB value is (146,91,170). Sum of RGB (Red+Green+Blue) = 146+91+170=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #925BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAA is #6DA455. Grayscale: #747474. Windows color (decimal): -7185494 or 11164562. OLE color: 11164562.
HSL color Cylindrical-coordinate representation of color #925BAA: hue angle of 281.77º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #925BAA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 91 | 170 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.33 |
| HSL | 281.77º | 0.32% | 0.51% | - |
| HSV(B) | 281.77º | 0.46% | 0.67% | - |
| XYZ | 22.85 | 16.5 | 40.01 | - |
| YUV | 116.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 170 | 0.14 | 0.46 | 0 | 0.33 | 281.77 | 0.32 | 0.51 |
| Hex | 92 | 5B | AA | E | 2E | 0 | 21 | 11A | 20 | 33 |
| Octal | 222 | 133 | 252 | 16 | 56 | 0 | 41 | 432 | 40 | 63 |
| Binary | 10010010 | 1011011 | 10101010 | 1110 | 101110 | 0 | 100001 | 100011010 | 100000 | 110011 |
Color Harmonies of #925BAA
Complementary color
Monochromatic Colors of #925BAA
Black with #925BAA
Text Example
Text Example
White with #925BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BAA; }
p { color: rgb(146,91,170); }
H1.HeaderClassName
{
color: #925BAA;
}
.AnyTagClassName
{
color: #925BAA;
}
</style>
background-color css
<style>
a { background-color: #925BAA; }
a { background-color: rgb(146,91,170); }
div.DivClassName
{
background-color: #925BAA;
}
.BgClassName
{
background-color: #925BAA;
}
</style>
border-color css
<style>
span { border-color: #925BAA; }
span { border-color: rgb(146,91,170); }
td.TdClassName
{
border-color: #925BAA;
}
.TagClassName
{
border-color: #925BAA;
}
</style>