Shades of Deep Lilac #925BAB
Tints of Deep Lilac #925BAB
RGB
CMYK
RGB Variations
Color information
#925BAB (or 0x925BAB) is known color: Deep Lilac. HEX triplet: 92, 5B and AB. RGB value is (146,91,171). Sum of RGB (Red+Green+Blue) = 146+91+171=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #925BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAB is #6DA454. Grayscale: #747474. Windows color (decimal): -7185493 or 11230098. OLE color: 11230098.
HSL color Cylindrical-coordinate representation of color #925BAB: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #925BAB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 91 | 171 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.33 |
| HSL | 281.25º | 0.32% | 0.51% | - |
| HSV(B) | 281.25º | 0.47% | 0.67% | - |
| XYZ | 22.95 | 16.53 | 40.51 | - |
| YUV | 116.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 171 | 0.15 | 0.47 | 0 | 0.33 | 281.25 | 0.32 | 0.51 |
| Hex | 92 | 5B | AB | F | 2F | 0 | 21 | 119 | 20 | 33 |
| Octal | 222 | 133 | 253 | 17 | 57 | 0 | 41 | 431 | 40 | 63 |
| Binary | 10010010 | 1011011 | 10101011 | 1111 | 101111 | 0 | 100001 | 100011001 | 100000 | 110011 |
Color Harmonies of #925BAB
Complementary color
Monochromatic Colors of #925BAB
Black with #925BAB
Text Example
Text Example
White with #925BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BAB; }
p { color: rgb(146,91,171); }
H1.HeaderClassName
{
color: #925BAB;
}
.AnyTagClassName
{
color: #925BAB;
}
</style>
background-color css
<style>
a { background-color: #925BAB; }
a { background-color: rgb(146,91,171); }
div.DivClassName
{
background-color: #925BAB;
}
.BgClassName
{
background-color: #925BAB;
}
</style>
border-color css
<style>
span { border-color: #925BAB; }
span { border-color: rgb(146,91,171); }
td.TdClassName
{
border-color: #925BAB;
}
.TagClassName
{
border-color: #925BAB;
}
</style>