Shades of Blue Violet #842FFE
Tints of Blue Violet #842FFE
RGB
CMYK
RGB Variations
Color information
#842FFE (or 0x842FFE) is known color: Blue Violet. HEX triplet: 84, 2F and FE. RGB value is (132,47,254). Sum of RGB (Red+Green+Blue) = 132+47+254=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #842FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842FFE is #7BD001. Grayscale: #5F5F5F. Windows color (decimal): -8114178 or 16658308. OLE color: 16658308.
HSL color Cylindrical-coordinate representation of color #842FFE: hue angle of 264.64º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842FFE is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 47 | 254 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.00 |
| HSL | 264.64º | 0.99% | 0.59% | - |
| HSV(B) | 264.64º | 0.81% | 1% | - |
| XYZ | 28.42 | 14.09 | 94.99 | - |
| YUV | 96.01 | 217.16 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 254 | 0.48 | 0.81 | 0 | 0.00 | 264.64 | 0.99 | 0.59 |
| Hex | 84 | 2F | FE | 30 | 51 | 0 | 0 | 109 | 63 | 3B |
| Octal | 204 | 57 | 376 | 60 | 121 | 0 | 0 | 411 | 143 | 73 |
| Binary | 10000100 | 101111 | 11111110 | 110000 | 1010001 | 0 | 0 | 100001001 | 1100011 | 111011 |
Color Harmonies of #842FFE
Complementary color
Monochromatic Colors of #842FFE
Black with #842FFE
Text Example
Text Example
White with #842FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FFE; }
p { color: rgb(132,47,254); }
H1.HeaderClassName
{
color: #842FFE;
}
.AnyTagClassName
{
color: #842FFE;
}
</style>
background-color css
<style>
a { background-color: #842FFE; }
a { background-color: rgb(132,47,254); }
div.DivClassName
{
background-color: #842FFE;
}
.BgClassName
{
background-color: #842FFE;
}
</style>
border-color css
<style>
span { border-color: #842FFE; }
span { border-color: rgb(132,47,254); }
td.TdClassName
{
border-color: #842FFE;
}
.TagClassName
{
border-color: #842FFE;
}
</style>