Shades of Vivid Violet #8D2AAA
Tints of Vivid Violet #8D2AAA
RGB
CMYK
RGB Variations
Color information
#8D2AAA (or 0x8D2AAA) is known color: Vivid Violet. HEX triplet: 8D, 2A and AA. RGB value is (141,42,170). Sum of RGB (Red+Green+Blue) = 141+42+170=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2AAA is #72D555. Grayscale: #555555. Windows color (decimal): -7525718 or 11152013. OLE color: 11152013.
HSL color Cylindrical-coordinate representation of color #8D2AAA: hue angle of 286.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2AAA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 42 | 170 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.33 |
| HSL | 286.41º | 0.6% | 0.42% | - |
| HSV(B) | 286.41º | 0.75% | 0.67% | - |
| XYZ | 19.07 | 10.22 | 39 | - |
| YUV | 86.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 170 | 0.17 | 0.75 | 0 | 0.33 | 286.41 | 0.6 | 0.42 |
| Hex | 8D | 2A | AA | 11 | 4B | 0 | 21 | 11E | 3C | 2A |
| Octal | 215 | 52 | 252 | 21 | 113 | 0 | 41 | 436 | 74 | 52 |
| Binary | 10001101 | 101010 | 10101010 | 10001 | 1001011 | 0 | 100001 | 100011110 | 111100 | 101010 |
Color Harmonies of #8D2AAA
Complementary color
Monochromatic Colors of #8D2AAA
Black with #8D2AAA
Text Example
Text Example
White with #8D2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2AAA; }
p { color: rgb(141,42,170); }
H1.HeaderClassName
{
color: #8D2AAA;
}
.AnyTagClassName
{
color: #8D2AAA;
}
</style>
background-color css
<style>
a { background-color: #8D2AAA; }
a { background-color: rgb(141,42,170); }
div.DivClassName
{
background-color: #8D2AAA;
}
.BgClassName
{
background-color: #8D2AAA;
}
</style>
border-color css
<style>
span { border-color: #8D2AAA; }
span { border-color: rgb(141,42,170); }
td.TdClassName
{
border-color: #8D2AAA;
}
.TagClassName
{
border-color: #8D2AAA;
}
</style>