Shades of Blue Violet #843EF1
Tints of Blue Violet #843EF1
RGB
CMYK
RGB Variations
Color information
#843EF1 (or 0x843EF1) is known color: Blue Violet. HEX triplet: 84, 3E and F1. RGB value is (132,62,241). Sum of RGB (Red+Green+Blue) = 132+62+241=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #843EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843EF1 is #7BC10E. Grayscale: #666666. Windows color (decimal): -8110351 or 15810180. OLE color: 15810180.
HSL color Cylindrical-coordinate representation of color #843EF1: hue angle of 263.46º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #843EF1 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 62 | 241 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.05 |
| HSL | 263.46º | 0.86% | 0.59% | - |
| HSV(B) | 263.46º | 0.74% | 0.95% | - |
| XYZ | 27.12 | 14.7 | 84.63 | - |
| YUV | 103.34 | 205.69 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 241 | 0.45 | 0.74 | 0 | 0.05 | 263.46 | 0.86 | 0.59 |
| Hex | 84 | 3E | F1 | 2D | 4A | 0 | 5 | 107 | 56 | 3B |
| Octal | 204 | 76 | 361 | 55 | 112 | 0 | 5 | 407 | 126 | 73 |
| Binary | 10000100 | 111110 | 11110001 | 101101 | 1001010 | 0 | 101 | 100000111 | 1010110 | 111011 |
Color Harmonies of #843EF1
Complementary color
Monochromatic Colors of #843EF1
Black with #843EF1
Text Example
Text Example
White with #843EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EF1; }
p { color: rgb(132,62,241); }
H1.HeaderClassName
{
color: #843EF1;
}
.AnyTagClassName
{
color: #843EF1;
}
</style>
background-color css
<style>
a { background-color: #843EF1; }
a { background-color: rgb(132,62,241); }
div.DivClassName
{
background-color: #843EF1;
}
.BgClassName
{
background-color: #843EF1;
}
</style>
border-color css
<style>
span { border-color: #843EF1; }
span { border-color: rgb(132,62,241); }
td.TdClassName
{
border-color: #843EF1;
}
.TagClassName
{
border-color: #843EF1;
}
</style>