Shades of Deep Lilac #9240BC
Tints of Deep Lilac #9240BC
RGB
CMYK
RGB Variations
Color information
#9240BC (or 0x9240BC) is known color: Deep Lilac. HEX triplet: 92, 40 and BC. RGB value is (146,64,188). Sum of RGB (Red+Green+Blue) = 146+64+188=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #9240BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240BC is #6DBF43. Grayscale: #666666. Windows color (decimal): -7192388 or 12337298. OLE color: 12337298.
HSL color Cylindrical-coordinate representation of color #9240BC: hue angle of 279.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9240BC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 64 | 188 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.26 |
| HSL | 279.68º | 0.49% | 0.49% | - |
| HSV(B) | 279.68º | 0.66% | 0.74% | - |
| XYZ | 22.76 | 13.41 | 48.97 | - |
| YUV | 102.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 188 | 0.22 | 0.66 | 0 | 0.26 | 279.68 | 0.49 | 0.49 |
| Hex | 92 | 40 | BC | 16 | 42 | 0 | 1A | 118 | 31 | 31 |
| Octal | 222 | 100 | 274 | 26 | 102 | 0 | 32 | 430 | 61 | 61 |
| Binary | 10010010 | 1000000 | 10111100 | 10110 | 1000010 | 0 | 11010 | 100011000 | 110001 | 110001 |
Color Harmonies of #9240BC
Complementary color
Monochromatic Colors of #9240BC
Black with #9240BC
Text Example
Text Example
White with #9240BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9240BC; }
p { color: rgb(146,64,188); }
H1.HeaderClassName
{
color: #9240BC;
}
.AnyTagClassName
{
color: #9240BC;
}
</style>
background-color css
<style>
a { background-color: #9240BC; }
a { background-color: rgb(146,64,188); }
div.DivClassName
{
background-color: #9240BC;
}
.BgClassName
{
background-color: #9240BC;
}
</style>
border-color css
<style>
span { border-color: #9240BC; }
span { border-color: rgb(146,64,188); }
td.TdClassName
{
border-color: #9240BC;
}
.TagClassName
{
border-color: #9240BC;
}
</style>