Shades of Vivid Violet #8124AF
Tints of Vivid Violet #8124AF
RGB
CMYK
RGB Variations
Color information
#8124AF (or 0x8124AF) is known color: Vivid Violet. HEX triplet: 81, 24 and AF. RGB value is (129,36,175). Sum of RGB (Red+Green+Blue) = 129+36+175=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #8124AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8124AF is #7EDB50. Grayscale: #4F4F4F. Windows color (decimal): -8313681 or 11478145. OLE color: 11478145.
HSL color Cylindrical-coordinate representation of color #8124AF: hue angle of 280.14º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8124AF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 36 | 175 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.31 |
| HSL | 280.14º | 0.66% | 0.41% | - |
| HSV(B) | 280.14º | 0.79% | 0.69% | - |
| XYZ | 17.42 | 9.02 | 41.38 | - |
| YUV | 79.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 175 | 0.26 | 0.79 | 0 | 0.31 | 280.14 | 0.66 | 0.41 |
| Hex | 81 | 24 | AF | 1A | 4F | 0 | 1F | 118 | 42 | 29 |
| Octal | 201 | 44 | 257 | 32 | 117 | 0 | 37 | 430 | 102 | 51 |
| Binary | 10000001 | 100100 | 10101111 | 11010 | 1001111 | 0 | 11111 | 100011000 | 1000010 | 101001 |
Color Harmonies of #8124AF
Complementary color
Monochromatic Colors of #8124AF
Black with #8124AF
Text Example
Text Example
White with #8124AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124AF; }
p { color: rgb(129,36,175); }
H1.HeaderClassName
{
color: #8124AF;
}
.AnyTagClassName
{
color: #8124AF;
}
</style>
background-color css
<style>
a { background-color: #8124AF; }
a { background-color: rgb(129,36,175); }
div.DivClassName
{
background-color: #8124AF;
}
.BgClassName
{
background-color: #8124AF;
}
</style>
border-color css
<style>
span { border-color: #8124AF; }
span { border-color: rgb(129,36,175); }
td.TdClassName
{
border-color: #8124AF;
}
.TagClassName
{
border-color: #8124AF;
}
</style>