Shades of Deep Lilac #8155BB
Tints of Deep Lilac #8155BB
RGB
CMYK
RGB Variations
Color information
#8155BB (or 0x8155BB) is known color: Deep Lilac. HEX triplet: 81, 55 and BB. RGB value is (129,85,187). Sum of RGB (Red+Green+Blue) = 129+85+187=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #8155BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155BB is #7EAA44. Grayscale: #6D6D6D. Windows color (decimal): -8301125 or 12277121. OLE color: 12277121.
HSL color Cylindrical-coordinate representation of color #8155BB: hue angle of 265.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8155BB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 85 | 187 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.27 |
| HSL | 265.88º | 0.43% | 0.53% | - |
| HSV(B) | 265.88º | 0.55% | 0.73% | - |
| XYZ | 21.27 | 14.75 | 48.74 | - |
| YUV | 109.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 187 | 0.31 | 0.55 | 0 | 0.27 | 265.88 | 0.43 | 0.53 |
| Hex | 81 | 55 | BB | 1F | 37 | 0 | 1B | 10A | 2B | 35 |
| Octal | 201 | 125 | 273 | 37 | 67 | 0 | 33 | 412 | 53 | 65 |
| Binary | 10000001 | 1010101 | 10111011 | 11111 | 110111 | 0 | 11011 | 100001010 | 101011 | 110101 |
Color Harmonies of #8155BB
Complementary color
Monochromatic Colors of #8155BB
Black with #8155BB
Text Example
Text Example
White with #8155BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155BB; }
p { color: rgb(129,85,187); }
H1.HeaderClassName
{
color: #8155BB;
}
.AnyTagClassName
{
color: #8155BB;
}
</style>
background-color css
<style>
a { background-color: #8155BB; }
a { background-color: rgb(129,85,187); }
div.DivClassName
{
background-color: #8155BB;
}
.BgClassName
{
background-color: #8155BB;
}
</style>
border-color css
<style>
span { border-color: #8155BB; }
span { border-color: rgb(129,85,187); }
td.TdClassName
{
border-color: #8155BB;
}
.TagClassName
{
border-color: #8155BB;
}
</style>