Shades of Deep Lilac #9151B2
Tints of Deep Lilac #9151B2
RGB
CMYK
RGB Variations
Color information
#9151B2 (or 0x9151B2) is known color: Deep Lilac. HEX triplet: 91, 51 and B2. RGB value is (145,81,178). Sum of RGB (Red+Green+Blue) = 145+81+178=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 178 - color contains mainly: blue. Hex color #9151B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9151B2 is #6EAE4D. Grayscale: #6E6E6E. Windows color (decimal): -7253582 or 11686289. OLE color: 11686289.
HSL color Cylindrical-coordinate representation of color #9151B2: hue angle of 279.59º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9151B2 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 81 | 178 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.30 |
| HSL | 279.59º | 0.39% | 0.51% | - |
| HSV(B) | 279.59º | 0.54% | 0.7% | - |
| XYZ | 22.66 | 15.12 | 43.84 | - |
| YUV | 111.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 178 | 0.19 | 0.54 | 0 | 0.30 | 279.59 | 0.39 | 0.51 |
| Hex | 91 | 51 | B2 | 13 | 36 | 0 | 1E | 118 | 27 | 33 |
| Octal | 221 | 121 | 262 | 23 | 66 | 0 | 36 | 430 | 47 | 63 |
| Binary | 10010001 | 1010001 | 10110010 | 10011 | 110110 | 0 | 11110 | 100011000 | 100111 | 110011 |
Color Harmonies of #9151B2
Complementary color
Monochromatic Colors of #9151B2
Black with #9151B2
Text Example
Text Example
White with #9151B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151B2; }
p { color: rgb(145,81,178); }
H1.HeaderClassName
{
color: #9151B2;
}
.AnyTagClassName
{
color: #9151B2;
}
</style>
background-color css
<style>
a { background-color: #9151B2; }
a { background-color: rgb(145,81,178); }
div.DivClassName
{
background-color: #9151B2;
}
.BgClassName
{
background-color: #9151B2;
}
</style>
border-color css
<style>
span { border-color: #9151B2; }
span { border-color: rgb(145,81,178); }
td.TdClassName
{
border-color: #9151B2;
}
.TagClassName
{
border-color: #9151B2;
}
</style>