Shades of Vivid Violet #8125AF
Tints of Vivid Violet #8125AF
RGB
CMYK
RGB Variations
Color information
#8125AF (or 0x8125AF) is known color: Vivid Violet. HEX triplet: 81, 25 and AF. RGB value is (129,37,175). Sum of RGB (Red+Green+Blue) = 129+37+175=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #8125AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8125AF is #7EDA50. Grayscale: #4F4F4F. Windows color (decimal): -8313425 or 11478401. OLE color: 11478401.
HSL color Cylindrical-coordinate representation of color #8125AF: hue angle of 280º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8125AF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 37 | 175 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.31 |
| HSL | 280º | 0.65% | 0.42% | - |
| HSV(B) | 280º | 0.79% | 0.69% | - |
| XYZ | 17.45 | 9.09 | 41.39 | - |
| YUV | 80.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 175 | 0.26 | 0.79 | 0 | 0.31 | 280 | 0.65 | 0.42 |
| Hex | 81 | 25 | AF | 1A | 4F | 0 | 1F | 118 | 41 | 2A |
| Octal | 201 | 45 | 257 | 32 | 117 | 0 | 37 | 430 | 101 | 52 |
| Binary | 10000001 | 100101 | 10101111 | 11010 | 1001111 | 0 | 11111 | 100011000 | 1000001 | 101010 |
Color Harmonies of #8125AF
Complementary color
Monochromatic Colors of #8125AF
Black with #8125AF
Text Example
Text Example
White with #8125AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8125AF; }
p { color: rgb(129,37,175); }
H1.HeaderClassName
{
color: #8125AF;
}
.AnyTagClassName
{
color: #8125AF;
}
</style>
background-color css
<style>
a { background-color: #8125AF; }
a { background-color: rgb(129,37,175); }
div.DivClassName
{
background-color: #8125AF;
}
.BgClassName
{
background-color: #8125AF;
}
</style>
border-color css
<style>
span { border-color: #8125AF; }
span { border-color: rgb(129,37,175); }
td.TdClassName
{
border-color: #8125AF;
}
.TagClassName
{
border-color: #8125AF;
}
</style>