Shades of Vivid Violet #8D3AAC
Tints of Vivid Violet #8D3AAC
RGB
CMYK
RGB Variations
Color information
#8D3AAC (or 0x8D3AAC) is known color: Vivid Violet. HEX triplet: 8D, 3A and AC. RGB value is (141,58,172). Sum of RGB (Red+Green+Blue) = 141+58+172=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3AAC is #72C553. Grayscale: #5F5F5F. Windows color (decimal): -7521620 or 11287181. OLE color: 11287181.
HSL color Cylindrical-coordinate representation of color #8D3AAC: hue angle of 283.68º degrees, saturation: 0.5, 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 #8D3AAC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 58 | 172 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.33 |
| HSL | 283.68º | 0.5% | 0.45% | - |
| HSV(B) | 283.68º | 0.66% | 0.67% | - |
| XYZ | 19.94 | 11.67 | 40.23 | - |
| YUV | 95.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 172 | 0.18 | 0.66 | 0 | 0.33 | 283.68 | 0.5 | 0.45 |
| Hex | 8D | 3A | AC | 12 | 42 | 0 | 21 | 11C | 32 | 2D |
| Octal | 215 | 72 | 254 | 22 | 102 | 0 | 41 | 434 | 62 | 55 |
| Binary | 10001101 | 111010 | 10101100 | 10010 | 1000010 | 0 | 100001 | 100011100 | 110010 | 101101 |
Color Harmonies of #8D3AAC
Complementary color
Monochromatic Colors of #8D3AAC
Black with #8D3AAC
Text Example
Text Example
White with #8D3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3AAC; }
p { color: rgb(141,58,172); }
H1.HeaderClassName
{
color: #8D3AAC;
}
.AnyTagClassName
{
color: #8D3AAC;
}
</style>
background-color css
<style>
a { background-color: #8D3AAC; }
a { background-color: rgb(141,58,172); }
div.DivClassName
{
background-color: #8D3AAC;
}
.BgClassName
{
background-color: #8D3AAC;
}
</style>
border-color css
<style>
span { border-color: #8D3AAC; }
span { border-color: rgb(141,58,172); }
td.TdClassName
{
border-color: #8D3AAC;
}
.TagClassName
{
border-color: #8D3AAC;
}
</style>