Shades of Vivid Violet #8D3BAC
Tints of Vivid Violet #8D3BAC
RGB
CMYK
RGB Variations
Color information
#8D3BAC (or 0x8D3BAC) is known color: Vivid Violet. HEX triplet: 8D, 3B and AC. RGB value is (141,59,172). Sum of RGB (Red+Green+Blue) = 141+59+172=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3BAC is #72C453. Grayscale: #606060. Windows color (decimal): -7521364 or 11287437. OLE color: 11287437.
HSL color Cylindrical-coordinate representation of color #8D3BAC: hue angle of 283.54º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3BAC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 59 | 172 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.33 |
| HSL | 283.54º | 0.49% | 0.45% | - |
| HSV(B) | 283.54º | 0.66% | 0.67% | - |
| XYZ | 19.99 | 11.77 | 40.25 | - |
| YUV | 96.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 172 | 0.18 | 0.66 | 0 | 0.33 | 283.54 | 0.49 | 0.45 |
| Hex | 8D | 3B | AC | 12 | 42 | 0 | 21 | 11C | 31 | 2D |
| Octal | 215 | 73 | 254 | 22 | 102 | 0 | 41 | 434 | 61 | 55 |
| Binary | 10001101 | 111011 | 10101100 | 10010 | 1000010 | 0 | 100001 | 100011100 | 110001 | 101101 |
Color Harmonies of #8D3BAC
Complementary color
Monochromatic Colors of #8D3BAC
Black with #8D3BAC
Text Example
Text Example
White with #8D3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BAC; }
p { color: rgb(141,59,172); }
H1.HeaderClassName
{
color: #8D3BAC;
}
.AnyTagClassName
{
color: #8D3BAC;
}
</style>
background-color css
<style>
a { background-color: #8D3BAC; }
a { background-color: rgb(141,59,172); }
div.DivClassName
{
background-color: #8D3BAC;
}
.BgClassName
{
background-color: #8D3BAC;
}
</style>
border-color css
<style>
span { border-color: #8D3BAC; }
span { border-color: rgb(141,59,172); }
td.TdClassName
{
border-color: #8D3BAC;
}
.TagClassName
{
border-color: #8D3BAC;
}
</style>