Shades of Blue Violet #8146F5
Tints of Blue Violet #8146F5
RGB
CMYK
RGB Variations
Color information
#8146F5 (or 0x8146F5) is known color: Blue Violet. HEX triplet: 81, 46 and F5. RGB value is (129,70,245). Sum of RGB (Red+Green+Blue) = 129+70+245=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #8146F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8146F5 is #7EB90A. Grayscale: #6A6A6A. Windows color (decimal): -8304907 or 16074369. OLE color: 16074369.
HSL color Cylindrical-coordinate representation of color #8146F5: hue angle of 260.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8146F5 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 70 | 245 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.04 |
| HSL | 260.23º | 0.9% | 0.62% | - |
| HSV(B) | 260.23º | 0.71% | 0.96% | - |
| XYZ | 27.72 | 15.64 | 87.94 | - |
| YUV | 107.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 245 | 0.47 | 0.71 | 0 | 0.04 | 260.23 | 0.9 | 0.62 |
| Hex | 81 | 46 | F5 | 2F | 47 | 0 | 4 | 104 | 5A | 3E |
| Octal | 201 | 106 | 365 | 57 | 107 | 0 | 4 | 404 | 132 | 76 |
| Binary | 10000001 | 1000110 | 11110101 | 101111 | 1000111 | 0 | 100 | 100000100 | 1011010 | 111110 |
Color Harmonies of #8146F5
Complementary color
Monochromatic Colors of #8146F5
Black with #8146F5
Text Example
Text Example
White with #8146F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146F5; }
p { color: rgb(129,70,245); }
H1.HeaderClassName
{
color: #8146F5;
}
.AnyTagClassName
{
color: #8146F5;
}
</style>
background-color css
<style>
a { background-color: #8146F5; }
a { background-color: rgb(129,70,245); }
div.DivClassName
{
background-color: #8146F5;
}
.BgClassName
{
background-color: #8146F5;
}
</style>
border-color css
<style>
span { border-color: #8146F5; }
span { border-color: rgb(129,70,245); }
td.TdClassName
{
border-color: #8146F5;
}
.TagClassName
{
border-color: #8146F5;
}
</style>