Shades of Blue Violet #8129EA
Tints of Blue Violet #8129EA
RGB
CMYK
RGB Variations
Color information
#8129EA (or 0x8129EA) is known color: Blue Violet. HEX triplet: 81, 29 and EA. RGB value is (129,41,234). Sum of RGB (Red+Green+Blue) = 129+41+234=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #8129EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129EA is #7ED615. Grayscale: #585858. Windows color (decimal): -8312342 or 15346049. OLE color: 15346049.
HSL color Cylindrical-coordinate representation of color #8129EA: hue angle of 267.36º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8129EA is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 41 | 234 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.08 |
| HSL | 267.36º | 0.82% | 0.54% | - |
| HSV(B) | 267.36º | 0.82% | 0.92% | - |
| XYZ | 24.7 | 12.19 | 78.89 | - |
| YUV | 89.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 234 | 0.45 | 0.82 | 0 | 0.08 | 267.36 | 0.82 | 0.54 |
| Hex | 81 | 29 | EA | 2D | 52 | 0 | 8 | 10B | 52 | 36 |
| Octal | 201 | 51 | 352 | 55 | 122 | 0 | 10 | 413 | 122 | 66 |
| Binary | 10000001 | 101001 | 11101010 | 101101 | 1010010 | 0 | 1000 | 100001011 | 1010010 | 110110 |
Color Harmonies of #8129EA
Complementary color
Monochromatic Colors of #8129EA
Black with #8129EA
Text Example
Text Example
White with #8129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129EA; }
p { color: rgb(129,41,234); }
H1.HeaderClassName
{
color: #8129EA;
}
.AnyTagClassName
{
color: #8129EA;
}
</style>
background-color css
<style>
a { background-color: #8129EA; }
a { background-color: rgb(129,41,234); }
div.DivClassName
{
background-color: #8129EA;
}
.BgClassName
{
background-color: #8129EA;
}
</style>
border-color css
<style>
span { border-color: #8129EA; }
span { border-color: rgb(129,41,234); }
td.TdClassName
{
border-color: #8129EA;
}
.TagClassName
{
border-color: #8129EA;
}
</style>