Shades of Vivid Violet #8D3D84
Tints of Vivid Violet #8D3D84
RGB
CMYK
RGB Variations
Color information
#8D3D84 (or 0x8D3D84) is known color: Vivid Violet. HEX triplet: 8D, 3D and 84. RGB value is (141,61,132). Sum of RGB (Red+Green+Blue) = 141+61+132=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3D84 is #72C27B. Grayscale: #5C5C5C. Windows color (decimal): -7520892 or 8666509. OLE color: 8666509.
HSL color Cylindrical-coordinate representation of color #8D3D84: hue angle of 306.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D84 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 132 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.45 |
| HSL | 306.75º | 0.4% | 0.4% | - |
| HSV(B) | 306.75º | 0.57% | 0.55% | - |
| XYZ | 16.82 | 10.67 | 23 | - |
| YUV | 93.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 132 | 0 | 0.57 | 0.06 | 0.45 | 306.75 | 0.4 | 0.4 |
| Hex | 8D | 3D | 84 | 0 | 39 | 6 | 2D | 133 | 28 | 28 |
| Octal | 215 | 75 | 204 | 0 | 71 | 6 | 55 | 463 | 50 | 50 |
| Binary | 10001101 | 111101 | 10000100 | 0 | 111001 | 110 | 101101 | 100110011 | 101000 | 101000 |
Color Harmonies of #8D3D84
Complementary color
Monochromatic Colors of #8D3D84
Black with #8D3D84
Text Example
Text Example
White with #8D3D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D84; }
p { color: rgb(141,61,132); }
H1.HeaderClassName
{
color: #8D3D84;
}
.AnyTagClassName
{
color: #8D3D84;
}
</style>
background-color css
<style>
a { background-color: #8D3D84; }
a { background-color: rgb(141,61,132); }
div.DivClassName
{
background-color: #8D3D84;
}
.BgClassName
{
background-color: #8D3D84;
}
</style>
border-color css
<style>
span { border-color: #8D3D84; }
span { border-color: rgb(141,61,132); }
td.TdClassName
{
border-color: #8D3D84;
}
.TagClassName
{
border-color: #8D3D84;
}
</style>