Shades of Vivid Violet #8D3C85
Tints of Vivid Violet #8D3C85
RGB
CMYK
RGB Variations
Color information
#8D3C85 (or 0x8D3C85) is known color: Vivid Violet. HEX triplet: 8D, 3C and 85. RGB value is (141,60,133). Sum of RGB (Red+Green+Blue) = 141+60+133=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C85 is #72C37A. Grayscale: #5C5C5C. Windows color (decimal): -7521147 or 8731789. OLE color: 8731789.
HSL color Cylindrical-coordinate representation of color #8D3C85: hue angle of 305.93º 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 #8D3C85 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 133 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.45 |
| HSL | 305.93º | 0.4% | 0.39% | - |
| HSV(B) | 305.93º | 0.57% | 0.55% | - |
| XYZ | 16.83 | 10.59 | 23.35 | - |
| YUV | 92.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 133 | 0 | 0.57 | 0.06 | 0.45 | 305.93 | 0.4 | 0.39 |
| Hex | 8D | 3C | 85 | 0 | 39 | 6 | 2D | 132 | 28 | 27 |
| Octal | 215 | 74 | 205 | 0 | 71 | 6 | 55 | 462 | 50 | 47 |
| Binary | 10001101 | 111100 | 10000101 | 0 | 111001 | 110 | 101101 | 100110010 | 101000 | 100111 |
Color Harmonies of #8D3C85
Complementary color
Monochromatic Colors of #8D3C85
Black with #8D3C85
Text Example
Text Example
White with #8D3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C85; }
p { color: rgb(141,60,133); }
H1.HeaderClassName
{
color: #8D3C85;
}
.AnyTagClassName
{
color: #8D3C85;
}
</style>
background-color css
<style>
a { background-color: #8D3C85; }
a { background-color: rgb(141,60,133); }
div.DivClassName
{
background-color: #8D3C85;
}
.BgClassName
{
background-color: #8D3C85;
}
</style>
border-color css
<style>
span { border-color: #8D3C85; }
span { border-color: rgb(141,60,133); }
td.TdClassName
{
border-color: #8D3C85;
}
.TagClassName
{
border-color: #8D3C85;
}
</style>