Shades of Deep Lilac #8251B9
Tints of Deep Lilac #8251B9
RGB
CMYK
RGB Variations
Color information
#8251B9 (or 0x8251B9) is known color: Deep Lilac. HEX triplet: 82, 51 and B9. RGB value is (130,81,185). Sum of RGB (Red+Green+Blue) = 130+81+185=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #8251B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251B9 is #7DAE46. Grayscale: #6B6B6B. Windows color (decimal): -8236615 or 12145026. OLE color: 12145026.
HSL color Cylindrical-coordinate representation of color #8251B9: hue angle of 268.27º 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 #8251B9 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 81 | 185 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.27 |
| HSL | 268.27º | 0.43% | 0.52% | - |
| HSV(B) | 268.27º | 0.56% | 0.73% | - |
| XYZ | 20.91 | 14.13 | 47.53 | - |
| YUV | 107.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 185 | 0.30 | 0.56 | 0 | 0.27 | 268.27 | 0.43 | 0.52 |
| Hex | 82 | 51 | B9 | 1E | 38 | 0 | 1B | 10C | 2B | 34 |
| Octal | 202 | 121 | 271 | 36 | 70 | 0 | 33 | 414 | 53 | 64 |
| Binary | 10000010 | 1010001 | 10111001 | 11110 | 111000 | 0 | 11011 | 100001100 | 101011 | 110100 |
Color Harmonies of #8251B9
Complementary color
Monochromatic Colors of #8251B9
Black with #8251B9
Text Example
Text Example
White with #8251B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251B9; }
p { color: rgb(130,81,185); }
H1.HeaderClassName
{
color: #8251B9;
}
.AnyTagClassName
{
color: #8251B9;
}
</style>
background-color css
<style>
a { background-color: #8251B9; }
a { background-color: rgb(130,81,185); }
div.DivClassName
{
background-color: #8251B9;
}
.BgClassName
{
background-color: #8251B9;
}
</style>
border-color css
<style>
span { border-color: #8251B9; }
span { border-color: rgb(130,81,185); }
td.TdClassName
{
border-color: #8251B9;
}
.TagClassName
{
border-color: #8251B9;
}
</style>