Shades of Deep Lilac #925DBB
Tints of Deep Lilac #925DBB
RGB
CMYK
RGB Variations
Color information
#925DBB (or 0x925DBB) is known color: Deep Lilac. HEX triplet: 92, 5D and BB. RGB value is (146,93,187). Sum of RGB (Red+Green+Blue) = 146+93+187=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #925DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DBB is #6DA244. Grayscale: #777777. Windows color (decimal): -7184965 or 12279186. OLE color: 12279186.
HSL color Cylindrical-coordinate representation of color #925DBB: hue angle of 273.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925DBB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 93 | 187 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.27 |
| HSL | 273.83º | 0.41% | 0.55% | - |
| HSV(B) | 273.83º | 0.5% | 0.73% | - |
| XYZ | 24.74 | 17.53 | 49.09 | - |
| YUV | 119.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 187 | 0.22 | 0.50 | 0 | 0.27 | 273.83 | 0.41 | 0.55 |
| Hex | 92 | 5D | BB | 16 | 32 | 0 | 1B | 112 | 29 | 37 |
| Octal | 222 | 135 | 273 | 26 | 62 | 0 | 33 | 422 | 51 | 67 |
| Binary | 10010010 | 1011101 | 10111011 | 10110 | 110010 | 0 | 11011 | 100010010 | 101001 | 110111 |
Color Harmonies of #925DBB
Complementary color
Monochromatic Colors of #925DBB
Black with #925DBB
Text Example
Text Example
White with #925DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DBB; }
p { color: rgb(146,93,187); }
H1.HeaderClassName
{
color: #925DBB;
}
.AnyTagClassName
{
color: #925DBB;
}
</style>
background-color css
<style>
a { background-color: #925DBB; }
a { background-color: rgb(146,93,187); }
div.DivClassName
{
background-color: #925DBB;
}
.BgClassName
{
background-color: #925DBB;
}
</style>
border-color css
<style>
span { border-color: #925DBB; }
span { border-color: rgb(146,93,187); }
td.TdClassName
{
border-color: #925DBB;
}
.TagClassName
{
border-color: #925DBB;
}
</style>