Shades of Deep Lilac #8B529F
Tints of Deep Lilac #8B529F
RGB
CMYK
RGB Variations
Color information
#8B529F (or 0x8B529F) is known color: Deep Lilac. HEX triplet: 8B, 52 and 9F. RGB value is (139,82,159). Sum of RGB (Red+Green+Blue) = 139+82+159=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B529F is #74AD60. Grayscale: #6B6B6B. Windows color (decimal): -7646561 or 10441355. OLE color: 10441355.
HSL color Cylindrical-coordinate representation of color #8B529F: hue angle of 284.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B529F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 82 | 159 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.38 |
| HSL | 284.42º | 0.32% | 0.47% | - |
| HSV(B) | 284.42º | 0.48% | 0.62% | - |
| XYZ | 19.92 | 14.03 | 34.46 | - |
| YUV | 107.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 159 | 0.13 | 0.48 | 0 | 0.38 | 284.42 | 0.32 | 0.47 |
| Hex | 8B | 52 | 9F | D | 30 | 0 | 26 | 11C | 20 | 2F |
| Octal | 213 | 122 | 237 | 15 | 60 | 0 | 46 | 434 | 40 | 57 |
| Binary | 10001011 | 1010010 | 10011111 | 1101 | 110000 | 0 | 100110 | 100011100 | 100000 | 101111 |
Color Harmonies of #8B529F
Complementary color
Monochromatic Colors of #8B529F
Black with #8B529F
Text Example
Text Example
White with #8B529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B529F; }
p { color: rgb(139,82,159); }
H1.HeaderClassName
{
color: #8B529F;
}
.AnyTagClassName
{
color: #8B529F;
}
</style>
background-color css
<style>
a { background-color: #8B529F; }
a { background-color: rgb(139,82,159); }
div.DivClassName
{
background-color: #8B529F;
}
.BgClassName
{
background-color: #8B529F;
}
</style>
border-color css
<style>
span { border-color: #8B529F; }
span { border-color: rgb(139,82,159); }
td.TdClassName
{
border-color: #8B529F;
}
.TagClassName
{
border-color: #8B529F;
}
</style>