Shades of Deep Lilac #9247C8
Tints of Deep Lilac #9247C8
RGB
CMYK
RGB Variations
Color information
#9247C8 (or 0x9247C8) is known color: Deep Lilac. HEX triplet: 92, 47 and C8. RGB value is (146,71,200). Sum of RGB (Red+Green+Blue) = 146+71+200=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #9247C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9247C8 is #6DB837. Grayscale: #6B6B6B. Windows color (decimal): -7190584 or 13125522. OLE color: 13125522.
HSL color Cylindrical-coordinate representation of color #9247C8: hue angle of 274.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9247C8 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 71 | 200 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.22 |
| HSL | 274.88º | 0.54% | 0.53% | - |
| HSV(B) | 274.88º | 0.65% | 0.78% | - |
| XYZ | 24.53 | 14.79 | 56.2 | - |
| YUV | 108.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 200 | 0.27 | 0.64 | 0 | 0.22 | 274.88 | 0.54 | 0.53 |
| Hex | 92 | 47 | C8 | 1B | 40 | 0 | 16 | 113 | 36 | 35 |
| Octal | 222 | 107 | 310 | 33 | 100 | 0 | 26 | 423 | 66 | 65 |
| Binary | 10010010 | 1000111 | 11001000 | 11011 | 1000000 | 0 | 10110 | 100010011 | 110110 | 110101 |
Color Harmonies of #9247C8
Complementary color
Monochromatic Colors of #9247C8
Black with #9247C8
Text Example
Text Example
White with #9247C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9247C8; }
p { color: rgb(146,71,200); }
H1.HeaderClassName
{
color: #9247C8;
}
.AnyTagClassName
{
color: #9247C8;
}
</style>
background-color css
<style>
a { background-color: #9247C8; }
a { background-color: rgb(146,71,200); }
div.DivClassName
{
background-color: #9247C8;
}
.BgClassName
{
background-color: #9247C8;
}
</style>
border-color css
<style>
span { border-color: #9247C8; }
span { border-color: rgb(146,71,200); }
td.TdClassName
{
border-color: #9247C8;
}
.TagClassName
{
border-color: #9247C8;
}
</style>