Shades of Deep Lilac #9142B9
Tints of Deep Lilac #9142B9
RGB
CMYK
RGB Variations
Color information
#9142B9 (or 0x9142B9) is known color: Deep Lilac. HEX triplet: 91, 42 and B9. RGB value is (145,66,185). Sum of RGB (Red+Green+Blue) = 145+66+185=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #9142B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142B9 is #6EBD46. Grayscale: #666666. Windows color (decimal): -7257415 or 12141201. OLE color: 12141201.
HSL color Cylindrical-coordinate representation of color #9142B9: hue angle of 279.83º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9142B9 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 66 | 185 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.27 |
| HSL | 279.83º | 0.47% | 0.49% | - |
| HSV(B) | 279.83º | 0.64% | 0.73% | - |
| XYZ | 22.38 | 13.42 | 47.31 | - |
| YUV | 103.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 185 | 0.22 | 0.64 | 0 | 0.27 | 279.83 | 0.47 | 0.49 |
| Hex | 91 | 42 | B9 | 16 | 40 | 0 | 1B | 118 | 2F | 31 |
| Octal | 221 | 102 | 271 | 26 | 100 | 0 | 33 | 430 | 57 | 61 |
| Binary | 10010001 | 1000010 | 10111001 | 10110 | 1000000 | 0 | 11011 | 100011000 | 101111 | 110001 |
Color Harmonies of #9142B9
Complementary color
Monochromatic Colors of #9142B9
Black with #9142B9
Text Example
Text Example
White with #9142B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142B9; }
p { color: rgb(145,66,185); }
H1.HeaderClassName
{
color: #9142B9;
}
.AnyTagClassName
{
color: #9142B9;
}
</style>
background-color css
<style>
a { background-color: #9142B9; }
a { background-color: rgb(145,66,185); }
div.DivClassName
{
background-color: #9142B9;
}
.BgClassName
{
background-color: #9142B9;
}
</style>
border-color css
<style>
span { border-color: #9142B9; }
span { border-color: rgb(145,66,185); }
td.TdClassName
{
border-color: #9142B9;
}
.TagClassName
{
border-color: #9142B9;
}
</style>