Shades of Violet Blue #8D5999
Tints of Violet Blue #8D5999
RGB
CMYK
RGB Variations
Color information
#8D5999 (or 0x8D5999) is known color: Violet Blue. HEX triplet: 8D, 59 and 99. RGB value is (141,89,153). Sum of RGB (Red+Green+Blue) = 141+89+153=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5999 is #72A666. Grayscale: #6F6F6F. Windows color (decimal): -7513703 or 10049933. OLE color: 10049933.
HSL color Cylindrical-coordinate representation of color #8D5999: hue angle of 288.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5999 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 89 | 153 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.4 |
| HSL | 288.75º | 0.26% | 0.47% | - |
| HSV(B) | 288.75º | 0.42% | 0.6% | - |
| XYZ | 20.31 | 15.11 | 31.98 | - |
| YUV | 111.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 153 | 0.08 | 0.42 | 0 | 0.4 | 288.75 | 0.26 | 0.47 |
| Hex | 8D | 59 | 99 | 8 | 2A | 0 | 28 | 121 | 1A | 2F |
| Octal | 215 | 131 | 231 | 10 | 52 | 0 | 50 | 441 | 32 | 57 |
| Binary | 10001101 | 1011001 | 10011001 | 1000 | 101010 | 0 | 101000 | 100100001 | 11010 | 101111 |
Color Harmonies of #8D5999
Complementary color
Monochromatic Colors of #8D5999
Black with #8D5999
Text Example
Text Example
White with #8D5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5999; }
p { color: rgb(141,89,153); }
H1.HeaderClassName
{
color: #8D5999;
}
.AnyTagClassName
{
color: #8D5999;
}
</style>
background-color css
<style>
a { background-color: #8D5999; }
a { background-color: rgb(141,89,153); }
div.DivClassName
{
background-color: #8D5999;
}
.BgClassName
{
background-color: #8D5999;
}
</style>
border-color css
<style>
span { border-color: #8D5999; }
span { border-color: rgb(141,89,153); }
td.TdClassName
{
border-color: #8D5999;
}
.TagClassName
{
border-color: #8D5999;
}
</style>