Shades of Violet Blue #8D569B
Tints of Violet Blue #8D569B
RGB
CMYK
RGB Variations
Color information
#8D569B (or 0x8D569B) is known color: Violet Blue. HEX triplet: 8D, 56 and 9B. RGB value is (141,86,155). Sum of RGB (Red+Green+Blue) = 141+86+155=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D569B is #72A964. Grayscale: #6E6E6E. Windows color (decimal): -7514469 or 10180237. OLE color: 10180237.
HSL color Cylindrical-coordinate representation of color #8D569B: hue angle of 287.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D569B is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 86 | 155 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.39 |
| HSL | 287.83º | 0.29% | 0.47% | - |
| HSV(B) | 287.83º | 0.45% | 0.61% | - |
| XYZ | 20.23 | 14.68 | 32.78 | - |
| YUV | 110.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 155 | 0.09 | 0.45 | 0 | 0.39 | 287.83 | 0.29 | 0.47 |
| Hex | 8D | 56 | 9B | 9 | 2D | 0 | 27 | 120 | 1D | 2F |
| Octal | 215 | 126 | 233 | 11 | 55 | 0 | 47 | 440 | 35 | 57 |
| Binary | 10001101 | 1010110 | 10011011 | 1001 | 101101 | 0 | 100111 | 100100000 | 11101 | 101111 |
Color Harmonies of #8D569B
Complementary color
Monochromatic Colors of #8D569B
Black with #8D569B
Text Example
Text Example
White with #8D569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D569B; }
p { color: rgb(141,86,155); }
H1.HeaderClassName
{
color: #8D569B;
}
.AnyTagClassName
{
color: #8D569B;
}
</style>
background-color css
<style>
a { background-color: #8D569B; }
a { background-color: rgb(141,86,155); }
div.DivClassName
{
background-color: #8D569B;
}
.BgClassName
{
background-color: #8D569B;
}
</style>
border-color css
<style>
span { border-color: #8D569B; }
span { border-color: rgb(141,86,155); }
td.TdClassName
{
border-color: #8D569B;
}
.TagClassName
{
border-color: #8D569B;
}
</style>