Shades of Violet Blue #8D529D
Tints of Violet Blue #8D529D
RGB
CMYK
RGB Variations
Color information
#8D529D (or 0x8D529D) is known color: Violet Blue. HEX triplet: 8D, 52 and 9D. RGB value is (141,82,157). Sum of RGB (Red+Green+Blue) = 141+82+157=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D529D is #72AD62. Grayscale: #6B6B6B. Windows color (decimal): -7515491 or 10310285. OLE color: 10310285.
HSL color Cylindrical-coordinate representation of color #8D529D: hue angle of 287.2º degrees, saturation: 0.31, 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 #8D529D is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 82 | 157 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.38 |
| HSL | 287.2º | 0.31% | 0.47% | - |
| HSV(B) | 287.2º | 0.48% | 0.62% | - |
| XYZ | 20.09 | 14.13 | 33.57 | - |
| YUV | 108.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 157 | 0.10 | 0.48 | 0 | 0.38 | 287.2 | 0.31 | 0.47 |
| Hex | 8D | 52 | 9D | A | 30 | 0 | 26 | 11F | 1F | 2F |
| Octal | 215 | 122 | 235 | 12 | 60 | 0 | 46 | 437 | 37 | 57 |
| Binary | 10001101 | 1010010 | 10011101 | 1010 | 110000 | 0 | 100110 | 100011111 | 11111 | 101111 |
Color Harmonies of #8D529D
Complementary color
Monochromatic Colors of #8D529D
Black with #8D529D
Text Example
Text Example
White with #8D529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D529D; }
p { color: rgb(141,82,157); }
H1.HeaderClassName
{
color: #8D529D;
}
.AnyTagClassName
{
color: #8D529D;
}
</style>
background-color css
<style>
a { background-color: #8D529D; }
a { background-color: rgb(141,82,157); }
div.DivClassName
{
background-color: #8D529D;
}
.BgClassName
{
background-color: #8D529D;
}
</style>
border-color css
<style>
span { border-color: #8D529D; }
span { border-color: rgb(141,82,157); }
td.TdClassName
{
border-color: #8D529D;
}
.TagClassName
{
border-color: #8D529D;
}
</style>