Shades of Vivid Violet #8D349F
Tints of Vivid Violet #8D349F
RGB
CMYK
RGB Variations
Color information
#8D349F (or 0x8D349F) is known color: Vivid Violet. HEX triplet: 8D, 34 and 9F. RGB value is (141,52,159). Sum of RGB (Red+Green+Blue) = 141+52+159=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D349F is #72CB60. Grayscale: #5A5A5A. Windows color (decimal): -7523169 or 10433677. OLE color: 10433677.
HSL color Cylindrical-coordinate representation of color #8D349F: hue angle of 289.91º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D349F is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 52 | 159 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.38 |
| HSL | 289.91º | 0.51% | 0.41% | - |
| HSV(B) | 289.91º | 0.67% | 0.62% | - |
| XYZ | 18.47 | 10.62 | 33.88 | - |
| YUV | 90.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 159 | 0.11 | 0.67 | 0 | 0.38 | 289.91 | 0.51 | 0.41 |
| Hex | 8D | 34 | 9F | B | 43 | 0 | 26 | 122 | 33 | 29 |
| Octal | 215 | 64 | 237 | 13 | 103 | 0 | 46 | 442 | 63 | 51 |
| Binary | 10001101 | 110100 | 10011111 | 1011 | 1000011 | 0 | 100110 | 100100010 | 110011 | 101001 |
Color Harmonies of #8D349F
Complementary color
Monochromatic Colors of #8D349F
Black with #8D349F
Text Example
Text Example
White with #8D349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D349F; }
p { color: rgb(141,52,159); }
H1.HeaderClassName
{
color: #8D349F;
}
.AnyTagClassName
{
color: #8D349F;
}
</style>
background-color css
<style>
a { background-color: #8D349F; }
a { background-color: rgb(141,52,159); }
div.DivClassName
{
background-color: #8D349F;
}
.BgClassName
{
background-color: #8D349F;
}
</style>
border-color css
<style>
span { border-color: #8D349F; }
span { border-color: rgb(141,52,159); }
td.TdClassName
{
border-color: #8D349F;
}
.TagClassName
{
border-color: #8D349F;
}
</style>