Shades of Vivid Violet #8D3489
Tints of Vivid Violet #8D3489
RGB
CMYK
RGB Variations
Color information
#8D3489 (or 0x8D3489) is known color: Vivid Violet. HEX triplet: 8D, 34 and 89. RGB value is (141,52,137). Sum of RGB (Red+Green+Blue) = 141+52+137=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3489 is #72CB76. Grayscale: #585858. Windows color (decimal): -7523191 or 8991885. OLE color: 8991885.
HSL color Cylindrical-coordinate representation of color #8D3489: hue angle of 302.7º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3489 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 137 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.45 |
| HSL | 302.7º | 0.46% | 0.38% | - |
| HSV(B) | 302.7º | 0.63% | 0.55% | - |
| XYZ | 16.73 | 9.92 | 24.7 | - |
| YUV | 88.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 137 | 0 | 0.63 | 0.03 | 0.45 | 302.7 | 0.46 | 0.38 |
| Hex | 8D | 34 | 89 | 0 | 3F | 3 | 2D | 12F | 2E | 26 |
| Octal | 215 | 64 | 211 | 0 | 77 | 3 | 55 | 457 | 56 | 46 |
| Binary | 10001101 | 110100 | 10001001 | 0 | 111111 | 11 | 101101 | 100101111 | 101110 | 100110 |
Color Harmonies of #8D3489
Complementary color
Monochromatic Colors of #8D3489
Black with #8D3489
Text Example
Text Example
White with #8D3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3489; }
p { color: rgb(141,52,137); }
H1.HeaderClassName
{
color: #8D3489;
}
.AnyTagClassName
{
color: #8D3489;
}
</style>
background-color css
<style>
a { background-color: #8D3489; }
a { background-color: rgb(141,52,137); }
div.DivClassName
{
background-color: #8D3489;
}
.BgClassName
{
background-color: #8D3489;
}
</style>
border-color css
<style>
span { border-color: #8D3489; }
span { border-color: rgb(141,52,137); }
td.TdClassName
{
border-color: #8D3489;
}
.TagClassName
{
border-color: #8D3489;
}
</style>