Shades of Vivid Violet #8341A2
Tints of Vivid Violet #8341A2
RGB
CMYK
RGB Variations
Color information
#8341A2 (or 0x8341A2) is known color: Vivid Violet. HEX triplet: 83, 41 and A2. RGB value is (131,65,162). Sum of RGB (Red+Green+Blue) = 131+65+162=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #8341A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341A2 is #7CBE5D. Grayscale: #5F5F5F. Windows color (decimal): -8175198 or 10633603. OLE color: 10633603.
HSL color Cylindrical-coordinate representation of color #8341A2: hue angle of 280.82º 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 #8341A2 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 65 | 162 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.36 |
| HSL | 280.82º | 0.43% | 0.45% | - |
| HSV(B) | 280.82º | 0.6% | 0.64% | - |
| XYZ | 17.77 | 11.21 | 35.41 | - |
| YUV | 95.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 162 | 0.19 | 0.60 | 0 | 0.36 | 280.82 | 0.43 | 0.45 |
| Hex | 83 | 41 | A2 | 13 | 3C | 0 | 24 | 119 | 2B | 2D |
| Octal | 203 | 101 | 242 | 23 | 74 | 0 | 44 | 431 | 53 | 55 |
| Binary | 10000011 | 1000001 | 10100010 | 10011 | 111100 | 0 | 100100 | 100011001 | 101011 | 101101 |
Color Harmonies of #8341A2
Complementary color
Monochromatic Colors of #8341A2
Black with #8341A2
Text Example
Text Example
White with #8341A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341A2; }
p { color: rgb(131,65,162); }
H1.HeaderClassName
{
color: #8341A2;
}
.AnyTagClassName
{
color: #8341A2;
}
</style>
background-color css
<style>
a { background-color: #8341A2; }
a { background-color: rgb(131,65,162); }
div.DivClassName
{
background-color: #8341A2;
}
.BgClassName
{
background-color: #8341A2;
}
</style>
border-color css
<style>
span { border-color: #8341A2; }
span { border-color: rgb(131,65,162); }
td.TdClassName
{
border-color: #8341A2;
}
.TagClassName
{
border-color: #8341A2;
}
</style>