Shades of Deep Lilac #9152BC
Tints of Deep Lilac #9152BC
RGB
CMYK
RGB Variations
Color information
#9152BC (or 0x9152BC) is known color: Deep Lilac. HEX triplet: 91, 52 and BC. RGB value is (145,82,188). Sum of RGB (Red+Green+Blue) = 145+82+188=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #9152BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152BC is #6EAD43. Grayscale: #707070. Windows color (decimal): -7253316 or 12341905. OLE color: 12341905.
HSL color Cylindrical-coordinate representation of color #9152BC: hue angle of 275.66º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9152BC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 82 | 188 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.26 |
| HSL | 275.66º | 0.44% | 0.53% | - |
| HSV(B) | 275.66º | 0.56% | 0.74% | - |
| XYZ | 23.77 | 15.69 | 49.35 | - |
| YUV | 112.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 188 | 0.23 | 0.56 | 0 | 0.26 | 275.66 | 0.44 | 0.53 |
| Hex | 91 | 52 | BC | 17 | 38 | 0 | 1A | 114 | 2C | 35 |
| Octal | 221 | 122 | 274 | 27 | 70 | 0 | 32 | 424 | 54 | 65 |
| Binary | 10010001 | 1010010 | 10111100 | 10111 | 111000 | 0 | 11010 | 100010100 | 101100 | 110101 |
Color Harmonies of #9152BC
Complementary color
Monochromatic Colors of #9152BC
Black with #9152BC
Text Example
Text Example
White with #9152BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152BC; }
p { color: rgb(145,82,188); }
H1.HeaderClassName
{
color: #9152BC;
}
.AnyTagClassName
{
color: #9152BC;
}
</style>
background-color css
<style>
a { background-color: #9152BC; }
a { background-color: rgb(145,82,188); }
div.DivClassName
{
background-color: #9152BC;
}
.BgClassName
{
background-color: #9152BC;
}
</style>
border-color css
<style>
span { border-color: #9152BC; }
span { border-color: rgb(145,82,188); }
td.TdClassName
{
border-color: #9152BC;
}
.TagClassName
{
border-color: #9152BC;
}
</style>