Shades of Vivid Violet #8A4791
Tints of Vivid Violet #8A4791
RGB
CMYK
RGB Variations
Color information
#8A4791 (or 0x8A4791) is known color: Vivid Violet. HEX triplet: 8A, 47 and 91. RGB value is (138,71,145). Sum of RGB (Red+Green+Blue) = 138+71+145=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A4791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4791 is #75B86E. Grayscale: #636363. Windows color (decimal): -7714927 or 9521034. OLE color: 9521034.
HSL color Cylindrical-coordinate representation of color #8A4791: hue angle of 294.32º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4791 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 71 | 145 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.43 |
| HSL | 294.32º | 0.34% | 0.42% | - |
| HSV(B) | 294.32º | 0.51% | 0.57% | - |
| XYZ | 17.85 | 11.95 | 28.15 | - |
| YUV | 99.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 145 | 0.05 | 0.51 | 0 | 0.43 | 294.32 | 0.34 | 0.42 |
| Hex | 8A | 47 | 91 | 5 | 33 | 0 | 2B | 126 | 22 | 2A |
| Octal | 212 | 107 | 221 | 5 | 63 | 0 | 53 | 446 | 42 | 52 |
| Binary | 10001010 | 1000111 | 10010001 | 101 | 110011 | 0 | 101011 | 100100110 | 100010 | 101010 |
Color Harmonies of #8A4791
Complementary color
Monochromatic Colors of #8A4791
Black with #8A4791
Text Example
Text Example
White with #8A4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4791; }
p { color: rgb(138,71,145); }
H1.HeaderClassName
{
color: #8A4791;
}
.AnyTagClassName
{
color: #8A4791;
}
</style>
background-color css
<style>
a { background-color: #8A4791; }
a { background-color: rgb(138,71,145); }
div.DivClassName
{
background-color: #8A4791;
}
.BgClassName
{
background-color: #8A4791;
}
</style>
border-color css
<style>
span { border-color: #8A4791; }
span { border-color: rgb(138,71,145); }
td.TdClassName
{
border-color: #8A4791;
}
.TagClassName
{
border-color: #8A4791;
}
</style>