Shades of Blue Violet #8129FF
Tints of Blue Violet #8129FF
RGB
CMYK
RGB Variations
Color information
#8129FF (or 0x8129FF) is known color: Blue Violet. HEX triplet: 81, 29 and FF. RGB value is (129,41,255). Sum of RGB (Red+Green+Blue) = 129+41+255=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8129FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129FF is #7ED600. Grayscale: #5A5A5A. Windows color (decimal): -8312321 or 16722305. OLE color: 16722305.
HSL color Cylindrical-coordinate representation of color #8129FF: hue angle of 264.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8129FF is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 41 | 255 | - |
| CMYK | 0.49 | 0.84 | 0 | 0 |
| HSL | 264.67º | 1% | 0.58% | - |
| HSV(B) | 264.67º | 0.84% | 1% | - |
| XYZ | 27.9 | 13.47 | 95.74 | - |
| YUV | 91.71 | 220.15 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 255 | 0.49 | 0.84 | 0 | 0 | 264.67 | 1 | 0.58 |
| Hex | 81 | 29 | FF | 31 | 54 | 0 | 0 | 109 | 64 | 3A |
| Octal | 201 | 51 | 377 | 61 | 124 | 0 | 0 | 411 | 144 | 72 |
| Binary | 10000001 | 101001 | 11111111 | 110001 | 1010100 | 0 | 0 | 100001001 | 1100100 | 111010 |
Color Harmonies of #8129FF
Complementary color
Monochromatic Colors of #8129FF
Black with #8129FF
Text Example
Text Example
White with #8129FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129FF; }
p { color: rgb(129,41,255); }
H1.HeaderClassName
{
color: #8129FF;
}
.AnyTagClassName
{
color: #8129FF;
}
</style>
background-color css
<style>
a { background-color: #8129FF; }
a { background-color: rgb(129,41,255); }
div.DivClassName
{
background-color: #8129FF;
}
.BgClassName
{
background-color: #8129FF;
}
</style>
border-color css
<style>
span { border-color: #8129FF; }
span { border-color: rgb(129,41,255); }
td.TdClassName
{
border-color: #8129FF;
}
.TagClassName
{
border-color: #8129FF;
}
</style>