Shades of Violet Blue #8D529E
Tints of Violet Blue #8D529E
RGB
CMYK
RGB Variations
Color information
#8D529E (or 0x8D529E) is known color: Violet Blue. HEX triplet: 8D, 52 and 9E. RGB value is (141,82,158). Sum of RGB (Red+Green+Blue) = 141+82+158=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D529E is #72AD61. Grayscale: #6C6C6C. Windows color (decimal): -7515490 or 10375821. OLE color: 10375821.
HSL color Cylindrical-coordinate representation of color #8D529E: hue angle of 286.58º 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 #8D529E is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 82 | 158 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.38 |
| HSL | 286.58º | 0.32% | 0.47% | - |
| HSV(B) | 286.58º | 0.48% | 0.62% | - |
| XYZ | 20.17 | 14.17 | 34.02 | - |
| YUV | 108.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 158 | 0.11 | 0.48 | 0 | 0.38 | 286.58 | 0.32 | 0.47 |
| Hex | 8D | 52 | 9E | B | 30 | 0 | 26 | 11F | 20 | 2F |
| Octal | 215 | 122 | 236 | 13 | 60 | 0 | 46 | 437 | 40 | 57 |
| Binary | 10001101 | 1010010 | 10011110 | 1011 | 110000 | 0 | 100110 | 100011111 | 100000 | 101111 |
Color Harmonies of #8D529E
Complementary color
Monochromatic Colors of #8D529E
Black with #8D529E
Text Example
Text Example
White with #8D529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D529E; }
p { color: rgb(141,82,158); }
H1.HeaderClassName
{
color: #8D529E;
}
.AnyTagClassName
{
color: #8D529E;
}
</style>
background-color css
<style>
a { background-color: #8D529E; }
a { background-color: rgb(141,82,158); }
div.DivClassName
{
background-color: #8D529E;
}
.BgClassName
{
background-color: #8D529E;
}
</style>
border-color css
<style>
span { border-color: #8D529E; }
span { border-color: rgb(141,82,158); }
td.TdClassName
{
border-color: #8D529E;
}
.TagClassName
{
border-color: #8D529E;
}
</style>