Shades of Deep Lilac #9241AC
Tints of Deep Lilac #9241AC
RGB
CMYK
RGB Variations
Color information
#9241AC (or 0x9241AC) is known color: Deep Lilac. HEX triplet: 92, 41 and AC. RGB value is (146,65,172). Sum of RGB (Red+Green+Blue) = 146+65+172=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #9241AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9241AC is #6DBE53. Grayscale: #656565. Windows color (decimal): -7192148 or 11288978. OLE color: 11288978.
HSL color Cylindrical-coordinate representation of color #9241AC: hue angle of 285.42º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9241AC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 65 | 172 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.33 |
| HSL | 285.42º | 0.45% | 0.46% | - |
| HSV(B) | 285.42º | 0.62% | 0.67% | - |
| XYZ | 21.19 | 12.87 | 40.4 | - |
| YUV | 101.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 172 | 0.15 | 0.62 | 0 | 0.33 | 285.42 | 0.45 | 0.46 |
| Hex | 92 | 41 | AC | F | 3E | 0 | 21 | 11D | 2D | 2E |
| Octal | 222 | 101 | 254 | 17 | 76 | 0 | 41 | 435 | 55 | 56 |
| Binary | 10010010 | 1000001 | 10101100 | 1111 | 111110 | 0 | 100001 | 100011101 | 101101 | 101110 |
Color Harmonies of #9241AC
Complementary color
Monochromatic Colors of #9241AC
Black with #9241AC
Text Example
Text Example
White with #9241AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9241AC; }
p { color: rgb(146,65,172); }
H1.HeaderClassName
{
color: #9241AC;
}
.AnyTagClassName
{
color: #9241AC;
}
</style>
background-color css
<style>
a { background-color: #9241AC; }
a { background-color: rgb(146,65,172); }
div.DivClassName
{
background-color: #9241AC;
}
.BgClassName
{
background-color: #9241AC;
}
</style>
border-color css
<style>
span { border-color: #9241AC; }
span { border-color: rgb(146,65,172); }
td.TdClassName
{
border-color: #9241AC;
}
.TagClassName
{
border-color: #9241AC;
}
</style>