Shades of Vivid Violet #8D3F8A
Tints of Vivid Violet #8D3F8A
RGB
CMYK
RGB Variations
Color information
#8D3F8A (or 0x8D3F8A) is known color: Vivid Violet. HEX triplet: 8D, 3F and 8A. RGB value is (141,63,138). Sum of RGB (Red+Green+Blue) = 141+63+138=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3F8A is #72C075. Grayscale: #5E5E5E. Windows color (decimal): -7520374 or 9060237. OLE color: 9060237.
HSL color Cylindrical-coordinate representation of color #8D3F8A: hue angle of 302.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F8A is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 138 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.45 |
| HSL | 302.31º | 0.38% | 0.4% | - |
| HSV(B) | 302.31º | 0.55% | 0.55% | - |
| XYZ | 17.35 | 11.05 | 25.26 | - |
| YUV | 94.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 138 | 0 | 0.55 | 0.02 | 0.45 | 302.31 | 0.38 | 0.4 |
| Hex | 8D | 3F | 8A | 0 | 37 | 2 | 2D | 12E | 26 | 28 |
| Octal | 215 | 77 | 212 | 0 | 67 | 2 | 55 | 456 | 46 | 50 |
| Binary | 10001101 | 111111 | 10001010 | 0 | 110111 | 10 | 101101 | 100101110 | 100110 | 101000 |
Color Harmonies of #8D3F8A
Complementary color
Monochromatic Colors of #8D3F8A
Black with #8D3F8A
Text Example
Text Example
White with #8D3F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F8A; }
p { color: rgb(141,63,138); }
H1.HeaderClassName
{
color: #8D3F8A;
}
.AnyTagClassName
{
color: #8D3F8A;
}
</style>
background-color css
<style>
a { background-color: #8D3F8A; }
a { background-color: rgb(141,63,138); }
div.DivClassName
{
background-color: #8D3F8A;
}
.BgClassName
{
background-color: #8D3F8A;
}
</style>
border-color css
<style>
span { border-color: #8D3F8A; }
span { border-color: rgb(141,63,138); }
td.TdClassName
{
border-color: #8D3F8A;
}
.TagClassName
{
border-color: #8D3F8A;
}
</style>