Shades of Violet Blue #8D5993
Tints of Violet Blue #8D5993
RGB
CMYK
RGB Variations
Color information
#8D5993 (or 0x8D5993) is known color: Violet Blue. HEX triplet: 8D, 59 and 93. RGB value is (141,89,147). Sum of RGB (Red+Green+Blue) = 141+89+147=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5993 is #72A66C. Grayscale: #6E6E6E. Windows color (decimal): -7513709 or 9656717. OLE color: 9656717.
HSL color Cylindrical-coordinate representation of color #8D5993: hue angle of 293.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5993 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 89 | 147 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.42 |
| HSL | 293.79º | 0.25% | 0.46% | - |
| HSV(B) | 293.79º | 0.39% | 0.58% | - |
| XYZ | 19.82 | 14.91 | 29.44 | - |
| YUV | 111.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 147 | 0.04 | 0.39 | 0 | 0.42 | 293.79 | 0.25 | 0.46 |
| Hex | 8D | 59 | 93 | 4 | 27 | 0 | 2A | 126 | 19 | 2E |
| Octal | 215 | 131 | 223 | 4 | 47 | 0 | 52 | 446 | 31 | 56 |
| Binary | 10001101 | 1011001 | 10010011 | 100 | 100111 | 0 | 101010 | 100100110 | 11001 | 101110 |
Color Harmonies of #8D5993
Complementary color
Monochromatic Colors of #8D5993
Black with #8D5993
Text Example
Text Example
White with #8D5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5993; }
p { color: rgb(141,89,147); }
H1.HeaderClassName
{
color: #8D5993;
}
.AnyTagClassName
{
color: #8D5993;
}
</style>
background-color css
<style>
a { background-color: #8D5993; }
a { background-color: rgb(141,89,147); }
div.DivClassName
{
background-color: #8D5993;
}
.BgClassName
{
background-color: #8D5993;
}
</style>
border-color css
<style>
span { border-color: #8D5993; }
span { border-color: rgb(141,89,147); }
td.TdClassName
{
border-color: #8D5993;
}
.TagClassName
{
border-color: #8D5993;
}
</style>