Shades of Vivid Violet #8321A3
Tints of Vivid Violet #8321A3
RGB
CMYK
RGB Variations
Color information
#8321A3 (or 0x8321A3) is known color: Vivid Violet. HEX triplet: 83, 21 and A3. RGB value is (131,33,163). Sum of RGB (Red+Green+Blue) = 131+33+163=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #8321A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8321A3 is #7CDE5C. Grayscale: #4C4C4C. Windows color (decimal): -8183389 or 10690947. OLE color: 10690947.
HSL color Cylindrical-coordinate representation of color #8321A3: hue angle of 285.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8321A3 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 33 | 163 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.36 |
| HSL | 285.23º | 0.66% | 0.38% | - |
| HSV(B) | 285.23º | 0.8% | 0.64% | - |
| XYZ | 16.51 | 8.56 | 35.43 | - |
| YUV | 77.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 163 | 0.20 | 0.80 | 0 | 0.36 | 285.23 | 0.66 | 0.38 |
| Hex | 83 | 21 | A3 | 14 | 50 | 0 | 24 | 11D | 42 | 26 |
| Octal | 203 | 41 | 243 | 24 | 120 | 0 | 44 | 435 | 102 | 46 |
| Binary | 10000011 | 100001 | 10100011 | 10100 | 1010000 | 0 | 100100 | 100011101 | 1000010 | 100110 |
Color Harmonies of #8321A3
Complementary color
Monochromatic Colors of #8321A3
Black with #8321A3
Text Example
Text Example
White with #8321A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321A3; }
p { color: rgb(131,33,163); }
H1.HeaderClassName
{
color: #8321A3;
}
.AnyTagClassName
{
color: #8321A3;
}
</style>
background-color css
<style>
a { background-color: #8321A3; }
a { background-color: rgb(131,33,163); }
div.DivClassName
{
background-color: #8321A3;
}
.BgClassName
{
background-color: #8321A3;
}
</style>
border-color css
<style>
span { border-color: #8321A3; }
span { border-color: rgb(131,33,163); }
td.TdClassName
{
border-color: #8321A3;
}
.TagClassName
{
border-color: #8321A3;
}
</style>