Shades of Deep Lilac #9142BB
Tints of Deep Lilac #9142BB
RGB
CMYK
RGB Variations
Color information
#9142BB (or 0x9142BB) is known color: Deep Lilac. HEX triplet: 91, 42 and BB. RGB value is (145,66,187). Sum of RGB (Red+Green+Blue) = 145+66+187=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #9142BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142BB is #6EBD44. Grayscale: #676767. Windows color (decimal): -7257413 or 12272273. OLE color: 12272273.
HSL color Cylindrical-coordinate representation of color #9142BB: hue angle of 279.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9142BB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 66 | 187 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.27 |
| HSL | 279.17º | 0.48% | 0.5% | - |
| HSV(B) | 279.17º | 0.65% | 0.73% | - |
| XYZ | 22.59 | 13.5 | 48.43 | - |
| YUV | 103.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 187 | 0.22 | 0.65 | 0 | 0.27 | 279.17 | 0.48 | 0.5 |
| Hex | 91 | 42 | BB | 16 | 41 | 0 | 1B | 117 | 30 | 32 |
| Octal | 221 | 102 | 273 | 26 | 101 | 0 | 33 | 427 | 60 | 62 |
| Binary | 10010001 | 1000010 | 10111011 | 10110 | 1000001 | 0 | 11011 | 100010111 | 110000 | 110010 |
Color Harmonies of #9142BB
Complementary color
Monochromatic Colors of #9142BB
Black with #9142BB
Text Example
Text Example
White with #9142BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142BB; }
p { color: rgb(145,66,187); }
H1.HeaderClassName
{
color: #9142BB;
}
.AnyTagClassName
{
color: #9142BB;
}
</style>
background-color css
<style>
a { background-color: #9142BB; }
a { background-color: rgb(145,66,187); }
div.DivClassName
{
background-color: #9142BB;
}
.BgClassName
{
background-color: #9142BB;
}
</style>
border-color css
<style>
span { border-color: #9142BB; }
span { border-color: rgb(145,66,187); }
td.TdClassName
{
border-color: #9142BB;
}
.TagClassName
{
border-color: #9142BB;
}
</style>