Shades of Vivid Violet #8441A2
Tints of Vivid Violet #8441A2
RGB
CMYK
RGB Variations
Color information
#8441A2 (or 0x8441A2) is known color: Vivid Violet. HEX triplet: 84, 41 and A2. RGB value is (132,65,162). Sum of RGB (Red+Green+Blue) = 132+65+162=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #8441A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441A2 is #7BBE5D. Grayscale: #5F5F5F. Windows color (decimal): -8109662 or 10633604. OLE color: 10633604.
HSL color Cylindrical-coordinate representation of color #8441A2: hue angle of 281.44º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8441A2 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 65 | 162 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.36 |
| HSL | 281.44º | 0.43% | 0.45% | - |
| HSV(B) | 281.44º | 0.6% | 0.64% | - |
| XYZ | 17.93 | 11.29 | 35.42 | - |
| YUV | 96.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 162 | 0.19 | 0.60 | 0 | 0.36 | 281.44 | 0.43 | 0.45 |
| Hex | 84 | 41 | A2 | 13 | 3C | 0 | 24 | 119 | 2B | 2D |
| Octal | 204 | 101 | 242 | 23 | 74 | 0 | 44 | 431 | 53 | 55 |
| Binary | 10000100 | 1000001 | 10100010 | 10011 | 111100 | 0 | 100100 | 100011001 | 101011 | 101101 |
Color Harmonies of #8441A2
Complementary color
Monochromatic Colors of #8441A2
Black with #8441A2
Text Example
Text Example
White with #8441A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441A2; }
p { color: rgb(132,65,162); }
H1.HeaderClassName
{
color: #8441A2;
}
.AnyTagClassName
{
color: #8441A2;
}
</style>
background-color css
<style>
a { background-color: #8441A2; }
a { background-color: rgb(132,65,162); }
div.DivClassName
{
background-color: #8441A2;
}
.BgClassName
{
background-color: #8441A2;
}
</style>
border-color css
<style>
span { border-color: #8441A2; }
span { border-color: rgb(132,65,162); }
td.TdClassName
{
border-color: #8441A2;
}
.TagClassName
{
border-color: #8441A2;
}
</style>