Shades of Deep Lilac #8256BB
Tints of Deep Lilac #8256BB
RGB
CMYK
RGB Variations
Color information
#8256BB (or 0x8256BB) is known color: Deep Lilac. HEX triplet: 82, 56 and BB. RGB value is (130,86,187). Sum of RGB (Red+Green+Blue) = 130+86+187=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 86 (33.98% from 255 or 21.34% 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 #8256BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256BB is #7DA944. Grayscale: #6E6E6E. Windows color (decimal): -8235333 or 12277378. OLE color: 12277378.
HSL color Cylindrical-coordinate representation of color #8256BB: hue angle of 266.14º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8256BB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 86 | 187 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.27 |
| HSL | 266.14º | 0.43% | 0.54% | - |
| HSV(B) | 266.14º | 0.54% | 0.73% | - |
| XYZ | 21.5 | 14.99 | 48.77 | - |
| YUV | 110.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 187 | 0.30 | 0.54 | 0 | 0.27 | 266.14 | 0.43 | 0.54 |
| Hex | 82 | 56 | BB | 1E | 36 | 0 | 1B | 10A | 2B | 36 |
| Octal | 202 | 126 | 273 | 36 | 66 | 0 | 33 | 412 | 53 | 66 |
| Binary | 10000010 | 1010110 | 10111011 | 11110 | 110110 | 0 | 11011 | 100001010 | 101011 | 110110 |
Color Harmonies of #8256BB
Complementary color
Monochromatic Colors of #8256BB
Black with #8256BB
Text Example
Text Example
White with #8256BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256BB; }
p { color: rgb(130,86,187); }
H1.HeaderClassName
{
color: #8256BB;
}
.AnyTagClassName
{
color: #8256BB;
}
</style>
background-color css
<style>
a { background-color: #8256BB; }
a { background-color: rgb(130,86,187); }
div.DivClassName
{
background-color: #8256BB;
}
.BgClassName
{
background-color: #8256BB;
}
</style>
border-color css
<style>
span { border-color: #8256BB; }
span { border-color: rgb(130,86,187); }
td.TdClassName
{
border-color: #8256BB;
}
.TagClassName
{
border-color: #8256BB;
}
</style>