Shades of Deep Lilac #9250C6
Tints of Deep Lilac #9250C6
RGB
CMYK
RGB Variations
Color information
#9250C6 (or 0x9250C6) is known color: Deep Lilac. HEX triplet: 92, 50 and C6. RGB value is (146,80,198). Sum of RGB (Red+Green+Blue) = 146+80+198=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #9250C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250C6 is #6DAF39. Grayscale: #707070. Windows color (decimal): -7188282 or 12996754. OLE color: 12996754.
HSL color Cylindrical-coordinate representation of color #9250C6: hue angle of 273.56º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9250C6 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 80 | 198 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.22 |
| HSL | 273.56º | 0.51% | 0.55% | - |
| HSV(B) | 273.56º | 0.6% | 0.78% | - |
| XYZ | 24.92 | 15.93 | 55.19 | - |
| YUV | 113.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 198 | 0.26 | 0.60 | 0 | 0.22 | 273.56 | 0.51 | 0.55 |
| Hex | 92 | 50 | C6 | 1A | 3C | 0 | 16 | 112 | 33 | 37 |
| Octal | 222 | 120 | 306 | 32 | 74 | 0 | 26 | 422 | 63 | 67 |
| Binary | 10010010 | 1010000 | 11000110 | 11010 | 111100 | 0 | 10110 | 100010010 | 110011 | 110111 |
Color Harmonies of #9250C6
Complementary color
Monochromatic Colors of #9250C6
Black with #9250C6
Text Example
Text Example
White with #9250C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9250C6; }
p { color: rgb(146,80,198); }
H1.HeaderClassName
{
color: #9250C6;
}
.AnyTagClassName
{
color: #9250C6;
}
</style>
background-color css
<style>
a { background-color: #9250C6; }
a { background-color: rgb(146,80,198); }
div.DivClassName
{
background-color: #9250C6;
}
.BgClassName
{
background-color: #9250C6;
}
</style>
border-color css
<style>
span { border-color: #9250C6; }
span { border-color: rgb(146,80,198); }
td.TdClassName
{
border-color: #9250C6;
}
.TagClassName
{
border-color: #9250C6;
}
</style>