Shades of Deep Lilac #9254BC
Tints of Deep Lilac #9254BC
RGB
CMYK
RGB Variations
Color information
#9254BC (or 0x9254BC) is known color: Deep Lilac. HEX triplet: 92, 54 and BC. RGB value is (146,84,188). Sum of RGB (Red+Green+Blue) = 146+84+188=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #9254BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254BC is #6DAB43. Grayscale: #727272. Windows color (decimal): -7187268 or 12342418. OLE color: 12342418.
HSL color Cylindrical-coordinate representation of color #9254BC: hue angle of 275.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9254BC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 84 | 188 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.26 |
| HSL | 275.77º | 0.44% | 0.53% | - |
| HSV(B) | 275.77º | 0.55% | 0.74% | - |
| XYZ | 24.1 | 16.08 | 49.41 | - |
| YUV | 114.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 188 | 0.22 | 0.55 | 0 | 0.26 | 275.77 | 0.44 | 0.53 |
| Hex | 92 | 54 | BC | 16 | 37 | 0 | 1A | 114 | 2C | 35 |
| Octal | 222 | 124 | 274 | 26 | 67 | 0 | 32 | 424 | 54 | 65 |
| Binary | 10010010 | 1010100 | 10111100 | 10110 | 110111 | 0 | 11010 | 100010100 | 101100 | 110101 |
Color Harmonies of #9254BC
Complementary color
Monochromatic Colors of #9254BC
Black with #9254BC
Text Example
Text Example
White with #9254BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9254BC; }
p { color: rgb(146,84,188); }
H1.HeaderClassName
{
color: #9254BC;
}
.AnyTagClassName
{
color: #9254BC;
}
</style>
background-color css
<style>
a { background-color: #9254BC; }
a { background-color: rgb(146,84,188); }
div.DivClassName
{
background-color: #9254BC;
}
.BgClassName
{
background-color: #9254BC;
}
</style>
border-color css
<style>
span { border-color: #9254BC; }
span { border-color: rgb(146,84,188); }
td.TdClassName
{
border-color: #9254BC;
}
.TagClassName
{
border-color: #9254BC;
}
</style>