Shades of Violet Blue #8D559B
Tints of Violet Blue #8D559B
RGB
CMYK
RGB Variations
Color information
#8D559B (or 0x8D559B) is known color: Violet Blue. HEX triplet: 8D, 55 and 9B. RGB value is (141,85,155). Sum of RGB (Red+Green+Blue) = 141+85+155=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D559B is #72AA64. Grayscale: #6D6D6D. Windows color (decimal): -7514725 or 10179981. OLE color: 10179981.
HSL color Cylindrical-coordinate representation of color #8D559B: hue angle of 288º 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 #8D559B is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 85 | 155 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.39 |
| HSL | 288º | 0.29% | 0.47% | - |
| HSV(B) | 288º | 0.45% | 0.61% | - |
| XYZ | 20.15 | 14.53 | 32.75 | - |
| YUV | 109.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 155 | 0.09 | 0.45 | 0 | 0.39 | 288 | 0.29 | 0.47 |
| Hex | 8D | 55 | 9B | 9 | 2D | 0 | 27 | 120 | 1D | 2F |
| Octal | 215 | 125 | 233 | 11 | 55 | 0 | 47 | 440 | 35 | 57 |
| Binary | 10001101 | 1010101 | 10011011 | 1001 | 101101 | 0 | 100111 | 100100000 | 11101 | 101111 |
Color Harmonies of #8D559B
Complementary color
Monochromatic Colors of #8D559B
Black with #8D559B
Text Example
Text Example
White with #8D559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D559B; }
p { color: rgb(141,85,155); }
H1.HeaderClassName
{
color: #8D559B;
}
.AnyTagClassName
{
color: #8D559B;
}
</style>
background-color css
<style>
a { background-color: #8D559B; }
a { background-color: rgb(141,85,155); }
div.DivClassName
{
background-color: #8D559B;
}
.BgClassName
{
background-color: #8D559B;
}
</style>
border-color css
<style>
span { border-color: #8D559B; }
span { border-color: rgb(141,85,155); }
td.TdClassName
{
border-color: #8D559B;
}
.TagClassName
{
border-color: #8D559B;
}
</style>