Shades of Deep Lilac #925BC2
Tints of Deep Lilac #925BC2
RGB
CMYK
RGB Variations
Color information
#925BC2 (or 0x925BC2) is known color: Deep Lilac. HEX triplet: 92, 5B and C2. RGB value is (146,91,194). Sum of RGB (Red+Green+Blue) = 146+91+194=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #925BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BC2 is #6DA43D. Grayscale: #767676. Windows color (decimal): -7185470 or 12737426. OLE color: 12737426.
HSL color Cylindrical-coordinate representation of color #925BC2: hue angle of 272.04º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925BC2 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 91 | 194 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.24 |
| HSL | 272.04º | 0.46% | 0.56% | - |
| HSV(B) | 272.04º | 0.53% | 0.76% | - |
| XYZ | 25.33 | 17.49 | 53.08 | - |
| YUV | 119.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 194 | 0.25 | 0.53 | 0 | 0.24 | 272.04 | 0.46 | 0.56 |
| Hex | 92 | 5B | C2 | 19 | 35 | 0 | 18 | 110 | 2E | 38 |
| Octal | 222 | 133 | 302 | 31 | 65 | 0 | 30 | 420 | 56 | 70 |
| Binary | 10010010 | 1011011 | 11000010 | 11001 | 110101 | 0 | 11000 | 100010000 | 101110 | 111000 |
Color Harmonies of #925BC2
Complementary color
Monochromatic Colors of #925BC2
Black with #925BC2
Text Example
Text Example
White with #925BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BC2; }
p { color: rgb(146,91,194); }
H1.HeaderClassName
{
color: #925BC2;
}
.AnyTagClassName
{
color: #925BC2;
}
</style>
background-color css
<style>
a { background-color: #925BC2; }
a { background-color: rgb(146,91,194); }
div.DivClassName
{
background-color: #925BC2;
}
.BgClassName
{
background-color: #925BC2;
}
</style>
border-color css
<style>
span { border-color: #925BC2; }
span { border-color: rgb(146,91,194); }
td.TdClassName
{
border-color: #925BC2;
}
.TagClassName
{
border-color: #925BC2;
}
</style>