Shades of Deep Lilac #9152B0
Tints of Deep Lilac #9152B0
RGB
CMYK
RGB Variations
Color information
#9152B0 (or 0x9152B0) is known color: Deep Lilac. HEX triplet: 91, 52 and B0. RGB value is (145,82,176). Sum of RGB (Red+Green+Blue) = 145+82+176=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #9152B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9152B0 is #6EAD4F. Grayscale: #6F6F6F. Windows color (decimal): -7253328 or 11555473. OLE color: 11555473.
HSL color Cylindrical-coordinate representation of color #9152B0: hue angle of 280.21º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9152B0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 82 | 176 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.31 |
| HSL | 280.21º | 0.37% | 0.51% | - |
| HSV(B) | 280.21º | 0.53% | 0.69% | - |
| XYZ | 22.53 | 15.19 | 42.82 | - |
| YUV | 111.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 176 | 0.18 | 0.53 | 0 | 0.31 | 280.21 | 0.37 | 0.51 |
| Hex | 91 | 52 | B0 | 12 | 35 | 0 | 1F | 118 | 25 | 33 |
| Octal | 221 | 122 | 260 | 22 | 65 | 0 | 37 | 430 | 45 | 63 |
| Binary | 10010001 | 1010010 | 10110000 | 10010 | 110101 | 0 | 11111 | 100011000 | 100101 | 110011 |
Color Harmonies of #9152B0
Complementary color
Monochromatic Colors of #9152B0
Black with #9152B0
Text Example
Text Example
White with #9152B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152B0; }
p { color: rgb(145,82,176); }
H1.HeaderClassName
{
color: #9152B0;
}
.AnyTagClassName
{
color: #9152B0;
}
</style>
background-color css
<style>
a { background-color: #9152B0; }
a { background-color: rgb(145,82,176); }
div.DivClassName
{
background-color: #9152B0;
}
.BgClassName
{
background-color: #9152B0;
}
</style>
border-color css
<style>
span { border-color: #9152B0; }
span { border-color: rgb(145,82,176); }
td.TdClassName
{
border-color: #9152B0;
}
.TagClassName
{
border-color: #9152B0;
}
</style>