Shades of Deep Lilac #8256BA
Tints of Deep Lilac #8256BA
RGB
CMYK
RGB Variations
Color information
#8256BA (or 0x8256BA) is known color: Deep Lilac. HEX triplet: 82, 56 and BA. RGB value is (130,86,186). Sum of RGB (Red+Green+Blue) = 130+86+186=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8256BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256BA is #7DA945. Grayscale: #6E6E6E. Windows color (decimal): -8235334 or 12211842. OLE color: 12211842.
HSL color Cylindrical-coordinate representation of color #8256BA: hue angle of 266.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8256BA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 86 | 186 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.27 |
| HSL | 266.4º | 0.42% | 0.53% | - |
| HSV(B) | 266.4º | 0.54% | 0.73% | - |
| XYZ | 21.4 | 14.95 | 48.21 | - |
| YUV | 110.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 186 | 0.30 | 0.54 | 0 | 0.27 | 266.4 | 0.42 | 0.53 |
| Hex | 82 | 56 | BA | 1E | 36 | 0 | 1B | 10A | 2A | 35 |
| Octal | 202 | 126 | 272 | 36 | 66 | 0 | 33 | 412 | 52 | 65 |
| Binary | 10000010 | 1010110 | 10111010 | 11110 | 110110 | 0 | 11011 | 100001010 | 101010 | 110101 |
Color Harmonies of #8256BA
Complementary color
Monochromatic Colors of #8256BA
Black with #8256BA
Text Example
Text Example
White with #8256BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256BA; }
p { color: rgb(130,86,186); }
H1.HeaderClassName
{
color: #8256BA;
}
.AnyTagClassName
{
color: #8256BA;
}
</style>
background-color css
<style>
a { background-color: #8256BA; }
a { background-color: rgb(130,86,186); }
div.DivClassName
{
background-color: #8256BA;
}
.BgClassName
{
background-color: #8256BA;
}
</style>
border-color css
<style>
span { border-color: #8256BA; }
span { border-color: rgb(130,86,186); }
td.TdClassName
{
border-color: #8256BA;
}
.TagClassName
{
border-color: #8256BA;
}
</style>