Shades of Blue Violet #8147F0
Tints of Blue Violet #8147F0
RGB
CMYK
RGB Variations
Color information
#8147F0 (or 0x8147F0) is known color: Blue Violet. HEX triplet: 81, 47 and F0. RGB value is (129,71,240). Sum of RGB (Red+Green+Blue) = 129+71+240=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #8147F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8147F0 is #7EB80F. Grayscale: #6A6A6A. Windows color (decimal): -8304656 or 15746945. OLE color: 15746945.
HSL color Cylindrical-coordinate representation of color #8147F0: hue angle of 260.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8147F0 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 71 | 240 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.06 |
| HSL | 260.59º | 0.85% | 0.61% | - |
| HSV(B) | 260.59º | 0.7% | 0.94% | - |
| XYZ | 27.03 | 15.46 | 84 | - |
| YUV | 107.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 240 | 0.46 | 0.70 | 0 | 0.06 | 260.59 | 0.85 | 0.61 |
| Hex | 81 | 47 | F0 | 2E | 46 | 0 | 6 | 105 | 55 | 3D |
| Octal | 201 | 107 | 360 | 56 | 106 | 0 | 6 | 405 | 125 | 75 |
| Binary | 10000001 | 1000111 | 11110000 | 101110 | 1000110 | 0 | 110 | 100000101 | 1010101 | 111101 |
Color Harmonies of #8147F0
Complementary color
Monochromatic Colors of #8147F0
Black with #8147F0
Text Example
Text Example
White with #8147F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147F0; }
p { color: rgb(129,71,240); }
H1.HeaderClassName
{
color: #8147F0;
}
.AnyTagClassName
{
color: #8147F0;
}
</style>
background-color css
<style>
a { background-color: #8147F0; }
a { background-color: rgb(129,71,240); }
div.DivClassName
{
background-color: #8147F0;
}
.BgClassName
{
background-color: #8147F0;
}
</style>
border-color css
<style>
span { border-color: #8147F0; }
span { border-color: rgb(129,71,240); }
td.TdClassName
{
border-color: #8147F0;
}
.TagClassName
{
border-color: #8147F0;
}
</style>