Shades of Deep Lilac #8157BB
Tints of Deep Lilac #8157BB
RGB
CMYK
RGB Variations
Color information
#8157BB (or 0x8157BB) is known color: Deep Lilac. HEX triplet: 81, 57 and BB. RGB value is (129,87,187). Sum of RGB (Red+Green+Blue) = 129+87+187=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8157BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157BB is #7EA844. Grayscale: #6E6E6E. Windows color (decimal): -8300613 or 12277633. OLE color: 12277633.
HSL color Cylindrical-coordinate representation of color #8157BB: hue angle of 265.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8157BB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 87 | 187 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.27 |
| HSL | 265.2º | 0.42% | 0.54% | - |
| HSV(B) | 265.2º | 0.53% | 0.73% | - |
| XYZ | 21.43 | 15.07 | 48.79 | - |
| YUV | 110.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 187 | 0.31 | 0.53 | 0 | 0.27 | 265.2 | 0.42 | 0.54 |
| Hex | 81 | 57 | BB | 1F | 35 | 0 | 1B | 109 | 2A | 36 |
| Octal | 201 | 127 | 273 | 37 | 65 | 0 | 33 | 411 | 52 | 66 |
| Binary | 10000001 | 1010111 | 10111011 | 11111 | 110101 | 0 | 11011 | 100001001 | 101010 | 110110 |
Color Harmonies of #8157BB
Complementary color
Monochromatic Colors of #8157BB
Black with #8157BB
Text Example
Text Example
White with #8157BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8157BB; }
p { color: rgb(129,87,187); }
H1.HeaderClassName
{
color: #8157BB;
}
.AnyTagClassName
{
color: #8157BB;
}
</style>
background-color css
<style>
a { background-color: #8157BB; }
a { background-color: rgb(129,87,187); }
div.DivClassName
{
background-color: #8157BB;
}
.BgClassName
{
background-color: #8157BB;
}
</style>
border-color css
<style>
span { border-color: #8157BB; }
span { border-color: rgb(129,87,187); }
td.TdClassName
{
border-color: #8157BB;
}
.TagClassName
{
border-color: #8157BB;
}
</style>