Shades of Blue Violet #8129FE
Tints of Blue Violet #8129FE
RGB
CMYK
RGB Variations
Color information
#8129FE (or 0x8129FE) is known color: Blue Violet. HEX triplet: 81, 29 and FE. RGB value is (129,41,254). Sum of RGB (Red+Green+Blue) = 129+41+254=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #8129FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129FE is #7ED601. Grayscale: #5A5A5A. Windows color (decimal): -8312322 or 16656769. OLE color: 16656769.
HSL color Cylindrical-coordinate representation of color #8129FE: hue angle of 264.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8129FE is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 41 | 254 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.00 |
| HSL | 264.79º | 0.99% | 0.58% | - |
| HSV(B) | 264.79º | 0.84% | 1% | - |
| XYZ | 27.74 | 13.41 | 94.89 | - |
| YUV | 91.59 | 219.65 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 254 | 0.49 | 0.84 | 0 | 0.00 | 264.79 | 0.99 | 0.58 |
| Hex | 81 | 29 | FE | 31 | 54 | 0 | 0 | 109 | 63 | 3A |
| Octal | 201 | 51 | 376 | 61 | 124 | 0 | 0 | 411 | 143 | 72 |
| Binary | 10000001 | 101001 | 11111110 | 110001 | 1010100 | 0 | 0 | 100001001 | 1100011 | 111010 |
Color Harmonies of #8129FE
Complementary color
Monochromatic Colors of #8129FE
Black with #8129FE
Text Example
Text Example
White with #8129FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129FE; }
p { color: rgb(129,41,254); }
H1.HeaderClassName
{
color: #8129FE;
}
.AnyTagClassName
{
color: #8129FE;
}
</style>
background-color css
<style>
a { background-color: #8129FE; }
a { background-color: rgb(129,41,254); }
div.DivClassName
{
background-color: #8129FE;
}
.BgClassName
{
background-color: #8129FE;
}
</style>
border-color css
<style>
span { border-color: #8129FE; }
span { border-color: rgb(129,41,254); }
td.TdClassName
{
border-color: #8129FE;
}
.TagClassName
{
border-color: #8129FE;
}
</style>