Shades of Deep Lilac #9245BC
Tints of Deep Lilac #9245BC
RGB
CMYK
RGB Variations
Color information
#9245BC (or 0x9245BC) is known color: Deep Lilac. HEX triplet: 92, 45 and BC. RGB value is (146,69,188). Sum of RGB (Red+Green+Blue) = 146+69+188=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #9245BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9245BC is #6DBA43. Grayscale: #696969. Windows color (decimal): -7191108 or 12338578. OLE color: 12338578.
HSL color Cylindrical-coordinate representation of color #9245BC: hue angle of 278.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9245BC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 69 | 188 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.26 |
| HSL | 278.82º | 0.47% | 0.5% | - |
| HSV(B) | 278.82º | 0.63% | 0.74% | - |
| XYZ | 23.06 | 14 | 49.06 | - |
| YUV | 105.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 188 | 0.22 | 0.63 | 0 | 0.26 | 278.82 | 0.47 | 0.5 |
| Hex | 92 | 45 | BC | 16 | 3F | 0 | 1A | 117 | 2F | 32 |
| Octal | 222 | 105 | 274 | 26 | 77 | 0 | 32 | 427 | 57 | 62 |
| Binary | 10010010 | 1000101 | 10111100 | 10110 | 111111 | 0 | 11010 | 100010111 | 101111 | 110010 |
Color Harmonies of #9245BC
Complementary color
Monochromatic Colors of #9245BC
Black with #9245BC
Text Example
Text Example
White with #9245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9245BC; }
p { color: rgb(146,69,188); }
H1.HeaderClassName
{
color: #9245BC;
}
.AnyTagClassName
{
color: #9245BC;
}
</style>
background-color css
<style>
a { background-color: #9245BC; }
a { background-color: rgb(146,69,188); }
div.DivClassName
{
background-color: #9245BC;
}
.BgClassName
{
background-color: #9245BC;
}
</style>
border-color css
<style>
span { border-color: #9245BC; }
span { border-color: rgb(146,69,188); }
td.TdClassName
{
border-color: #9245BC;
}
.TagClassName
{
border-color: #9245BC;
}
</style>