Shades of Vivid Violet #8A4E91
Tints of Vivid Violet #8A4E91
RGB
CMYK
RGB Variations
Color information
#8A4E91 (or 0x8A4E91) is known color: Vivid Violet. HEX triplet: 8A, 4E and 91. RGB value is (138,78,145). Sum of RGB (Red+Green+Blue) = 138+78+145=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A4E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4E91 is #75B16E. Grayscale: #676767. Windows color (decimal): -7713135 or 9522826. OLE color: 9522826.
HSL color Cylindrical-coordinate representation of color #8A4E91: hue angle of 293.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4E91 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 78 | 145 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.43 |
| HSL | 293.73º | 0.3% | 0.44% | - |
| HSV(B) | 293.73º | 0.46% | 0.57% | - |
| XYZ | 18.32 | 12.9 | 28.31 | - |
| YUV | 103.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 145 | 0.05 | 0.46 | 0 | 0.43 | 293.73 | 0.3 | 0.44 |
| Hex | 8A | 4E | 91 | 5 | 2E | 0 | 2B | 126 | 1E | 2C |
| Octal | 212 | 116 | 221 | 5 | 56 | 0 | 53 | 446 | 36 | 54 |
| Binary | 10001010 | 1001110 | 10010001 | 101 | 101110 | 0 | 101011 | 100100110 | 11110 | 101100 |
Color Harmonies of #8A4E91
Complementary color
Monochromatic Colors of #8A4E91
Black with #8A4E91
Text Example
Text Example
White with #8A4E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E91; }
p { color: rgb(138,78,145); }
H1.HeaderClassName
{
color: #8A4E91;
}
.AnyTagClassName
{
color: #8A4E91;
}
</style>
background-color css
<style>
a { background-color: #8A4E91; }
a { background-color: rgb(138,78,145); }
div.DivClassName
{
background-color: #8A4E91;
}
.BgClassName
{
background-color: #8A4E91;
}
</style>
border-color css
<style>
span { border-color: #8A4E91; }
span { border-color: rgb(138,78,145); }
td.TdClassName
{
border-color: #8A4E91;
}
.TagClassName
{
border-color: #8A4E91;
}
</style>