Shades of Vivid Violet #8D4189
Tints of Vivid Violet #8D4189
RGB
CMYK
RGB Variations
Color information
#8D4189 (or 0x8D4189) is known color: Vivid Violet. HEX triplet: 8D, 41 and 89. RGB value is (141,65,137). Sum of RGB (Red+Green+Blue) = 141+65+137=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4189 is #72BE76. Grayscale: #5F5F5F. Windows color (decimal): -7519863 or 8995213. OLE color: 8995213.
HSL color Cylindrical-coordinate representation of color #8D4189: hue angle of 303.16º 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 #8D4189 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 137 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.45 |
| HSL | 303.16º | 0.37% | 0.4% | - |
| HSV(B) | 303.16º | 0.54% | 0.55% | - |
| XYZ | 17.39 | 11.25 | 24.92 | - |
| YUV | 95.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 137 | 0 | 0.54 | 0.03 | 0.45 | 303.16 | 0.37 | 0.4 |
| Hex | 8D | 41 | 89 | 0 | 36 | 3 | 2D | 12F | 25 | 28 |
| Octal | 215 | 101 | 211 | 0 | 66 | 3 | 55 | 457 | 45 | 50 |
| Binary | 10001101 | 1000001 | 10001001 | 0 | 110110 | 11 | 101101 | 100101111 | 100101 | 101000 |
Color Harmonies of #8D4189
Complementary color
Monochromatic Colors of #8D4189
Black with #8D4189
Text Example
Text Example
White with #8D4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4189; }
p { color: rgb(141,65,137); }
H1.HeaderClassName
{
color: #8D4189;
}
.AnyTagClassName
{
color: #8D4189;
}
</style>
background-color css
<style>
a { background-color: #8D4189; }
a { background-color: rgb(141,65,137); }
div.DivClassName
{
background-color: #8D4189;
}
.BgClassName
{
background-color: #8D4189;
}
</style>
border-color css
<style>
span { border-color: #8D4189; }
span { border-color: rgb(141,65,137); }
td.TdClassName
{
border-color: #8D4189;
}
.TagClassName
{
border-color: #8D4189;
}
</style>