Shades of Deep Lilac #925DBE
Tints of Deep Lilac #925DBE
RGB
CMYK
RGB Variations
Color information
#925DBE (or 0x925DBE) is known color: Deep Lilac. HEX triplet: 92, 5D and BE. RGB value is (146,93,190). Sum of RGB (Red+Green+Blue) = 146+93+190=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #925DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DBE is #6DA241. Grayscale: #777777. Windows color (decimal): -7184962 or 12475794. OLE color: 12475794.
HSL color Cylindrical-coordinate representation of color #925DBE: hue angle of 272.78º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925DBE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 93 | 190 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.25 |
| HSL | 272.78º | 0.43% | 0.55% | - |
| HSV(B) | 272.78º | 0.51% | 0.75% | - |
| XYZ | 25.06 | 17.66 | 50.8 | - |
| YUV | 119.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 190 | 0.23 | 0.51 | 0 | 0.25 | 272.78 | 0.43 | 0.55 |
| Hex | 92 | 5D | BE | 17 | 33 | 0 | 19 | 111 | 2B | 37 |
| Octal | 222 | 135 | 276 | 27 | 63 | 0 | 31 | 421 | 53 | 67 |
| Binary | 10010010 | 1011101 | 10111110 | 10111 | 110011 | 0 | 11001 | 100010001 | 101011 | 110111 |
Color Harmonies of #925DBE
Complementary color
Monochromatic Colors of #925DBE
Black with #925DBE
Text Example
Text Example
White with #925DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DBE; }
p { color: rgb(146,93,190); }
H1.HeaderClassName
{
color: #925DBE;
}
.AnyTagClassName
{
color: #925DBE;
}
</style>
background-color css
<style>
a { background-color: #925DBE; }
a { background-color: rgb(146,93,190); }
div.DivClassName
{
background-color: #925DBE;
}
.BgClassName
{
background-color: #925DBE;
}
</style>
border-color css
<style>
span { border-color: #925DBE; }
span { border-color: rgb(146,93,190); }
td.TdClassName
{
border-color: #925DBE;
}
.TagClassName
{
border-color: #925DBE;
}
</style>