Shades of Vivid Violet #8235A9
Tints of Vivid Violet #8235A9
RGB
CMYK
RGB Variations
Color information
#8235A9 (or 0x8235A9) is known color: Vivid Violet. HEX triplet: 82, 35 and A9. RGB value is (130,53,169). Sum of RGB (Red+Green+Blue) = 130+53+169=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #8235A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8235A9 is #7DCA56. Grayscale: #585858. Windows color (decimal): -8243799 or 11089282. OLE color: 11089282.
HSL color Cylindrical-coordinate representation of color #8235A9: hue angle of 279.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8235A9 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 53 | 169 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.34 |
| HSL | 279.83º | 0.52% | 0.44% | - |
| HSV(B) | 279.83º | 0.69% | 0.66% | - |
| XYZ | 17.64 | 10.16 | 38.57 | - |
| YUV | 89.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 169 | 0.23 | 0.69 | 0 | 0.34 | 279.83 | 0.52 | 0.44 |
| Hex | 82 | 35 | A9 | 17 | 45 | 0 | 22 | 118 | 34 | 2C |
| Octal | 202 | 65 | 251 | 27 | 105 | 0 | 42 | 430 | 64 | 54 |
| Binary | 10000010 | 110101 | 10101001 | 10111 | 1000101 | 0 | 100010 | 100011000 | 110100 | 101100 |
Color Harmonies of #8235A9
Complementary color
Monochromatic Colors of #8235A9
Black with #8235A9
Text Example
Text Example
White with #8235A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8235A9; }
p { color: rgb(130,53,169); }
H1.HeaderClassName
{
color: #8235A9;
}
.AnyTagClassName
{
color: #8235A9;
}
</style>
background-color css
<style>
a { background-color: #8235A9; }
a { background-color: rgb(130,53,169); }
div.DivClassName
{
background-color: #8235A9;
}
.BgClassName
{
background-color: #8235A9;
}
</style>
border-color css
<style>
span { border-color: #8235A9; }
span { border-color: rgb(130,53,169); }
td.TdClassName
{
border-color: #8235A9;
}
.TagClassName
{
border-color: #8235A9;
}
</style>