Shades of Blue Violet #8414F1
Tints of Blue Violet #8414F1
RGB
CMYK
RGB Variations
Color information
#8414F1 (or 0x8414F1) is known color: Blue Violet. HEX triplet: 84, 14 and F1. RGB value is (132,20,241). Sum of RGB (Red+Green+Blue) = 132+20+241=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #8414F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8414F1 is #7BEB0E. Grayscale: #4D4D4D. Windows color (decimal): -8121103 or 15799428. OLE color: 15799428.
HSL color Cylindrical-coordinate representation of color #8414F1: hue angle of 270.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8414F1 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 20 | 241 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.05 |
| HSL | 270.41º | 0.89% | 0.51% | - |
| HSV(B) | 270.41º | 0.92% | 0.95% | - |
| XYZ | 25.64 | 11.76 | 84.14 | - |
| YUV | 78.68 | 219.61 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 241 | 0.45 | 0.92 | 0 | 0.05 | 270.41 | 0.89 | 0.51 |
| Hex | 84 | 14 | F1 | 2D | 5C | 0 | 5 | 10E | 59 | 33 |
| Octal | 204 | 24 | 361 | 55 | 134 | 0 | 5 | 416 | 131 | 63 |
| Binary | 10000100 | 10100 | 11110001 | 101101 | 1011100 | 0 | 101 | 100001110 | 1011001 | 110011 |
Color Harmonies of #8414F1
Complementary color
Monochromatic Colors of #8414F1
Black with #8414F1
Text Example
Text Example
White with #8414F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414F1; }
p { color: rgb(132,20,241); }
H1.HeaderClassName
{
color: #8414F1;
}
.AnyTagClassName
{
color: #8414F1;
}
</style>
background-color css
<style>
a { background-color: #8414F1; }
a { background-color: rgb(132,20,241); }
div.DivClassName
{
background-color: #8414F1;
}
.BgClassName
{
background-color: #8414F1;
}
</style>
border-color css
<style>
span { border-color: #8414F1; }
span { border-color: rgb(132,20,241); }
td.TdClassName
{
border-color: #8414F1;
}
.TagClassName
{
border-color: #8414F1;
}
</style>