Shades of Vivid Violet #8D1BAA
Tints of Vivid Violet #8D1BAA
RGB
CMYK
RGB Variations
Color information
#8D1BAA (or 0x8D1BAA) is known color: Vivid Violet. HEX triplet: 8D, 1B and AA. RGB value is (141,27,170). Sum of RGB (Red+Green+Blue) = 141+27+170=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D1BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1BAA is #72E455. Grayscale: #4C4C4C. Windows color (decimal): -7529558 or 11148173. OLE color: 11148173.
HSL color Cylindrical-coordinate representation of color #8D1BAA: hue angle of 287.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1BAA is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 27 | 170 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.33 |
| HSL | 287.83º | 0.73% | 0.39% | - |
| HSV(B) | 287.83º | 0.84% | 0.67% | - |
| XYZ | 18.63 | 9.35 | 38.85 | - |
| YUV | 77.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 170 | 0.17 | 0.84 | 0 | 0.33 | 287.83 | 0.73 | 0.39 |
| Hex | 8D | 1B | AA | 11 | 54 | 0 | 21 | 120 | 49 | 27 |
| Octal | 215 | 33 | 252 | 21 | 124 | 0 | 41 | 440 | 111 | 47 |
| Binary | 10001101 | 11011 | 10101010 | 10001 | 1010100 | 0 | 100001 | 100100000 | 1001001 | 100111 |
Color Harmonies of #8D1BAA
Complementary color
Monochromatic Colors of #8D1BAA
Black with #8D1BAA
Text Example
Text Example
White with #8D1BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BAA; }
p { color: rgb(141,27,170); }
H1.HeaderClassName
{
color: #8D1BAA;
}
.AnyTagClassName
{
color: #8D1BAA;
}
</style>
background-color css
<style>
a { background-color: #8D1BAA; }
a { background-color: rgb(141,27,170); }
div.DivClassName
{
background-color: #8D1BAA;
}
.BgClassName
{
background-color: #8D1BAA;
}
</style>
border-color css
<style>
span { border-color: #8D1BAA; }
span { border-color: rgb(141,27,170); }
td.TdClassName
{
border-color: #8D1BAA;
}
.TagClassName
{
border-color: #8D1BAA;
}
</style>