Shades of Vivid Violet #8334AA
Tints of Vivid Violet #8334AA
RGB
CMYK
RGB Variations
Color information
#8334AA (or 0x8334AA) is known color: Vivid Violet. HEX triplet: 83, 34 and AA. RGB value is (131,52,170). Sum of RGB (Red+Green+Blue) = 131+52+170=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8334AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8334AA is #7CCB55. Grayscale: #585858. Windows color (decimal): -8178518 or 11154563. OLE color: 11154563.
HSL color Cylindrical-coordinate representation of color #8334AA: hue angle of 280.17º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8334AA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 52 | 170 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.33 |
| HSL | 280.17º | 0.53% | 0.44% | - |
| HSV(B) | 280.17º | 0.69% | 0.67% | - |
| XYZ | 17.84 | 10.18 | 39.06 | - |
| YUV | 89.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 170 | 0.23 | 0.69 | 0 | 0.33 | 280.17 | 0.53 | 0.44 |
| Hex | 83 | 34 | AA | 17 | 45 | 0 | 21 | 118 | 35 | 2C |
| Octal | 203 | 64 | 252 | 27 | 105 | 0 | 41 | 430 | 65 | 54 |
| Binary | 10000011 | 110100 | 10101010 | 10111 | 1000101 | 0 | 100001 | 100011000 | 110101 | 101100 |
Color Harmonies of #8334AA
Complementary color
Monochromatic Colors of #8334AA
Black with #8334AA
Text Example
Text Example
White with #8334AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334AA; }
p { color: rgb(131,52,170); }
H1.HeaderClassName
{
color: #8334AA;
}
.AnyTagClassName
{
color: #8334AA;
}
</style>
background-color css
<style>
a { background-color: #8334AA; }
a { background-color: rgb(131,52,170); }
div.DivClassName
{
background-color: #8334AA;
}
.BgClassName
{
background-color: #8334AA;
}
</style>
border-color css
<style>
span { border-color: #8334AA; }
span { border-color: rgb(131,52,170); }
td.TdClassName
{
border-color: #8334AA;
}
.TagClassName
{
border-color: #8334AA;
}
</style>