Shades of Deep Lilac #925AC2
Tints of Deep Lilac #925AC2
RGB
CMYK
RGB Variations
Color information
#925AC2 (or 0x925AC2) is known color: Deep Lilac. HEX triplet: 92, 5A and C2. RGB value is (146,90,194). Sum of RGB (Red+Green+Blue) = 146+90+194=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #925AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AC2 is #6DA53D. Grayscale: #767676. Windows color (decimal): -7185726 or 12737170. OLE color: 12737170.
HSL color Cylindrical-coordinate representation of color #925AC2: hue angle of 272.31º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #925AC2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 90 | 194 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.24 |
| HSL | 272.31º | 0.46% | 0.56% | - |
| HSV(B) | 272.31º | 0.54% | 0.76% | - |
| XYZ | 25.25 | 17.32 | 53.05 | - |
| YUV | 118.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 194 | 0.25 | 0.54 | 0 | 0.24 | 272.31 | 0.46 | 0.56 |
| Hex | 92 | 5A | C2 | 19 | 36 | 0 | 18 | 110 | 2E | 38 |
| Octal | 222 | 132 | 302 | 31 | 66 | 0 | 30 | 420 | 56 | 70 |
| Binary | 10010010 | 1011010 | 11000010 | 11001 | 110110 | 0 | 11000 | 100010000 | 101110 | 111000 |
Color Harmonies of #925AC2
Complementary color
Monochromatic Colors of #925AC2
Black with #925AC2
Text Example
Text Example
White with #925AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AC2; }
p { color: rgb(146,90,194); }
H1.HeaderClassName
{
color: #925AC2;
}
.AnyTagClassName
{
color: #925AC2;
}
</style>
background-color css
<style>
a { background-color: #925AC2; }
a { background-color: rgb(146,90,194); }
div.DivClassName
{
background-color: #925AC2;
}
.BgClassName
{
background-color: #925AC2;
}
</style>
border-color css
<style>
span { border-color: #925AC2; }
span { border-color: rgb(146,90,194); }
td.TdClassName
{
border-color: #925AC2;
}
.TagClassName
{
border-color: #925AC2;
}
</style>