Shades of Vivid Violet #8326A4
Tints of Vivid Violet #8326A4
RGB
CMYK
RGB Variations
Color information
#8326A4 (or 0x8326A4) is known color: Vivid Violet. HEX triplet: 83, 26 and A4. RGB value is (131,38,164). Sum of RGB (Red+Green+Blue) = 131+38+164=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #8326A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8326A4 is #7CD95B. Grayscale: #4F4F4F. Windows color (decimal): -8182108 or 10757763. OLE color: 10757763.
HSL color Cylindrical-coordinate representation of color #8326A4: hue angle of 284.29º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8326A4 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 38 | 164 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.36 |
| HSL | 284.29º | 0.62% | 0.4% | - |
| HSV(B) | 284.29º | 0.77% | 0.64% | - |
| XYZ | 16.75 | 8.89 | 35.96 | - |
| YUV | 80.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 164 | 0.20 | 0.77 | 0 | 0.36 | 284.29 | 0.62 | 0.4 |
| Hex | 83 | 26 | A4 | 14 | 4D | 0 | 24 | 11C | 3E | 28 |
| Octal | 203 | 46 | 244 | 24 | 115 | 0 | 44 | 434 | 76 | 50 |
| Binary | 10000011 | 100110 | 10100100 | 10100 | 1001101 | 0 | 100100 | 100011100 | 111110 | 101000 |
Color Harmonies of #8326A4
Complementary color
Monochromatic Colors of #8326A4
Black with #8326A4
Text Example
Text Example
White with #8326A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326A4; }
p { color: rgb(131,38,164); }
H1.HeaderClassName
{
color: #8326A4;
}
.AnyTagClassName
{
color: #8326A4;
}
</style>
background-color css
<style>
a { background-color: #8326A4; }
a { background-color: rgb(131,38,164); }
div.DivClassName
{
background-color: #8326A4;
}
.BgClassName
{
background-color: #8326A4;
}
</style>
border-color css
<style>
span { border-color: #8326A4; }
span { border-color: rgb(131,38,164); }
td.TdClassName
{
border-color: #8326A4;
}
.TagClassName
{
border-color: #8326A4;
}
</style>