Shades of Deep Lilac #8255BA
Tints of Deep Lilac #8255BA
RGB
CMYK
RGB Variations
Color information
#8255BA (or 0x8255BA) is known color: Deep Lilac. HEX triplet: 82, 55 and BA. RGB value is (130,85,186). Sum of RGB (Red+Green+Blue) = 130+85+186=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #8255BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255BA is #7DAA45. Grayscale: #6D6D6D. Windows color (decimal): -8235590 or 12211586. OLE color: 12211586.
HSL color Cylindrical-coordinate representation of color #8255BA: hue angle of 266.73º 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 #8255BA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 85 | 186 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.27 |
| HSL | 266.73º | 0.42% | 0.53% | - |
| HSV(B) | 266.73º | 0.54% | 0.73% | - |
| XYZ | 21.32 | 14.79 | 48.19 | - |
| YUV | 109.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 186 | 0.30 | 0.54 | 0 | 0.27 | 266.73 | 0.42 | 0.53 |
| Hex | 82 | 55 | BA | 1E | 36 | 0 | 1B | 10B | 2A | 35 |
| Octal | 202 | 125 | 272 | 36 | 66 | 0 | 33 | 413 | 52 | 65 |
| Binary | 10000010 | 1010101 | 10111010 | 11110 | 110110 | 0 | 11011 | 100001011 | 101010 | 110101 |
Color Harmonies of #8255BA
Complementary color
Monochromatic Colors of #8255BA
Black with #8255BA
Text Example
Text Example
White with #8255BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255BA; }
p { color: rgb(130,85,186); }
H1.HeaderClassName
{
color: #8255BA;
}
.AnyTagClassName
{
color: #8255BA;
}
</style>
background-color css
<style>
a { background-color: #8255BA; }
a { background-color: rgb(130,85,186); }
div.DivClassName
{
background-color: #8255BA;
}
.BgClassName
{
background-color: #8255BA;
}
</style>
border-color css
<style>
span { border-color: #8255BA; }
span { border-color: rgb(130,85,186); }
td.TdClassName
{
border-color: #8255BA;
}
.TagClassName
{
border-color: #8255BA;
}
</style>