Shades of Blue Violet #8134FF
Tints of Blue Violet #8134FF
RGB
CMYK
RGB Variations
Color information
#8134FF (or 0x8134FF) is known color: Blue Violet. HEX triplet: 81, 34 and FF. RGB value is (129,52,255). Sum of RGB (Red+Green+Blue) = 129+52+255=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #8134FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8134FF is #7ECB00. Grayscale: #616161. Windows color (decimal): -8309505 or 16725121. OLE color: 16725121.
HSL color Cylindrical-coordinate representation of color #8134FF: hue angle of 262.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8134FF is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 52 | 255 | - |
| CMYK | 0.49 | 0.80 | 0 | 0 |
| HSL | 262.76º | 1% | 0.6% | - |
| HSV(B) | 262.76º | 0.8% | 1% | - |
| XYZ | 28.33 | 14.34 | 95.88 | - |
| YUV | 98.17 | 216.51 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 255 | 0.49 | 0.80 | 0 | 0 | 262.76 | 1 | 0.6 |
| Hex | 81 | 34 | FF | 31 | 50 | 0 | 0 | 107 | 64 | 3C |
| Octal | 201 | 64 | 377 | 61 | 120 | 0 | 0 | 407 | 144 | 74 |
| Binary | 10000001 | 110100 | 11111111 | 110001 | 1010000 | 0 | 0 | 100000111 | 1100100 | 111100 |
Color Harmonies of #8134FF
Complementary color
Monochromatic Colors of #8134FF
Black with #8134FF
Text Example
Text Example
White with #8134FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8134FF; }
p { color: rgb(129,52,255); }
H1.HeaderClassName
{
color: #8134FF;
}
.AnyTagClassName
{
color: #8134FF;
}
</style>
background-color css
<style>
a { background-color: #8134FF; }
a { background-color: rgb(129,52,255); }
div.DivClassName
{
background-color: #8134FF;
}
.BgClassName
{
background-color: #8134FF;
}
</style>
border-color css
<style>
span { border-color: #8134FF; }
span { border-color: rgb(129,52,255); }
td.TdClassName
{
border-color: #8134FF;
}
.TagClassName
{
border-color: #8134FF;
}
</style>