Shades of Vivid Violet #8D4187
Tints of Vivid Violet #8D4187
RGB
CMYK
RGB Variations
Color information
#8D4187 (or 0x8D4187) is known color: Vivid Violet. HEX triplet: 8D, 41 and 87. RGB value is (141,65,135). Sum of RGB (Red+Green+Blue) = 141+65+135=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4187 is #72BE78. Grayscale: #5F5F5F. Windows color (decimal): -7519865 or 8864141. OLE color: 8864141.
HSL color Cylindrical-coordinate representation of color #8D4187: hue angle of 304.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4187 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 135 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.45 |
| HSL | 304.74º | 0.37% | 0.4% | - |
| HSV(B) | 304.74º | 0.54% | 0.55% | - |
| XYZ | 17.25 | 11.19 | 24.17 | - |
| YUV | 95.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 135 | 0 | 0.54 | 0.04 | 0.45 | 304.74 | 0.37 | 0.4 |
| Hex | 8D | 41 | 87 | 0 | 36 | 4 | 2D | 131 | 25 | 28 |
| Octal | 215 | 101 | 207 | 0 | 66 | 4 | 55 | 461 | 45 | 50 |
| Binary | 10001101 | 1000001 | 10000111 | 0 | 110110 | 100 | 101101 | 100110001 | 100101 | 101000 |
Color Harmonies of #8D4187
Complementary color
Monochromatic Colors of #8D4187
Black with #8D4187
Text Example
Text Example
White with #8D4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4187; }
p { color: rgb(141,65,135); }
H1.HeaderClassName
{
color: #8D4187;
}
.AnyTagClassName
{
color: #8D4187;
}
</style>
background-color css
<style>
a { background-color: #8D4187; }
a { background-color: rgb(141,65,135); }
div.DivClassName
{
background-color: #8D4187;
}
.BgClassName
{
background-color: #8D4187;
}
</style>
border-color css
<style>
span { border-color: #8D4187; }
span { border-color: rgb(141,65,135); }
td.TdClassName
{
border-color: #8D4187;
}
.TagClassName
{
border-color: #8D4187;
}
</style>