Shades of Vivid Violet #8D3787
Tints of Vivid Violet #8D3787
RGB
CMYK
RGB Variations
Color information
#8D3787 (or 0x8D3787) is known color: Vivid Violet. HEX triplet: 8D, 37 and 87. RGB value is (141,55,135). Sum of RGB (Red+Green+Blue) = 141+55+135=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3787 is #72C878. Grayscale: #595959. Windows color (decimal): -7522425 or 8861581. OLE color: 8861581.
HSL color Cylindrical-coordinate representation of color #8D3787: hue angle of 304.19º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3787 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 135 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.45 |
| HSL | 304.19º | 0.44% | 0.38% | - |
| HSV(B) | 304.19º | 0.61% | 0.55% | - |
| XYZ | 16.72 | 10.14 | 24 | - |
| YUV | 89.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 135 | 0 | 0.61 | 0.04 | 0.45 | 304.19 | 0.44 | 0.38 |
| Hex | 8D | 37 | 87 | 0 | 3D | 4 | 2D | 130 | 2C | 26 |
| Octal | 215 | 67 | 207 | 0 | 75 | 4 | 55 | 460 | 54 | 46 |
| Binary | 10001101 | 110111 | 10000111 | 0 | 111101 | 100 | 101101 | 100110000 | 101100 | 100110 |
Color Harmonies of #8D3787
Complementary color
Monochromatic Colors of #8D3787
Black with #8D3787
Text Example
Text Example
White with #8D3787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3787; }
p { color: rgb(141,55,135); }
H1.HeaderClassName
{
color: #8D3787;
}
.AnyTagClassName
{
color: #8D3787;
}
</style>
background-color css
<style>
a { background-color: #8D3787; }
a { background-color: rgb(141,55,135); }
div.DivClassName
{
background-color: #8D3787;
}
.BgClassName
{
background-color: #8D3787;
}
</style>
border-color css
<style>
span { border-color: #8D3787; }
span { border-color: rgb(141,55,135); }
td.TdClassName
{
border-color: #8D3787;
}
.TagClassName
{
border-color: #8D3787;
}
</style>