Shades of Vivid Violet #8D3389
Tints of Vivid Violet #8D3389
RGB
CMYK
RGB Variations
Color information
#8D3389 (or 0x8D3389) is known color: Vivid Violet. HEX triplet: 8D, 33 and 89. RGB value is (141,51,137). Sum of RGB (Red+Green+Blue) = 141+51+137=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3389 is #72CC76. Grayscale: #575757. Windows color (decimal): -7523447 or 8991629. OLE color: 8991629.
HSL color Cylindrical-coordinate representation of color #8D3389: hue angle of 302.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3389 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 137 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.45 |
| HSL | 302.67º | 0.47% | 0.38% | - |
| HSV(B) | 302.67º | 0.64% | 0.55% | - |
| XYZ | 16.68 | 9.84 | 24.69 | - |
| YUV | 87.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 137 | 0 | 0.64 | 0.03 | 0.45 | 302.67 | 0.47 | 0.38 |
| Hex | 8D | 33 | 89 | 0 | 40 | 3 | 2D | 12F | 2F | 26 |
| Octal | 215 | 63 | 211 | 0 | 100 | 3 | 55 | 457 | 57 | 46 |
| Binary | 10001101 | 110011 | 10001001 | 0 | 1000000 | 11 | 101101 | 100101111 | 101111 | 100110 |
Color Harmonies of #8D3389
Complementary color
Monochromatic Colors of #8D3389
Black with #8D3389
Text Example
Text Example
White with #8D3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3389; }
p { color: rgb(141,51,137); }
H1.HeaderClassName
{
color: #8D3389;
}
.AnyTagClassName
{
color: #8D3389;
}
</style>
background-color css
<style>
a { background-color: #8D3389; }
a { background-color: rgb(141,51,137); }
div.DivClassName
{
background-color: #8D3389;
}
.BgClassName
{
background-color: #8D3389;
}
</style>
border-color css
<style>
span { border-color: #8D3389; }
span { border-color: rgb(141,51,137); }
td.TdClassName
{
border-color: #8D3389;
}
.TagClassName
{
border-color: #8D3389;
}
</style>