Shades of Deep Lilac #925BAC
Tints of Deep Lilac #925BAC
RGB
CMYK
RGB Variations
Color information
#925BAC (or 0x925BAC) is known color: Deep Lilac. HEX triplet: 92, 5B and AC. RGB value is (146,91,172). Sum of RGB (Red+Green+Blue) = 146+91+172=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #925BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAC is #6DA453. Grayscale: #747474. Windows color (decimal): -7185492 or 11295634. OLE color: 11295634.
HSL color Cylindrical-coordinate representation of color #925BAC: hue angle of 280.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #925BAC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 91 | 172 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.33 |
| HSL | 280.74º | 0.33% | 0.52% | - |
| HSV(B) | 280.74º | 0.47% | 0.67% | - |
| XYZ | 23.04 | 16.57 | 41.01 | - |
| YUV | 116.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 172 | 0.15 | 0.47 | 0 | 0.33 | 280.74 | 0.33 | 0.52 |
| Hex | 92 | 5B | AC | F | 2F | 0 | 21 | 119 | 21 | 34 |
| Octal | 222 | 133 | 254 | 17 | 57 | 0 | 41 | 431 | 41 | 64 |
| Binary | 10010010 | 1011011 | 10101100 | 1111 | 101111 | 0 | 100001 | 100011001 | 100001 | 110100 |
Color Harmonies of #925BAC
Complementary color
Monochromatic Colors of #925BAC
Black with #925BAC
Text Example
Text Example
White with #925BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BAC; }
p { color: rgb(146,91,172); }
H1.HeaderClassName
{
color: #925BAC;
}
.AnyTagClassName
{
color: #925BAC;
}
</style>
background-color css
<style>
a { background-color: #925BAC; }
a { background-color: rgb(146,91,172); }
div.DivClassName
{
background-color: #925BAC;
}
.BgClassName
{
background-color: #925BAC;
}
</style>
border-color css
<style>
span { border-color: #925BAC; }
span { border-color: rgb(146,91,172); }
td.TdClassName
{
border-color: #925BAC;
}
.TagClassName
{
border-color: #925BAC;
}
</style>