Shades of Violet Blue #8D559F
Tints of Violet Blue #8D559F
RGB
CMYK
RGB Variations
Color information
#8D559F (or 0x8D559F) is known color: Violet Blue. HEX triplet: 8D, 55 and 9F. RGB value is (141,85,159). Sum of RGB (Red+Green+Blue) = 141+85+159=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D559F is #72AA60. Grayscale: #6D6D6D. Windows color (decimal): -7514721 or 10442125. OLE color: 10442125.
HSL color Cylindrical-coordinate representation of color #8D559F: hue angle of 285.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D559F is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 85 | 159 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.38 |
| HSL | 285.41º | 0.3% | 0.48% | - |
| HSV(B) | 285.41º | 0.47% | 0.62% | - |
| XYZ | 20.49 | 14.66 | 34.55 | - |
| YUV | 110.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 159 | 0.11 | 0.47 | 0 | 0.38 | 285.41 | 0.3 | 0.48 |
| Hex | 8D | 55 | 9F | B | 2F | 0 | 26 | 11D | 1E | 30 |
| Octal | 215 | 125 | 237 | 13 | 57 | 0 | 46 | 435 | 36 | 60 |
| Binary | 10001101 | 1010101 | 10011111 | 1011 | 101111 | 0 | 100110 | 100011101 | 11110 | 110000 |
Color Harmonies of #8D559F
Complementary color
Monochromatic Colors of #8D559F
Black with #8D559F
Text Example
Text Example
White with #8D559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D559F; }
p { color: rgb(141,85,159); }
H1.HeaderClassName
{
color: #8D559F;
}
.AnyTagClassName
{
color: #8D559F;
}
</style>
background-color css
<style>
a { background-color: #8D559F; }
a { background-color: rgb(141,85,159); }
div.DivClassName
{
background-color: #8D559F;
}
.BgClassName
{
background-color: #8D559F;
}
</style>
border-color css
<style>
span { border-color: #8D559F; }
span { border-color: rgb(141,85,159); }
td.TdClassName
{
border-color: #8D559F;
}
.TagClassName
{
border-color: #8D559F;
}
</style>