Shades of Blue Violet #840FEF
Tints of Blue Violet #840FEF
RGB
CMYK
RGB Variations
Color information
#840FEF (or 0x840FEF) is known color: Blue Violet. HEX triplet: 84, 0F and EF. RGB value is (132,15,239). Sum of RGB (Red+Green+Blue) = 132+15+239=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #840FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840FEF is #7BF010. Grayscale: #4A4A4A. Windows color (decimal): -8122385 or 15667076. OLE color: 15667076.
HSL color Cylindrical-coordinate representation of color #840FEF: hue angle of 271.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840FEF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 15 | 239 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.06 |
| HSL | 271.34º | 0.88% | 0.5% | - |
| HSV(B) | 271.34º | 0.94% | 0.94% | - |
| XYZ | 25.27 | 11.48 | 82.55 | - |
| YUV | 75.52 | 220.26 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 239 | 0.45 | 0.94 | 0 | 0.06 | 271.34 | 0.88 | 0.5 |
| Hex | 84 | F | EF | 2D | 5E | 0 | 6 | 10F | 58 | 32 |
| Octal | 204 | 17 | 357 | 55 | 136 | 0 | 6 | 417 | 130 | 62 |
| Binary | 10000100 | 1111 | 11101111 | 101101 | 1011110 | 0 | 110 | 100001111 | 1011000 | 110010 |
Color Harmonies of #840FEF
Complementary color
Monochromatic Colors of #840FEF
Black with #840FEF
Text Example
Text Example
White with #840FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840FEF; }
p { color: rgb(132,15,239); }
H1.HeaderClassName
{
color: #840FEF;
}
.AnyTagClassName
{
color: #840FEF;
}
</style>
background-color css
<style>
a { background-color: #840FEF; }
a { background-color: rgb(132,15,239); }
div.DivClassName
{
background-color: #840FEF;
}
.BgClassName
{
background-color: #840FEF;
}
</style>
border-color css
<style>
span { border-color: #840FEF; }
span { border-color: rgb(132,15,239); }
td.TdClassName
{
border-color: #840FEF;
}
.TagClassName
{
border-color: #840FEF;
}
</style>