Shades of Vivid Violet #8231AD
Tints of Vivid Violet #8231AD
RGB
CMYK
RGB Variations
Color information
#8231AD (or 0x8231AD) is known color: Vivid Violet. HEX triplet: 82, 31 and AD. RGB value is (130,49,173). Sum of RGB (Red+Green+Blue) = 130+49+173=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #8231AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8231AD is #7DCE52. Grayscale: #565656. Windows color (decimal): -8244819 or 11350402. OLE color: 11350402.
HSL color Cylindrical-coordinate representation of color #8231AD: hue angle of 279.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8231AD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 49 | 173 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.32 |
| HSL | 279.19º | 0.56% | 0.44% | - |
| HSV(B) | 279.19º | 0.72% | 0.68% | - |
| XYZ | 17.85 | 9.96 | 40.52 | - |
| YUV | 87.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 173 | 0.25 | 0.72 | 0 | 0.32 | 279.19 | 0.56 | 0.44 |
| Hex | 82 | 31 | AD | 19 | 48 | 0 | 20 | 117 | 38 | 2C |
| Octal | 202 | 61 | 255 | 31 | 110 | 0 | 40 | 427 | 70 | 54 |
| Binary | 10000010 | 110001 | 10101101 | 11001 | 1001000 | 0 | 100000 | 100010111 | 111000 | 101100 |
Color Harmonies of #8231AD
Complementary color
Monochromatic Colors of #8231AD
Black with #8231AD
Text Example
Text Example
White with #8231AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8231AD; }
p { color: rgb(130,49,173); }
H1.HeaderClassName
{
color: #8231AD;
}
.AnyTagClassName
{
color: #8231AD;
}
</style>
background-color css
<style>
a { background-color: #8231AD; }
a { background-color: rgb(130,49,173); }
div.DivClassName
{
background-color: #8231AD;
}
.BgClassName
{
background-color: #8231AD;
}
</style>
border-color css
<style>
span { border-color: #8231AD; }
span { border-color: rgb(130,49,173); }
td.TdClassName
{
border-color: #8231AD;
}
.TagClassName
{
border-color: #8231AD;
}
</style>