Shades of Deep Lilac #9243BC
Tints of Deep Lilac #9243BC
RGB
CMYK
RGB Variations
Color information
#9243BC (or 0x9243BC) is known color: Deep Lilac. HEX triplet: 92, 43 and BC. RGB value is (146,67,188). Sum of RGB (Red+Green+Blue) = 146+67+188=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #9243BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243BC is #6DBC43. Grayscale: #686868. Windows color (decimal): -7191620 or 12338066. OLE color: 12338066.
HSL color Cylindrical-coordinate representation of color #9243BC: hue angle of 279.17º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9243BC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 67 | 188 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.26 |
| HSL | 279.17º | 0.47% | 0.5% | - |
| HSV(B) | 279.17º | 0.64% | 0.74% | - |
| XYZ | 22.94 | 13.76 | 49.02 | - |
| YUV | 104.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 188 | 0.22 | 0.64 | 0 | 0.26 | 279.17 | 0.47 | 0.5 |
| Hex | 92 | 43 | BC | 16 | 40 | 0 | 1A | 117 | 2F | 32 |
| Octal | 222 | 103 | 274 | 26 | 100 | 0 | 32 | 427 | 57 | 62 |
| Binary | 10010010 | 1000011 | 10111100 | 10110 | 1000000 | 0 | 11010 | 100010111 | 101111 | 110010 |
Color Harmonies of #9243BC
Complementary color
Monochromatic Colors of #9243BC
Black with #9243BC
Text Example
Text Example
White with #9243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243BC; }
p { color: rgb(146,67,188); }
H1.HeaderClassName
{
color: #9243BC;
}
.AnyTagClassName
{
color: #9243BC;
}
</style>
background-color css
<style>
a { background-color: #9243BC; }
a { background-color: rgb(146,67,188); }
div.DivClassName
{
background-color: #9243BC;
}
.BgClassName
{
background-color: #9243BC;
}
</style>
border-color css
<style>
span { border-color: #9243BC; }
span { border-color: rgb(146,67,188); }
td.TdClassName
{
border-color: #9243BC;
}
.TagClassName
{
border-color: #9243BC;
}
</style>