Shades of Deep Lilac #8152BB
Tints of Deep Lilac #8152BB
RGB
CMYK
RGB Variations
Color information
#8152BB (or 0x8152BB) is known color: Deep Lilac. HEX triplet: 81, 52 and BB. RGB value is (129,82,187). Sum of RGB (Red+Green+Blue) = 129+82+187=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #8152BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152BB is #7EAD44. Grayscale: #6B6B6B. Windows color (decimal): -8301893 or 12276353. OLE color: 12276353.
HSL color Cylindrical-coordinate representation of color #8152BB: hue angle of 266.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8152BB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 82 | 187 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.27 |
| HSL | 266.86º | 0.44% | 0.53% | - |
| HSV(B) | 266.86º | 0.56% | 0.73% | - |
| XYZ | 21.04 | 14.29 | 48.66 | - |
| YUV | 108.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 187 | 0.31 | 0.56 | 0 | 0.27 | 266.86 | 0.44 | 0.53 |
| Hex | 81 | 52 | BB | 1F | 38 | 0 | 1B | 10B | 2C | 35 |
| Octal | 201 | 122 | 273 | 37 | 70 | 0 | 33 | 413 | 54 | 65 |
| Binary | 10000001 | 1010010 | 10111011 | 11111 | 111000 | 0 | 11011 | 100001011 | 101100 | 110101 |
Color Harmonies of #8152BB
Complementary color
Monochromatic Colors of #8152BB
Black with #8152BB
Text Example
Text Example
White with #8152BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152BB; }
p { color: rgb(129,82,187); }
H1.HeaderClassName
{
color: #8152BB;
}
.AnyTagClassName
{
color: #8152BB;
}
</style>
background-color css
<style>
a { background-color: #8152BB; }
a { background-color: rgb(129,82,187); }
div.DivClassName
{
background-color: #8152BB;
}
.BgClassName
{
background-color: #8152BB;
}
</style>
border-color css
<style>
span { border-color: #8152BB; }
span { border-color: rgb(129,82,187); }
td.TdClassName
{
border-color: #8152BB;
}
.TagClassName
{
border-color: #8152BB;
}
</style>