Shades of Violet Blue #8D5E99
Tints of Violet Blue #8D5E99
RGB
CMYK
RGB Variations
Color information
#8D5E99 (or 0x8D5E99) is known color: Violet Blue. HEX triplet: 8D, 5E and 99. RGB value is (141,94,153). Sum of RGB (Red+Green+Blue) = 141+94+153=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5E99 is #72A166. Grayscale: #727272. Windows color (decimal): -7512423 or 10051213. OLE color: 10051213.
HSL color Cylindrical-coordinate representation of color #8D5E99: hue angle of 287.8º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5E99 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 94 | 153 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.4 |
| HSL | 287.8º | 0.24% | 0.48% | - |
| HSV(B) | 287.8º | 0.39% | 0.6% | - |
| XYZ | 20.74 | 15.97 | 32.13 | - |
| YUV | 114.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 153 | 0.08 | 0.39 | 0 | 0.4 | 287.8 | 0.24 | 0.48 |
| Hex | 8D | 5E | 99 | 8 | 27 | 0 | 28 | 120 | 18 | 30 |
| Octal | 215 | 136 | 231 | 10 | 47 | 0 | 50 | 440 | 30 | 60 |
| Binary | 10001101 | 1011110 | 10011001 | 1000 | 100111 | 0 | 101000 | 100100000 | 11000 | 110000 |
Color Harmonies of #8D5E99
Complementary color
Monochromatic Colors of #8D5E99
Black with #8D5E99
Text Example
Text Example
White with #8D5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E99; }
p { color: rgb(141,94,153); }
H1.HeaderClassName
{
color: #8D5E99;
}
.AnyTagClassName
{
color: #8D5E99;
}
</style>
background-color css
<style>
a { background-color: #8D5E99; }
a { background-color: rgb(141,94,153); }
div.DivClassName
{
background-color: #8D5E99;
}
.BgClassName
{
background-color: #8D5E99;
}
</style>
border-color css
<style>
span { border-color: #8D5E99; }
span { border-color: rgb(141,94,153); }
td.TdClassName
{
border-color: #8D5E99;
}
.TagClassName
{
border-color: #8D5E99;
}
</style>