Shades of Deep Lilac #9247BC
Tints of Deep Lilac #9247BC
RGB
CMYK
RGB Variations
Color information
#9247BC (or 0x9247BC) is known color: Deep Lilac. HEX triplet: 92, 47 and BC. RGB value is (146,71,188). Sum of RGB (Red+Green+Blue) = 146+71+188=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #9247BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9247BC is #6DB843. Grayscale: #6A6A6A. Windows color (decimal): -7190596 or 12339090. OLE color: 12339090.
HSL color Cylindrical-coordinate representation of color #9247BC: hue angle of 278.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9247BC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 71 | 188 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.26 |
| HSL | 278.46º | 0.47% | 0.51% | - |
| HSV(B) | 278.46º | 0.62% | 0.74% | - |
| XYZ | 23.18 | 14.25 | 49.11 | - |
| YUV | 106.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 188 | 0.22 | 0.62 | 0 | 0.26 | 278.46 | 0.47 | 0.51 |
| Hex | 92 | 47 | BC | 16 | 3E | 0 | 1A | 116 | 2F | 33 |
| Octal | 222 | 107 | 274 | 26 | 76 | 0 | 32 | 426 | 57 | 63 |
| Binary | 10010010 | 1000111 | 10111100 | 10110 | 111110 | 0 | 11010 | 100010110 | 101111 | 110011 |
Color Harmonies of #9247BC
Complementary color
Monochromatic Colors of #9247BC
Black with #9247BC
Text Example
Text Example
White with #9247BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9247BC; }
p { color: rgb(146,71,188); }
H1.HeaderClassName
{
color: #9247BC;
}
.AnyTagClassName
{
color: #9247BC;
}
</style>
background-color css
<style>
a { background-color: #9247BC; }
a { background-color: rgb(146,71,188); }
div.DivClassName
{
background-color: #9247BC;
}
.BgClassName
{
background-color: #9247BC;
}
</style>
border-color css
<style>
span { border-color: #9247BC; }
span { border-color: rgb(146,71,188); }
td.TdClassName
{
border-color: #9247BC;
}
.TagClassName
{
border-color: #9247BC;
}
</style>