Shades of Deep Lilac #9257C6
Tints of Deep Lilac #9257C6
RGB
CMYK
RGB Variations
Color information
#9257C6 (or 0x9257C6) is known color: Deep Lilac. HEX triplet: 92, 57 and C6. RGB value is (146,87,198). Sum of RGB (Red+Green+Blue) = 146+87+198=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #9257C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257C6 is #6DA839. Grayscale: #747474. Windows color (decimal): -7186490 or 12998546. OLE color: 12998546.
HSL color Cylindrical-coordinate representation of color #9257C6: hue angle of 271.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9257C6 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 87 | 198 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.22 |
| HSL | 271.89º | 0.49% | 0.56% | - |
| HSV(B) | 271.89º | 0.56% | 0.78% | - |
| XYZ | 25.46 | 17 | 55.37 | - |
| YUV | 117.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 198 | 0.26 | 0.56 | 0 | 0.22 | 271.89 | 0.49 | 0.56 |
| Hex | 92 | 57 | C6 | 1A | 38 | 0 | 16 | 110 | 31 | 38 |
| Octal | 222 | 127 | 306 | 32 | 70 | 0 | 26 | 420 | 61 | 70 |
| Binary | 10010010 | 1010111 | 11000110 | 11010 | 111000 | 0 | 10110 | 100010000 | 110001 | 111000 |
Color Harmonies of #9257C6
Complementary color
Monochromatic Colors of #9257C6
Black with #9257C6
Text Example
Text Example
White with #9257C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9257C6; }
p { color: rgb(146,87,198); }
H1.HeaderClassName
{
color: #9257C6;
}
.AnyTagClassName
{
color: #9257C6;
}
</style>
background-color css
<style>
a { background-color: #9257C6; }
a { background-color: rgb(146,87,198); }
div.DivClassName
{
background-color: #9257C6;
}
.BgClassName
{
background-color: #9257C6;
}
</style>
border-color css
<style>
span { border-color: #9257C6; }
span { border-color: rgb(146,87,198); }
td.TdClassName
{
border-color: #9257C6;
}
.TagClassName
{
border-color: #9257C6;
}
</style>