Shades of Vivid Violet #8D3D87
Tints of Vivid Violet #8D3D87
RGB
CMYK
RGB Variations
Color information
#8D3D87 (or 0x8D3D87) is known color: Vivid Violet. HEX triplet: 8D, 3D and 87. RGB value is (141,61,135). Sum of RGB (Red+Green+Blue) = 141+61+135=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3D87 is #72C278. Grayscale: #5D5D5D. Windows color (decimal): -7520889 or 8863117. OLE color: 8863117.
HSL color Cylindrical-coordinate representation of color #8D3D87: hue angle of 304.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D87 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 135 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.45 |
| HSL | 304.5º | 0.4% | 0.4% | - |
| HSV(B) | 304.5º | 0.57% | 0.55% | - |
| XYZ | 17.03 | 10.75 | 24.1 | - |
| YUV | 93.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 135 | 0 | 0.57 | 0.04 | 0.45 | 304.5 | 0.4 | 0.4 |
| Hex | 8D | 3D | 87 | 0 | 39 | 4 | 2D | 130 | 28 | 28 |
| Octal | 215 | 75 | 207 | 0 | 71 | 4 | 55 | 460 | 50 | 50 |
| Binary | 10001101 | 111101 | 10000111 | 0 | 111001 | 100 | 101101 | 100110000 | 101000 | 101000 |
Color Harmonies of #8D3D87
Complementary color
Monochromatic Colors of #8D3D87
Black with #8D3D87
Text Example
Text Example
White with #8D3D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D87; }
p { color: rgb(141,61,135); }
H1.HeaderClassName
{
color: #8D3D87;
}
.AnyTagClassName
{
color: #8D3D87;
}
</style>
background-color css
<style>
a { background-color: #8D3D87; }
a { background-color: rgb(141,61,135); }
div.DivClassName
{
background-color: #8D3D87;
}
.BgClassName
{
background-color: #8D3D87;
}
</style>
border-color css
<style>
span { border-color: #8D3D87; }
span { border-color: rgb(141,61,135); }
td.TdClassName
{
border-color: #8D3D87;
}
.TagClassName
{
border-color: #8D3D87;
}
</style>