Shades of Vivid Violet #8D3DA1
Tints of Vivid Violet #8D3DA1
RGB
CMYK
RGB Variations
Color information
#8D3DA1 (or 0x8D3DA1) is known color: Vivid Violet. HEX triplet: 8D, 3D and A1. RGB value is (141,61,161). Sum of RGB (Red+Green+Blue) = 141+61+161=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 161 - color contains mainly: blue. Hex color #8D3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3DA1 is #72C25E. Grayscale: #606060. Windows color (decimal): -7520863 or 10567053. OLE color: 10567053.
HSL color Cylindrical-coordinate representation of color #8D3DA1: hue angle of 288º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3DA1 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 61 | 161 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.37 |
| HSL | 288º | 0.45% | 0.44% | - |
| HSV(B) | 288º | 0.62% | 0.63% | - |
| XYZ | 19.09 | 11.57 | 34.95 | - |
| YUV | 96.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 161 | 0.12 | 0.62 | 0 | 0.37 | 288 | 0.45 | 0.44 |
| Hex | 8D | 3D | A1 | C | 3E | 0 | 25 | 120 | 2D | 2C |
| Octal | 215 | 75 | 241 | 14 | 76 | 0 | 45 | 440 | 55 | 54 |
| Binary | 10001101 | 111101 | 10100001 | 1100 | 111110 | 0 | 100101 | 100100000 | 101101 | 101100 |
Color Harmonies of #8D3DA1
Complementary color
Monochromatic Colors of #8D3DA1
Black with #8D3DA1
Text Example
Text Example
White with #8D3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DA1; }
p { color: rgb(141,61,161); }
H1.HeaderClassName
{
color: #8D3DA1;
}
.AnyTagClassName
{
color: #8D3DA1;
}
</style>
background-color css
<style>
a { background-color: #8D3DA1; }
a { background-color: rgb(141,61,161); }
div.DivClassName
{
background-color: #8D3DA1;
}
.BgClassName
{
background-color: #8D3DA1;
}
</style>
border-color css
<style>
span { border-color: #8D3DA1; }
span { border-color: rgb(141,61,161); }
td.TdClassName
{
border-color: #8D3DA1;
}
.TagClassName
{
border-color: #8D3DA1;
}
</style>