Shades of Vivid Violet #8441A1
Tints of Vivid Violet #8441A1
RGB
CMYK
RGB Variations
Color information
#8441A1 (or 0x8441A1) is known color: Vivid Violet. HEX triplet: 84, 41 and A1. RGB value is (132,65,161). Sum of RGB (Red+Green+Blue) = 132+65+161=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #8441A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441A1 is #7BBE5E. Grayscale: #5F5F5F. Windows color (decimal): -8109663 or 10568068. OLE color: 10568068.
HSL color Cylindrical-coordinate representation of color #8441A1: hue angle of 281.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8441A1 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 65 | 161 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.37 |
| HSL | 281.88º | 0.42% | 0.44% | - |
| HSV(B) | 281.88º | 0.6% | 0.63% | - |
| XYZ | 17.84 | 11.26 | 34.95 | - |
| YUV | 95.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 161 | 0.18 | 0.60 | 0 | 0.37 | 281.88 | 0.42 | 0.44 |
| Hex | 84 | 41 | A1 | 12 | 3C | 0 | 25 | 11A | 2A | 2C |
| Octal | 204 | 101 | 241 | 22 | 74 | 0 | 45 | 432 | 52 | 54 |
| Binary | 10000100 | 1000001 | 10100001 | 10010 | 111100 | 0 | 100101 | 100011010 | 101010 | 101100 |
Color Harmonies of #8441A1
Complementary color
Monochromatic Colors of #8441A1
Black with #8441A1
Text Example
Text Example
White with #8441A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441A1; }
p { color: rgb(132,65,161); }
H1.HeaderClassName
{
color: #8441A1;
}
.AnyTagClassName
{
color: #8441A1;
}
</style>
background-color css
<style>
a { background-color: #8441A1; }
a { background-color: rgb(132,65,161); }
div.DivClassName
{
background-color: #8441A1;
}
.BgClassName
{
background-color: #8441A1;
}
</style>
border-color css
<style>
span { border-color: #8441A1; }
span { border-color: rgb(132,65,161); }
td.TdClassName
{
border-color: #8441A1;
}
.TagClassName
{
border-color: #8441A1;
}
</style>