Shades of Vivid Violet #8321AC
Tints of Vivid Violet #8321AC
RGB
CMYK
RGB Variations
Color information
#8321AC (or 0x8321AC) is known color: Vivid Violet. HEX triplet: 83, 21 and AC. RGB value is (131,33,172). Sum of RGB (Red+Green+Blue) = 131+33+172=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #8321AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8321AC is #7CDE53. Grayscale: #4D4D4D. Windows color (decimal): -8183380 or 11280771. OLE color: 11280771.
HSL color Cylindrical-coordinate representation of color #8321AC: hue angle of 282.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8321AC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 33 | 172 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.33 |
| HSL | 282.3º | 0.68% | 0.4% | - |
| HSV(B) | 282.3º | 0.81% | 0.67% | - |
| XYZ | 17.35 | 8.89 | 39.83 | - |
| YUV | 78.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 172 | 0.24 | 0.81 | 0 | 0.33 | 282.3 | 0.68 | 0.4 |
| Hex | 83 | 21 | AC | 18 | 51 | 0 | 21 | 11A | 44 | 28 |
| Octal | 203 | 41 | 254 | 30 | 121 | 0 | 41 | 432 | 104 | 50 |
| Binary | 10000011 | 100001 | 10101100 | 11000 | 1010001 | 0 | 100001 | 100011010 | 1000100 | 101000 |
Color Harmonies of #8321AC
Complementary color
Monochromatic Colors of #8321AC
Black with #8321AC
Text Example
Text Example
White with #8321AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321AC; }
p { color: rgb(131,33,172); }
H1.HeaderClassName
{
color: #8321AC;
}
.AnyTagClassName
{
color: #8321AC;
}
</style>
background-color css
<style>
a { background-color: #8321AC; }
a { background-color: rgb(131,33,172); }
div.DivClassName
{
background-color: #8321AC;
}
.BgClassName
{
background-color: #8321AC;
}
</style>
border-color css
<style>
span { border-color: #8321AC; }
span { border-color: rgb(131,33,172); }
td.TdClassName
{
border-color: #8321AC;
}
.TagClassName
{
border-color: #8321AC;
}
</style>