Shades of Deep Lilac #9142BA
Tints of Deep Lilac #9142BA
RGB
CMYK
RGB Variations
Color information
#9142BA (or 0x9142BA) is known color: Deep Lilac. HEX triplet: 91, 42 and BA. RGB value is (145,66,186). Sum of RGB (Red+Green+Blue) = 145+66+186=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #9142BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142BA is #6EBD45. Grayscale: #666666. Windows color (decimal): -7257414 or 12206737. OLE color: 12206737.
HSL color Cylindrical-coordinate representation of color #9142BA: hue angle of 279.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9142BA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 66 | 186 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.27 |
| HSL | 279.5º | 0.48% | 0.49% | - |
| HSV(B) | 279.5º | 0.65% | 0.73% | - |
| XYZ | 22.49 | 13.46 | 47.87 | - |
| YUV | 103.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 186 | 0.22 | 0.65 | 0 | 0.27 | 279.5 | 0.48 | 0.49 |
| Hex | 91 | 42 | BA | 16 | 41 | 0 | 1B | 118 | 30 | 31 |
| Octal | 221 | 102 | 272 | 26 | 101 | 0 | 33 | 430 | 60 | 61 |
| Binary | 10010001 | 1000010 | 10111010 | 10110 | 1000001 | 0 | 11011 | 100011000 | 110000 | 110001 |
Color Harmonies of #9142BA
Complementary color
Monochromatic Colors of #9142BA
Black with #9142BA
Text Example
Text Example
White with #9142BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142BA; }
p { color: rgb(145,66,186); }
H1.HeaderClassName
{
color: #9142BA;
}
.AnyTagClassName
{
color: #9142BA;
}
</style>
background-color css
<style>
a { background-color: #9142BA; }
a { background-color: rgb(145,66,186); }
div.DivClassName
{
background-color: #9142BA;
}
.BgClassName
{
background-color: #9142BA;
}
</style>
border-color css
<style>
span { border-color: #9142BA; }
span { border-color: rgb(145,66,186); }
td.TdClassName
{
border-color: #9142BA;
}
.TagClassName
{
border-color: #9142BA;
}
</style>