Shades of Vivid Violet #8328AC
Tints of Vivid Violet #8328AC
RGB
CMYK
RGB Variations
Color information
#8328AC (or 0x8328AC) is known color: Vivid Violet. HEX triplet: 83, 28 and AC. RGB value is (131,40,172). Sum of RGB (Red+Green+Blue) = 131+40+172=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #8328AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8328AC is #7CD753. Grayscale: #515151. Windows color (decimal): -8181588 or 11282563. OLE color: 11282563.
HSL color Cylindrical-coordinate representation of color #8328AC: hue angle of 281.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8328AC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 40 | 172 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.33 |
| HSL | 281.36º | 0.62% | 0.42% | - |
| HSV(B) | 281.36º | 0.77% | 0.67% | - |
| XYZ | 17.57 | 9.32 | 39.9 | - |
| YUV | 82.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 172 | 0.24 | 0.77 | 0 | 0.33 | 281.36 | 0.62 | 0.42 |
| Hex | 83 | 28 | AC | 18 | 4D | 0 | 21 | 119 | 3E | 2A |
| Octal | 203 | 50 | 254 | 30 | 115 | 0 | 41 | 431 | 76 | 52 |
| Binary | 10000011 | 101000 | 10101100 | 11000 | 1001101 | 0 | 100001 | 100011001 | 111110 | 101010 |
Color Harmonies of #8328AC
Complementary color
Monochromatic Colors of #8328AC
Black with #8328AC
Text Example
Text Example
White with #8328AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328AC; }
p { color: rgb(131,40,172); }
H1.HeaderClassName
{
color: #8328AC;
}
.AnyTagClassName
{
color: #8328AC;
}
</style>
background-color css
<style>
a { background-color: #8328AC; }
a { background-color: rgb(131,40,172); }
div.DivClassName
{
background-color: #8328AC;
}
.BgClassName
{
background-color: #8328AC;
}
</style>
border-color css
<style>
span { border-color: #8328AC; }
span { border-color: rgb(131,40,172); }
td.TdClassName
{
border-color: #8328AC;
}
.TagClassName
{
border-color: #8328AC;
}
</style>