Shades of Vivid Violet #8131AD
Tints of Vivid Violet #8131AD
RGB
CMYK
RGB Variations
Color information
#8131AD (or 0x8131AD) is known color: Vivid Violet. HEX triplet: 81, 31 and AD. RGB value is (129,49,173). Sum of RGB (Red+Green+Blue) = 129+49+173=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #8131AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8131AD is #7ECE52. Grayscale: #565656. Windows color (decimal): -8310355 or 11350401. OLE color: 11350401.
HSL color Cylindrical-coordinate representation of color #8131AD: hue angle of 278.71º 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 #8131AD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 49 | 173 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.32 |
| HSL | 278.71º | 0.56% | 0.44% | - |
| HSV(B) | 278.71º | 0.72% | 0.68% | - |
| XYZ | 17.69 | 9.88 | 40.51 | - |
| YUV | 87.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 173 | 0.25 | 0.72 | 0 | 0.32 | 278.71 | 0.56 | 0.44 |
| Hex | 81 | 31 | AD | 19 | 48 | 0 | 20 | 117 | 38 | 2C |
| Octal | 201 | 61 | 255 | 31 | 110 | 0 | 40 | 427 | 70 | 54 |
| Binary | 10000001 | 110001 | 10101101 | 11001 | 1001000 | 0 | 100000 | 100010111 | 111000 | 101100 |
Color Harmonies of #8131AD
Complementary color
Monochromatic Colors of #8131AD
Black with #8131AD
Text Example
Text Example
White with #8131AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8131AD; }
p { color: rgb(129,49,173); }
H1.HeaderClassName
{
color: #8131AD;
}
.AnyTagClassName
{
color: #8131AD;
}
</style>
background-color css
<style>
a { background-color: #8131AD; }
a { background-color: rgb(129,49,173); }
div.DivClassName
{
background-color: #8131AD;
}
.BgClassName
{
background-color: #8131AD;
}
</style>
border-color css
<style>
span { border-color: #8131AD; }
span { border-color: rgb(129,49,173); }
td.TdClassName
{
border-color: #8131AD;
}
.TagClassName
{
border-color: #8131AD;
}
</style>