Shades of Deep Lilac #8251BE
Tints of Deep Lilac #8251BE
RGB
CMYK
RGB Variations
Color information
#8251BE (or 0x8251BE) is known color: Deep Lilac. HEX triplet: 82, 51 and BE. RGB value is (130,81,190). Sum of RGB (Red+Green+Blue) = 130+81+190=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #8251BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251BE is #7DAE41. Grayscale: #6B6B6B. Windows color (decimal): -8236610 or 12472706. OLE color: 12472706.
HSL color Cylindrical-coordinate representation of color #8251BE: hue angle of 266.97º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8251BE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 81 | 190 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.25 |
| HSL | 266.97º | 0.46% | 0.53% | - |
| HSV(B) | 266.97º | 0.57% | 0.75% | - |
| XYZ | 21.44 | 14.35 | 50.35 | - |
| YUV | 108.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 190 | 0.32 | 0.57 | 0 | 0.25 | 266.97 | 0.46 | 0.53 |
| Hex | 82 | 51 | BE | 20 | 39 | 0 | 19 | 10B | 2E | 35 |
| Octal | 202 | 121 | 276 | 40 | 71 | 0 | 31 | 413 | 56 | 65 |
| Binary | 10000010 | 1010001 | 10111110 | 100000 | 111001 | 0 | 11001 | 100001011 | 101110 | 110101 |
Color Harmonies of #8251BE
Complementary color
Monochromatic Colors of #8251BE
Black with #8251BE
Text Example
Text Example
White with #8251BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251BE; }
p { color: rgb(130,81,190); }
H1.HeaderClassName
{
color: #8251BE;
}
.AnyTagClassName
{
color: #8251BE;
}
</style>
background-color css
<style>
a { background-color: #8251BE; }
a { background-color: rgb(130,81,190); }
div.DivClassName
{
background-color: #8251BE;
}
.BgClassName
{
background-color: #8251BE;
}
</style>
border-color css
<style>
span { border-color: #8251BE; }
span { border-color: rgb(130,81,190); }
td.TdClassName
{
border-color: #8251BE;
}
.TagClassName
{
border-color: #8251BE;
}
</style>