Shades of Deep Lilac #8151BF
Tints of Deep Lilac #8151BF
RGB
CMYK
RGB Variations
Color information
#8151BF (or 0x8151BF) is known color: Deep Lilac. HEX triplet: 81, 51 and BF. RGB value is (129,81,191). Sum of RGB (Red+Green+Blue) = 129+81+191=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #8151BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151BF is #7EAE40. Grayscale: #6B6B6B. Windows color (decimal): -8302145 or 12538241. OLE color: 12538241.
HSL color Cylindrical-coordinate representation of color #8151BF: hue angle of 266.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8151BF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 81 | 191 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.25 |
| HSL | 266.18º | 0.46% | 0.53% | - |
| HSV(B) | 266.18º | 0.58% | 0.75% | - |
| XYZ | 21.4 | 14.31 | 50.93 | - |
| YUV | 107.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 191 | 0.32 | 0.58 | 0 | 0.25 | 266.18 | 0.46 | 0.53 |
| Hex | 81 | 51 | BF | 20 | 3A | 0 | 19 | 10A | 2E | 35 |
| Octal | 201 | 121 | 277 | 40 | 72 | 0 | 31 | 412 | 56 | 65 |
| Binary | 10000001 | 1010001 | 10111111 | 100000 | 111010 | 0 | 11001 | 100001010 | 101110 | 110101 |
Color Harmonies of #8151BF
Complementary color
Monochromatic Colors of #8151BF
Black with #8151BF
Text Example
Text Example
White with #8151BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151BF; }
p { color: rgb(129,81,191); }
H1.HeaderClassName
{
color: #8151BF;
}
.AnyTagClassName
{
color: #8151BF;
}
</style>
background-color css
<style>
a { background-color: #8151BF; }
a { background-color: rgb(129,81,191); }
div.DivClassName
{
background-color: #8151BF;
}
.BgClassName
{
background-color: #8151BF;
}
</style>
border-color css
<style>
span { border-color: #8151BF; }
span { border-color: rgb(129,81,191); }
td.TdClassName
{
border-color: #8151BF;
}
.TagClassName
{
border-color: #8151BF;
}
</style>