Shades of Vivid Violet #8D1FAA
Tints of Vivid Violet #8D1FAA
RGB
CMYK
RGB Variations
Color information
#8D1FAA (or 0x8D1FAA) is known color: Vivid Violet. HEX triplet: 8D, 1F and AA. RGB value is (141,31,170). Sum of RGB (Red+Green+Blue) = 141+31+170=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1FAA is #72E055. Grayscale: #4F4F4F. Windows color (decimal): -7528534 or 11149197. OLE color: 11149197.
HSL color Cylindrical-coordinate representation of color #8D1FAA: hue angle of 287.48º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1FAA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 31 | 170 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.33 |
| HSL | 287.48º | 0.69% | 0.39% | - |
| HSV(B) | 287.48º | 0.82% | 0.67% | - |
| XYZ | 18.73 | 9.54 | 38.89 | - |
| YUV | 79.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 170 | 0.17 | 0.82 | 0 | 0.33 | 287.48 | 0.69 | 0.39 |
| Hex | 8D | 1F | AA | 11 | 52 | 0 | 21 | 11F | 45 | 27 |
| Octal | 215 | 37 | 252 | 21 | 122 | 0 | 41 | 437 | 105 | 47 |
| Binary | 10001101 | 11111 | 10101010 | 10001 | 1010010 | 0 | 100001 | 100011111 | 1000101 | 100111 |
Color Harmonies of #8D1FAA
Complementary color
Monochromatic Colors of #8D1FAA
Black with #8D1FAA
Text Example
Text Example
White with #8D1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FAA; }
p { color: rgb(141,31,170); }
H1.HeaderClassName
{
color: #8D1FAA;
}
.AnyTagClassName
{
color: #8D1FAA;
}
</style>
background-color css
<style>
a { background-color: #8D1FAA; }
a { background-color: rgb(141,31,170); }
div.DivClassName
{
background-color: #8D1FAA;
}
.BgClassName
{
background-color: #8D1FAA;
}
</style>
border-color css
<style>
span { border-color: #8D1FAA; }
span { border-color: rgb(141,31,170); }
td.TdClassName
{
border-color: #8D1FAA;
}
.TagClassName
{
border-color: #8D1FAA;
}
</style>