Shades of Violet Blue #8D5195
Tints of Violet Blue #8D5195
RGB
CMYK
RGB Variations
Color information
#8D5195 (or 0x8D5195) is known color: Violet Blue. HEX triplet: 8D, 51 and 95. RGB value is (141,81,149). Sum of RGB (Red+Green+Blue) = 141+81+149=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5195 is #72AE6A. Grayscale: #6A6A6A. Windows color (decimal): -7515755 or 9785741. OLE color: 9785741.
HSL color Cylindrical-coordinate representation of color #8D5195: hue angle of 292.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D5195 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 81 | 149 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.42 |
| HSL | 292.94º | 0.3% | 0.45% | - |
| HSV(B) | 292.94º | 0.46% | 0.58% | - |
| XYZ | 19.35 | 13.72 | 30.06 | - |
| YUV | 106.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 149 | 0.05 | 0.46 | 0 | 0.42 | 292.94 | 0.3 | 0.45 |
| Hex | 8D | 51 | 95 | 5 | 2E | 0 | 2A | 125 | 1E | 2D |
| Octal | 215 | 121 | 225 | 5 | 56 | 0 | 52 | 445 | 36 | 55 |
| Binary | 10001101 | 1010001 | 10010101 | 101 | 101110 | 0 | 101010 | 100100101 | 11110 | 101101 |
Color Harmonies of #8D5195
Complementary color
Monochromatic Colors of #8D5195
Black with #8D5195
Text Example
Text Example
White with #8D5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5195; }
p { color: rgb(141,81,149); }
H1.HeaderClassName
{
color: #8D5195;
}
.AnyTagClassName
{
color: #8D5195;
}
</style>
background-color css
<style>
a { background-color: #8D5195; }
a { background-color: rgb(141,81,149); }
div.DivClassName
{
background-color: #8D5195;
}
.BgClassName
{
background-color: #8D5195;
}
</style>
border-color css
<style>
span { border-color: #8D5195; }
span { border-color: rgb(141,81,149); }
td.TdClassName
{
border-color: #8D5195;
}
.TagClassName
{
border-color: #8D5195;
}
</style>