Shades of Vivid Violet #8D21AC
Tints of Vivid Violet #8D21AC
RGB
CMYK
RGB Variations
Color information
#8D21AC (or 0x8D21AC) is known color: Vivid Violet. HEX triplet: 8D, 21 and AC. RGB value is (141,33,172). Sum of RGB (Red+Green+Blue) = 141+33+172=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D21AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D21AC is #72DE53. Grayscale: #505050. Windows color (decimal): -7528020 or 11280781. OLE color: 11280781.
HSL color Cylindrical-coordinate representation of color #8D21AC: hue angle of 286.62º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D21AC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 33 | 172 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.33 |
| HSL | 286.62º | 0.68% | 0.4% | - |
| HSV(B) | 286.62º | 0.81% | 0.67% | - |
| XYZ | 18.97 | 9.73 | 39.91 | - |
| YUV | 81.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 172 | 0.18 | 0.81 | 0 | 0.33 | 286.62 | 0.68 | 0.4 |
| Hex | 8D | 21 | AC | 12 | 51 | 0 | 21 | 11F | 44 | 28 |
| Octal | 215 | 41 | 254 | 22 | 121 | 0 | 41 | 437 | 104 | 50 |
| Binary | 10001101 | 100001 | 10101100 | 10010 | 1010001 | 0 | 100001 | 100011111 | 1000100 | 101000 |
Color Harmonies of #8D21AC
Complementary color
Monochromatic Colors of #8D21AC
Black with #8D21AC
Text Example
Text Example
White with #8D21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D21AC; }
p { color: rgb(141,33,172); }
H1.HeaderClassName
{
color: #8D21AC;
}
.AnyTagClassName
{
color: #8D21AC;
}
</style>
background-color css
<style>
a { background-color: #8D21AC; }
a { background-color: rgb(141,33,172); }
div.DivClassName
{
background-color: #8D21AC;
}
.BgClassName
{
background-color: #8D21AC;
}
</style>
border-color css
<style>
span { border-color: #8D21AC; }
span { border-color: rgb(141,33,172); }
td.TdClassName
{
border-color: #8D21AC;
}
.TagClassName
{
border-color: #8D21AC;
}
</style>