Shades of Deep Lilac #9254C1
Tints of Deep Lilac #9254C1
RGB
CMYK
RGB Variations
Color information
#9254C1 (or 0x9254C1) is known color: Deep Lilac. HEX triplet: 92, 54 and C1. RGB value is (146,84,193). Sum of RGB (Red+Green+Blue) = 146+84+193=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #9254C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254C1 is #6DAB3E. Grayscale: #727272. Windows color (decimal): -7187263 or 12670098. OLE color: 12670098.
HSL color Cylindrical-coordinate representation of color #9254C1: hue angle of 274.13º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9254C1 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 84 | 193 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.24 |
| HSL | 274.13º | 0.47% | 0.54% | - |
| HSV(B) | 274.13º | 0.56% | 0.76% | - |
| XYZ | 24.65 | 16.3 | 52.3 | - |
| YUV | 114.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 193 | 0.24 | 0.56 | 0 | 0.24 | 274.13 | 0.47 | 0.54 |
| Hex | 92 | 54 | C1 | 18 | 38 | 0 | 18 | 112 | 2F | 36 |
| Octal | 222 | 124 | 301 | 30 | 70 | 0 | 30 | 422 | 57 | 66 |
| Binary | 10010010 | 1010100 | 11000001 | 11000 | 111000 | 0 | 11000 | 100010010 | 101111 | 110110 |
Color Harmonies of #9254C1
Complementary color
Monochromatic Colors of #9254C1
Black with #9254C1
Text Example
Text Example
White with #9254C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9254C1; }
p { color: rgb(146,84,193); }
H1.HeaderClassName
{
color: #9254C1;
}
.AnyTagClassName
{
color: #9254C1;
}
</style>
background-color css
<style>
a { background-color: #9254C1; }
a { background-color: rgb(146,84,193); }
div.DivClassName
{
background-color: #9254C1;
}
.BgClassName
{
background-color: #9254C1;
}
</style>
border-color css
<style>
span { border-color: #9254C1; }
span { border-color: rgb(146,84,193); }
td.TdClassName
{
border-color: #9254C1;
}
.TagClassName
{
border-color: #9254C1;
}
</style>