Shades of Vivid Violet #8D3995
Tints of Vivid Violet #8D3995
RGB
CMYK
RGB Variations
Color information
#8D3995 (or 0x8D3995) is known color: Vivid Violet. HEX triplet: 8D, 39 and 95. RGB value is (141,57,149). Sum of RGB (Red+Green+Blue) = 141+57+149=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D3995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3995 is #72C66A. Grayscale: #5C5C5C. Windows color (decimal): -7521899 or 9779597. OLE color: 9779597.
HSL color Cylindrical-coordinate representation of color #8D3995: hue angle of 294.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3995 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 57 | 149 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.42 |
| HSL | 294.78º | 0.45% | 0.4% | - |
| HSV(B) | 294.78º | 0.62% | 0.58% | - |
| XYZ | 17.87 | 10.76 | 29.57 | - |
| YUV | 92.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 149 | 0.05 | 0.62 | 0 | 0.42 | 294.78 | 0.45 | 0.4 |
| Hex | 8D | 39 | 95 | 5 | 3E | 0 | 2A | 127 | 2D | 28 |
| Octal | 215 | 71 | 225 | 5 | 76 | 0 | 52 | 447 | 55 | 50 |
| Binary | 10001101 | 111001 | 10010101 | 101 | 111110 | 0 | 101010 | 100100111 | 101101 | 101000 |
Color Harmonies of #8D3995
Complementary color
Monochromatic Colors of #8D3995
Black with #8D3995
Text Example
Text Example
White with #8D3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3995; }
p { color: rgb(141,57,149); }
H1.HeaderClassName
{
color: #8D3995;
}
.AnyTagClassName
{
color: #8D3995;
}
</style>
background-color css
<style>
a { background-color: #8D3995; }
a { background-color: rgb(141,57,149); }
div.DivClassName
{
background-color: #8D3995;
}
.BgClassName
{
background-color: #8D3995;
}
</style>
border-color css
<style>
span { border-color: #8D3995; }
span { border-color: rgb(141,57,149); }
td.TdClassName
{
border-color: #8D3995;
}
.TagClassName
{
border-color: #8D3995;
}
</style>