Shades of Deep Lilac #9241AB
Tints of Deep Lilac #9241AB
RGB
CMYK
RGB Variations
Color information
#9241AB (or 0x9241AB) is known color: Deep Lilac. HEX triplet: 92, 41 and AB. RGB value is (146,65,171). Sum of RGB (Red+Green+Blue) = 146+65+171=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #9241AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9241AB is #6DBE54. Grayscale: #646464. Windows color (decimal): -7192149 or 11223442. OLE color: 11223442.
HSL color Cylindrical-coordinate representation of color #9241AB: hue angle of 285.85º 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 #9241AB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 65 | 171 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.33 |
| HSL | 285.85º | 0.45% | 0.46% | - |
| HSV(B) | 285.85º | 0.62% | 0.67% | - |
| XYZ | 21.1 | 12.83 | 39.89 | - |
| YUV | 101.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 171 | 0.15 | 0.62 | 0 | 0.33 | 285.85 | 0.45 | 0.46 |
| Hex | 92 | 41 | AB | F | 3E | 0 | 21 | 11E | 2D | 2E |
| Octal | 222 | 101 | 253 | 17 | 76 | 0 | 41 | 436 | 55 | 56 |
| Binary | 10010010 | 1000001 | 10101011 | 1111 | 111110 | 0 | 100001 | 100011110 | 101101 | 101110 |
Color Harmonies of #9241AB
Complementary color
Monochromatic Colors of #9241AB
Black with #9241AB
Text Example
Text Example
White with #9241AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9241AB; }
p { color: rgb(146,65,171); }
H1.HeaderClassName
{
color: #9241AB;
}
.AnyTagClassName
{
color: #9241AB;
}
</style>
background-color css
<style>
a { background-color: #9241AB; }
a { background-color: rgb(146,65,171); }
div.DivClassName
{
background-color: #9241AB;
}
.BgClassName
{
background-color: #9241AB;
}
</style>
border-color css
<style>
span { border-color: #9241AB; }
span { border-color: rgb(146,65,171); }
td.TdClassName
{
border-color: #9241AB;
}
.TagClassName
{
border-color: #9241AB;
}
</style>