Shades of Deep Lilac #9151B5
Tints of Deep Lilac #9151B5
RGB
CMYK
RGB Variations
Color information
#9151B5 (or 0x9151B5) is known color: Deep Lilac. HEX triplet: 91, 51 and B5. RGB value is (145,81,181). Sum of RGB (Red+Green+Blue) = 145+81+181=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #9151B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151B5 is #6EAE4A. Grayscale: #6F6F6F. Windows color (decimal): -7253579 or 11882897. OLE color: 11882897.
HSL color Cylindrical-coordinate representation of color #9151B5: hue angle of 278.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9151B5 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 81 | 181 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.29 |
| HSL | 278.4º | 0.4% | 0.51% | - |
| HSV(B) | 278.4º | 0.55% | 0.71% | - |
| XYZ | 22.96 | 15.24 | 45.45 | - |
| YUV | 111.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 181 | 0.20 | 0.55 | 0 | 0.29 | 278.4 | 0.4 | 0.51 |
| Hex | 91 | 51 | B5 | 14 | 37 | 0 | 1D | 116 | 28 | 33 |
| Octal | 221 | 121 | 265 | 24 | 67 | 0 | 35 | 426 | 50 | 63 |
| Binary | 10010001 | 1010001 | 10110101 | 10100 | 110111 | 0 | 11101 | 100010110 | 101000 | 110011 |
Color Harmonies of #9151B5
Complementary color
Monochromatic Colors of #9151B5
Black with #9151B5
Text Example
Text Example
White with #9151B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151B5; }
p { color: rgb(145,81,181); }
H1.HeaderClassName
{
color: #9151B5;
}
.AnyTagClassName
{
color: #9151B5;
}
</style>
background-color css
<style>
a { background-color: #9151B5; }
a { background-color: rgb(145,81,181); }
div.DivClassName
{
background-color: #9151B5;
}
.BgClassName
{
background-color: #9151B5;
}
</style>
border-color css
<style>
span { border-color: #9151B5; }
span { border-color: rgb(145,81,181); }
td.TdClassName
{
border-color: #9151B5;
}
.TagClassName
{
border-color: #9151B5;
}
</style>