Shades of Vivid Violet #8D3687
Tints of Vivid Violet #8D3687
RGB
CMYK
RGB Variations
Color information
#8D3687 (or 0x8D3687) is known color: Vivid Violet. HEX triplet: 8D, 36 and 87. RGB value is (141,54,135). Sum of RGB (Red+Green+Blue) = 141+54+135=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3687 is #72C978. Grayscale: #595959. Windows color (decimal): -7522681 or 8861325. OLE color: 8861325.
HSL color Cylindrical-coordinate representation of color #8D3687: hue angle of 304.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3687 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 135 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.45 |
| HSL | 304.14º | 0.45% | 0.38% | - |
| HSV(B) | 304.14º | 0.62% | 0.55% | - |
| XYZ | 16.68 | 10.05 | 23.98 | - |
| YUV | 89.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 135 | 0 | 0.62 | 0.04 | 0.45 | 304.14 | 0.45 | 0.38 |
| Hex | 8D | 36 | 87 | 0 | 3E | 4 | 2D | 130 | 2D | 26 |
| Octal | 215 | 66 | 207 | 0 | 76 | 4 | 55 | 460 | 55 | 46 |
| Binary | 10001101 | 110110 | 10000111 | 0 | 111110 | 100 | 101101 | 100110000 | 101101 | 100110 |
Color Harmonies of #8D3687
Complementary color
Monochromatic Colors of #8D3687
Black with #8D3687
Text Example
Text Example
White with #8D3687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3687; }
p { color: rgb(141,54,135); }
H1.HeaderClassName
{
color: #8D3687;
}
.AnyTagClassName
{
color: #8D3687;
}
</style>
background-color css
<style>
a { background-color: #8D3687; }
a { background-color: rgb(141,54,135); }
div.DivClassName
{
background-color: #8D3687;
}
.BgClassName
{
background-color: #8D3687;
}
</style>
border-color css
<style>
span { border-color: #8D3687; }
span { border-color: rgb(141,54,135); }
td.TdClassName
{
border-color: #8D3687;
}
.TagClassName
{
border-color: #8D3687;
}
</style>