Shades of Vivid Violet #8232A7
Tints of Vivid Violet #8232A7
RGB
CMYK
RGB Variations
Color information
#8232A7 (or 0x8232A7) is known color: Vivid Violet. HEX triplet: 82, 32 and A7. RGB value is (130,50,167). Sum of RGB (Red+Green+Blue) = 130+50+167=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #8232A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8232A7 is #7DCD58. Grayscale: #565656. Windows color (decimal): -8244569 or 10957442. OLE color: 10957442.
HSL color Cylindrical-coordinate representation of color #8232A7: hue angle of 281.03º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8232A7 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 50 | 167 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.35 |
| HSL | 281.03º | 0.54% | 0.43% | - |
| HSV(B) | 281.03º | 0.7% | 0.65% | - |
| XYZ | 17.32 | 9.82 | 37.54 | - |
| YUV | 87.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 167 | 0.22 | 0.70 | 0 | 0.35 | 281.03 | 0.54 | 0.43 |
| Hex | 82 | 32 | A7 | 16 | 46 | 0 | 23 | 119 | 36 | 2B |
| Octal | 202 | 62 | 247 | 26 | 106 | 0 | 43 | 431 | 66 | 53 |
| Binary | 10000010 | 110010 | 10100111 | 10110 | 1000110 | 0 | 100011 | 100011001 | 110110 | 101011 |
Color Harmonies of #8232A7
Complementary color
Monochromatic Colors of #8232A7
Black with #8232A7
Text Example
Text Example
White with #8232A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232A7; }
p { color: rgb(130,50,167); }
H1.HeaderClassName
{
color: #8232A7;
}
.AnyTagClassName
{
color: #8232A7;
}
</style>
background-color css
<style>
a { background-color: #8232A7; }
a { background-color: rgb(130,50,167); }
div.DivClassName
{
background-color: #8232A7;
}
.BgClassName
{
background-color: #8232A7;
}
</style>
border-color css
<style>
span { border-color: #8232A7; }
span { border-color: rgb(130,50,167); }
td.TdClassName
{
border-color: #8232A7;
}
.TagClassName
{
border-color: #8232A7;
}
</style>