Shades of Deep Lilac #925BA5
Tints of Deep Lilac #925BA5
RGB
CMYK
RGB Variations
Color information
#925BA5 (or 0x925BA5) is known color: Deep Lilac. HEX triplet: 92, 5B and A5. RGB value is (146,91,165). Sum of RGB (Red+Green+Blue) = 146+91+165=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #925BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BA5 is #6DA45A. Grayscale: #737373. Windows color (decimal): -7185499 or 10836882. OLE color: 10836882.
HSL color Cylindrical-coordinate representation of color #925BA5: hue angle of 284.59º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925BA5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 91 | 165 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.35 |
| HSL | 284.59º | 0.29% | 0.5% | - |
| HSV(B) | 284.59º | 0.45% | 0.65% | - |
| XYZ | 22.39 | 16.31 | 37.57 | - |
| YUV | 115.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 165 | 0.12 | 0.45 | 0 | 0.35 | 284.59 | 0.29 | 0.5 |
| Hex | 92 | 5B | A5 | C | 2D | 0 | 23 | 11D | 1D | 32 |
| Octal | 222 | 133 | 245 | 14 | 55 | 0 | 43 | 435 | 35 | 62 |
| Binary | 10010010 | 1011011 | 10100101 | 1100 | 101101 | 0 | 100011 | 100011101 | 11101 | 110010 |
Color Harmonies of #925BA5
Complementary color
Monochromatic Colors of #925BA5
Black with #925BA5
Text Example
Text Example
White with #925BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BA5; }
p { color: rgb(146,91,165); }
H1.HeaderClassName
{
color: #925BA5;
}
.AnyTagClassName
{
color: #925BA5;
}
</style>
background-color css
<style>
a { background-color: #925BA5; }
a { background-color: rgb(146,91,165); }
div.DivClassName
{
background-color: #925BA5;
}
.BgClassName
{
background-color: #925BA5;
}
</style>
border-color css
<style>
span { border-color: #925BA5; }
span { border-color: rgb(146,91,165); }
td.TdClassName
{
border-color: #925BA5;
}
.TagClassName
{
border-color: #925BA5;
}
</style>