Shades of Vivid Violet #8D359F
Tints of Vivid Violet #8D359F
RGB
CMYK
RGB Variations
Color information
#8D359F (or 0x8D359F) is known color: Vivid Violet. HEX triplet: 8D, 35 and 9F. RGB value is (141,53,159). Sum of RGB (Red+Green+Blue) = 141+53+159=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D359F is #72CA60. Grayscale: #5B5B5B. Windows color (decimal): -7522913 or 10433933. OLE color: 10433933.
HSL color Cylindrical-coordinate representation of color #8D359F: hue angle of 289.81º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D359F is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 53 | 159 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.38 |
| HSL | 289.81º | 0.5% | 0.42% | - |
| HSV(B) | 289.81º | 0.67% | 0.62% | - |
| XYZ | 18.52 | 10.71 | 33.89 | - |
| YUV | 91.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 159 | 0.11 | 0.67 | 0 | 0.38 | 289.81 | 0.5 | 0.42 |
| Hex | 8D | 35 | 9F | B | 43 | 0 | 26 | 122 | 32 | 2A |
| Octal | 215 | 65 | 237 | 13 | 103 | 0 | 46 | 442 | 62 | 52 |
| Binary | 10001101 | 110101 | 10011111 | 1011 | 1000011 | 0 | 100110 | 100100010 | 110010 | 101010 |
Color Harmonies of #8D359F
Complementary color
Monochromatic Colors of #8D359F
Black with #8D359F
Text Example
Text Example
White with #8D359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D359F; }
p { color: rgb(141,53,159); }
H1.HeaderClassName
{
color: #8D359F;
}
.AnyTagClassName
{
color: #8D359F;
}
</style>
background-color css
<style>
a { background-color: #8D359F; }
a { background-color: rgb(141,53,159); }
div.DivClassName
{
background-color: #8D359F;
}
.BgClassName
{
background-color: #8D359F;
}
</style>
border-color css
<style>
span { border-color: #8D359F; }
span { border-color: rgb(141,53,159); }
td.TdClassName
{
border-color: #8D359F;
}
.TagClassName
{
border-color: #8D359F;
}
</style>