Shades of Vivid Violet #8D3C8A
Tints of Vivid Violet #8D3C8A
RGB
CMYK
RGB Variations
Color information
#8D3C8A (or 0x8D3C8A) is known color: Vivid Violet. HEX triplet: 8D, 3C and 8A. RGB value is (141,60,138). Sum of RGB (Red+Green+Blue) = 141+60+138=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C8A is #72C375. Grayscale: #5C5C5C. Windows color (decimal): -7521142 or 9059469. OLE color: 9059469.
HSL color Cylindrical-coordinate representation of color #8D3C8A: hue angle of 302.22º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C8A is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 138 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.45 |
| HSL | 302.22º | 0.4% | 0.39% | - |
| HSV(B) | 302.22º | 0.57% | 0.55% | - |
| XYZ | 17.19 | 10.73 | 25.21 | - |
| YUV | 93.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 138 | 0 | 0.57 | 0.02 | 0.45 | 302.22 | 0.4 | 0.39 |
| Hex | 8D | 3C | 8A | 0 | 39 | 2 | 2D | 12E | 28 | 27 |
| Octal | 215 | 74 | 212 | 0 | 71 | 2 | 55 | 456 | 50 | 47 |
| Binary | 10001101 | 111100 | 10001010 | 0 | 111001 | 10 | 101101 | 100101110 | 101000 | 100111 |
Color Harmonies of #8D3C8A
Complementary color
Monochromatic Colors of #8D3C8A
Black with #8D3C8A
Text Example
Text Example
White with #8D3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C8A; }
p { color: rgb(141,60,138); }
H1.HeaderClassName
{
color: #8D3C8A;
}
.AnyTagClassName
{
color: #8D3C8A;
}
</style>
background-color css
<style>
a { background-color: #8D3C8A; }
a { background-color: rgb(141,60,138); }
div.DivClassName
{
background-color: #8D3C8A;
}
.BgClassName
{
background-color: #8D3C8A;
}
</style>
border-color css
<style>
span { border-color: #8D3C8A; }
span { border-color: rgb(141,60,138); }
td.TdClassName
{
border-color: #8D3C8A;
}
.TagClassName
{
border-color: #8D3C8A;
}
</style>