Shades of Deep Lilac #925DC0
Tints of Deep Lilac #925DC0
RGB
CMYK
RGB Variations
Color information
#925DC0 (or 0x925DC0) is known color: Deep Lilac. HEX triplet: 92, 5D and C0. RGB value is (146,93,192). Sum of RGB (Red+Green+Blue) = 146+93+192=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #925DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DC0 is #6DA23F. Grayscale: #777777. Windows color (decimal): -7184960 or 12606866. OLE color: 12606866.
HSL color Cylindrical-coordinate representation of color #925DC0: hue angle of 272.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #925DC0 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 93 | 192 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.25 |
| HSL | 272.12º | 0.44% | 0.56% | - |
| HSV(B) | 272.12º | 0.52% | 0.75% | - |
| XYZ | 25.28 | 17.75 | 51.96 | - |
| YUV | 120.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 192 | 0.24 | 0.52 | 0 | 0.25 | 272.12 | 0.44 | 0.56 |
| Hex | 92 | 5D | C0 | 18 | 34 | 0 | 19 | 110 | 2C | 38 |
| Octal | 222 | 135 | 300 | 30 | 64 | 0 | 31 | 420 | 54 | 70 |
| Binary | 10010010 | 1011101 | 11000000 | 11000 | 110100 | 0 | 11001 | 100010000 | 101100 | 111000 |
Color Harmonies of #925DC0
Complementary color
Monochromatic Colors of #925DC0
Black with #925DC0
Text Example
Text Example
White with #925DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DC0; }
p { color: rgb(146,93,192); }
H1.HeaderClassName
{
color: #925DC0;
}
.AnyTagClassName
{
color: #925DC0;
}
</style>
background-color css
<style>
a { background-color: #925DC0; }
a { background-color: rgb(146,93,192); }
div.DivClassName
{
background-color: #925DC0;
}
.BgClassName
{
background-color: #925DC0;
}
</style>
border-color css
<style>
span { border-color: #925DC0; }
span { border-color: rgb(146,93,192); }
td.TdClassName
{
border-color: #925DC0;
}
.TagClassName
{
border-color: #925DC0;
}
</style>