Shades of Blue Violet #842CF1
Tints of Blue Violet #842CF1
RGB
CMYK
RGB Variations
Color information
#842CF1 (or 0x842CF1) is known color: Blue Violet. HEX triplet: 84, 2C and F1. RGB value is (132,44,241). Sum of RGB (Red+Green+Blue) = 132+44+241=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #842CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842CF1 is #7BD30E. Grayscale: #5C5C5C. Windows color (decimal): -8114959 or 15805572. OLE color: 15805572.
HSL color Cylindrical-coordinate representation of color #842CF1: hue angle of 266.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842CF1 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 44 | 241 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.05 |
| HSL | 266.8º | 0.88% | 0.56% | - |
| HSV(B) | 266.8º | 0.82% | 0.95% | - |
| XYZ | 26.29 | 13.06 | 84.35 | - |
| YUV | 92.77 | 211.65 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 241 | 0.45 | 0.82 | 0 | 0.05 | 266.8 | 0.88 | 0.56 |
| Hex | 84 | 2C | F1 | 2D | 52 | 0 | 5 | 10B | 58 | 38 |
| Octal | 204 | 54 | 361 | 55 | 122 | 0 | 5 | 413 | 130 | 70 |
| Binary | 10000100 | 101100 | 11110001 | 101101 | 1010010 | 0 | 101 | 100001011 | 1011000 | 111000 |
Color Harmonies of #842CF1
Complementary color
Monochromatic Colors of #842CF1
Black with #842CF1
Text Example
Text Example
White with #842CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CF1; }
p { color: rgb(132,44,241); }
H1.HeaderClassName
{
color: #842CF1;
}
.AnyTagClassName
{
color: #842CF1;
}
</style>
background-color css
<style>
a { background-color: #842CF1; }
a { background-color: rgb(132,44,241); }
div.DivClassName
{
background-color: #842CF1;
}
.BgClassName
{
background-color: #842CF1;
}
</style>
border-color css
<style>
span { border-color: #842CF1; }
span { border-color: rgb(132,44,241); }
td.TdClassName
{
border-color: #842CF1;
}
.TagClassName
{
border-color: #842CF1;
}
</style>