Shades of Deep Lilac #8251BA
Tints of Deep Lilac #8251BA
RGB
CMYK
RGB Variations
Color information
#8251BA (or 0x8251BA) is known color: Deep Lilac. HEX triplet: 82, 51 and BA. RGB value is (130,81,186). Sum of RGB (Red+Green+Blue) = 130+81+186=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #8251BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251BA is #7DAE45. Grayscale: #6B6B6B. Windows color (decimal): -8236614 or 12210562. OLE color: 12210562.
HSL color Cylindrical-coordinate representation of color #8251BA: hue angle of 268º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8251BA is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 81 | 186 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.27 |
| HSL | 268º | 0.43% | 0.52% | - |
| HSV(B) | 268º | 0.56% | 0.73% | - |
| XYZ | 21.01 | 14.18 | 48.08 | - |
| YUV | 107.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 186 | 0.30 | 0.56 | 0 | 0.27 | 268 | 0.43 | 0.52 |
| Hex | 82 | 51 | BA | 1E | 38 | 0 | 1B | 10C | 2B | 34 |
| Octal | 202 | 121 | 272 | 36 | 70 | 0 | 33 | 414 | 53 | 64 |
| Binary | 10000010 | 1010001 | 10111010 | 11110 | 111000 | 0 | 11011 | 100001100 | 101011 | 110100 |
Color Harmonies of #8251BA
Complementary color
Monochromatic Colors of #8251BA
Black with #8251BA
Text Example
Text Example
White with #8251BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251BA; }
p { color: rgb(130,81,186); }
H1.HeaderClassName
{
color: #8251BA;
}
.AnyTagClassName
{
color: #8251BA;
}
</style>
background-color css
<style>
a { background-color: #8251BA; }
a { background-color: rgb(130,81,186); }
div.DivClassName
{
background-color: #8251BA;
}
.BgClassName
{
background-color: #8251BA;
}
</style>
border-color css
<style>
span { border-color: #8251BA; }
span { border-color: rgb(130,81,186); }
td.TdClassName
{
border-color: #8251BA;
}
.TagClassName
{
border-color: #8251BA;
}
</style>