Shades of Vivid Violet #8D1AAA
Tints of Vivid Violet #8D1AAA
RGB
CMYK
RGB Variations
Color information
#8D1AAA (or 0x8D1AAA) is known color: Vivid Violet. HEX triplet: 8D, 1A and AA. RGB value is (141,26,170). Sum of RGB (Red+Green+Blue) = 141+26+170=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1AAA is #72E555. Grayscale: #4C4C4C. Windows color (decimal): -7529814 or 11147917. OLE color: 11147917.
HSL color Cylindrical-coordinate representation of color #8D1AAA: hue angle of 287.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1AAA is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 26 | 170 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.33 |
| HSL | 287.92º | 0.73% | 0.38% | - |
| HSV(B) | 287.92º | 0.85% | 0.67% | - |
| XYZ | 18.61 | 9.3 | 38.85 | - |
| YUV | 76.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 170 | 0.17 | 0.85 | 0 | 0.33 | 287.92 | 0.73 | 0.38 |
| Hex | 8D | 1A | AA | 11 | 55 | 0 | 21 | 120 | 49 | 26 |
| Octal | 215 | 32 | 252 | 21 | 125 | 0 | 41 | 440 | 111 | 46 |
| Binary | 10001101 | 11010 | 10101010 | 10001 | 1010101 | 0 | 100001 | 100100000 | 1001001 | 100110 |
Color Harmonies of #8D1AAA
Complementary color
Monochromatic Colors of #8D1AAA
Black with #8D1AAA
Text Example
Text Example
White with #8D1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AAA; }
p { color: rgb(141,26,170); }
H1.HeaderClassName
{
color: #8D1AAA;
}
.AnyTagClassName
{
color: #8D1AAA;
}
</style>
background-color css
<style>
a { background-color: #8D1AAA; }
a { background-color: rgb(141,26,170); }
div.DivClassName
{
background-color: #8D1AAA;
}
.BgClassName
{
background-color: #8D1AAA;
}
</style>
border-color css
<style>
span { border-color: #8D1AAA; }
span { border-color: rgb(141,26,170); }
td.TdClassName
{
border-color: #8D1AAA;
}
.TagClassName
{
border-color: #8D1AAA;
}
</style>