Shades of Deep Lilac #9154B7
Tints of Deep Lilac #9154B7
RGB
CMYK
RGB Variations
Color information
#9154B7 (or 0x9154B7) is known color: Deep Lilac. HEX triplet: 91, 54 and B7. RGB value is (145,84,183). Sum of RGB (Red+Green+Blue) = 145+84+183=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #9154B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9154B7 is #6EAB48. Grayscale: #717171. Windows color (decimal): -7252809 or 12014737. OLE color: 12014737.
HSL color Cylindrical-coordinate representation of color #9154B7: hue angle of 276.97º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9154B7 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 84 | 183 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.28 |
| HSL | 276.97º | 0.41% | 0.52% | - |
| HSV(B) | 276.97º | 0.54% | 0.72% | - |
| XYZ | 23.39 | 15.78 | 46.61 | - |
| YUV | 113.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 183 | 0.21 | 0.54 | 0 | 0.28 | 276.97 | 0.41 | 0.52 |
| Hex | 91 | 54 | B7 | 15 | 36 | 0 | 1C | 115 | 29 | 34 |
| Octal | 221 | 124 | 267 | 25 | 66 | 0 | 34 | 425 | 51 | 64 |
| Binary | 10010001 | 1010100 | 10110111 | 10101 | 110110 | 0 | 11100 | 100010101 | 101001 | 110100 |
Color Harmonies of #9154B7
Complementary color
Monochromatic Colors of #9154B7
Black with #9154B7
Text Example
Text Example
White with #9154B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154B7; }
p { color: rgb(145,84,183); }
H1.HeaderClassName
{
color: #9154B7;
}
.AnyTagClassName
{
color: #9154B7;
}
</style>
background-color css
<style>
a { background-color: #9154B7; }
a { background-color: rgb(145,84,183); }
div.DivClassName
{
background-color: #9154B7;
}
.BgClassName
{
background-color: #9154B7;
}
</style>
border-color css
<style>
span { border-color: #9154B7; }
span { border-color: rgb(145,84,183); }
td.TdClassName
{
border-color: #9154B7;
}
.TagClassName
{
border-color: #9154B7;
}
</style>