Shades of Vivid Violet #8328AA
Tints of Vivid Violet #8328AA
RGB
CMYK
RGB Variations
Color information
#8328AA (or 0x8328AA) is known color: Vivid Violet. HEX triplet: 83, 28 and AA. RGB value is (131,40,170). Sum of RGB (Red+Green+Blue) = 131+40+170=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #8328AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8328AA is #7CD755. Grayscale: #515151. Windows color (decimal): -8181590 or 11151491. OLE color: 11151491.
HSL color Cylindrical-coordinate representation of color #8328AA: hue angle of 282º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8328AA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 40 | 170 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.33 |
| HSL | 282º | 0.62% | 0.41% | - |
| HSV(B) | 282º | 0.76% | 0.67% | - |
| XYZ | 17.37 | 9.25 | 38.9 | - |
| YUV | 82.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 170 | 0.23 | 0.76 | 0 | 0.33 | 282 | 0.62 | 0.41 |
| Hex | 83 | 28 | AA | 17 | 4C | 0 | 21 | 11A | 3E | 29 |
| Octal | 203 | 50 | 252 | 27 | 114 | 0 | 41 | 432 | 76 | 51 |
| Binary | 10000011 | 101000 | 10101010 | 10111 | 1001100 | 0 | 100001 | 100011010 | 111110 | 101001 |
Color Harmonies of #8328AA
Complementary color
Monochromatic Colors of #8328AA
Black with #8328AA
Text Example
Text Example
White with #8328AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328AA; }
p { color: rgb(131,40,170); }
H1.HeaderClassName
{
color: #8328AA;
}
.AnyTagClassName
{
color: #8328AA;
}
</style>
background-color css
<style>
a { background-color: #8328AA; }
a { background-color: rgb(131,40,170); }
div.DivClassName
{
background-color: #8328AA;
}
.BgClassName
{
background-color: #8328AA;
}
</style>
border-color css
<style>
span { border-color: #8328AA; }
span { border-color: rgb(131,40,170); }
td.TdClassName
{
border-color: #8328AA;
}
.TagClassName
{
border-color: #8328AA;
}
</style>