Shades of Vivid Violet #8D319C
Tints of Vivid Violet #8D319C
RGB
CMYK
RGB Variations
Color information
#8D319C (or 0x8D319C) is known color: Vivid Violet. HEX triplet: 8D, 31 and 9C. RGB value is (141,49,156). Sum of RGB (Red+Green+Blue) = 141+49+156=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D319C is #72CE63. Grayscale: #585858. Windows color (decimal): -7523940 or 10236301. OLE color: 10236301.
HSL color Cylindrical-coordinate representation of color #8D319C: hue angle of 291.59º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D319C is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 49 | 156 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.39 |
| HSL | 291.59º | 0.52% | 0.4% | - |
| HSV(B) | 291.59º | 0.69% | 0.61% | - |
| XYZ | 18.08 | 10.26 | 32.48 | - |
| YUV | 88.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 49 | 156 | 0.10 | 0.69 | 0 | 0.39 | 291.59 | 0.52 | 0.4 |
| Hex | 8D | 31 | 9C | A | 45 | 0 | 27 | 124 | 34 | 28 |
| Octal | 215 | 61 | 234 | 12 | 105 | 0 | 47 | 444 | 64 | 50 |
| Binary | 10001101 | 110001 | 10011100 | 1010 | 1000101 | 0 | 100111 | 100100100 | 110100 | 101000 |
Color Harmonies of #8D319C
Complementary color
Monochromatic Colors of #8D319C
Black with #8D319C
Text Example
Text Example
White with #8D319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D319C; }
p { color: rgb(141,49,156); }
H1.HeaderClassName
{
color: #8D319C;
}
.AnyTagClassName
{
color: #8D319C;
}
</style>
background-color css
<style>
a { background-color: #8D319C; }
a { background-color: rgb(141,49,156); }
div.DivClassName
{
background-color: #8D319C;
}
.BgClassName
{
background-color: #8D319C;
}
</style>
border-color css
<style>
span { border-color: #8D319C; }
span { border-color: rgb(141,49,156); }
td.TdClassName
{
border-color: #8D319C;
}
.TagClassName
{
border-color: #8D319C;
}
</style>