Shades of Vivid Violet #8326AC
Tints of Vivid Violet #8326AC
RGB
CMYK
RGB Variations
Color information
#8326AC (or 0x8326AC) is known color: Vivid Violet. HEX triplet: 83, 26 and AC. RGB value is (131,38,172). Sum of RGB (Red+Green+Blue) = 131+38+172=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #8326AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8326AC is #7CD953. Grayscale: #505050. Windows color (decimal): -8182100 or 11282051. OLE color: 11282051.
HSL color Cylindrical-coordinate representation of color #8326AC: hue angle of 281.64º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8326AC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 38 | 172 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.33 |
| HSL | 281.64º | 0.64% | 0.41% | - |
| HSV(B) | 281.64º | 0.78% | 0.67% | - |
| XYZ | 17.5 | 9.19 | 39.88 | - |
| YUV | 81.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 172 | 0.24 | 0.78 | 0 | 0.33 | 281.64 | 0.64 | 0.41 |
| Hex | 83 | 26 | AC | 18 | 4E | 0 | 21 | 11A | 40 | 29 |
| Octal | 203 | 46 | 254 | 30 | 116 | 0 | 41 | 432 | 100 | 51 |
| Binary | 10000011 | 100110 | 10101100 | 11000 | 1001110 | 0 | 100001 | 100011010 | 1000000 | 101001 |
Color Harmonies of #8326AC
Complementary color
Monochromatic Colors of #8326AC
Black with #8326AC
Text Example
Text Example
White with #8326AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326AC; }
p { color: rgb(131,38,172); }
H1.HeaderClassName
{
color: #8326AC;
}
.AnyTagClassName
{
color: #8326AC;
}
</style>
background-color css
<style>
a { background-color: #8326AC; }
a { background-color: rgb(131,38,172); }
div.DivClassName
{
background-color: #8326AC;
}
.BgClassName
{
background-color: #8326AC;
}
</style>
border-color css
<style>
span { border-color: #8326AC; }
span { border-color: rgb(131,38,172); }
td.TdClassName
{
border-color: #8326AC;
}
.TagClassName
{
border-color: #8326AC;
}
</style>