Shades of Blue Violet #840DF0
Tints of Blue Violet #840DF0
RGB
CMYK
RGB Variations
Color information
#840DF0 (or 0x840DF0) is known color: Blue Violet. HEX triplet: 84, 0D and F0. RGB value is (132,13,240). Sum of RGB (Red+Green+Blue) = 132+13+240=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #840DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840DF0 is #7BF20F. Grayscale: #494949. Windows color (decimal): -8122896 or 15732100. OLE color: 15732100.
HSL color Cylindrical-coordinate representation of color #840DF0: hue angle of 271.45º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840DF0 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 13 | 240 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.06 |
| HSL | 271.45º | 0.9% | 0.5% | - |
| HSV(B) | 271.45º | 0.95% | 0.94% | - |
| XYZ | 25.39 | 11.48 | 83.32 | - |
| YUV | 74.46 | 221.42 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 240 | 0.45 | 0.95 | 0 | 0.06 | 271.45 | 0.9 | 0.5 |
| Hex | 84 | D | F0 | 2D | 5F | 0 | 6 | 10F | 5A | 32 |
| Octal | 204 | 15 | 360 | 55 | 137 | 0 | 6 | 417 | 132 | 62 |
| Binary | 10000100 | 1101 | 11110000 | 101101 | 1011111 | 0 | 110 | 100001111 | 1011010 | 110010 |
Color Harmonies of #840DF0
Complementary color
Monochromatic Colors of #840DF0
Black with #840DF0
Text Example
Text Example
White with #840DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840DF0; }
p { color: rgb(132,13,240); }
H1.HeaderClassName
{
color: #840DF0;
}
.AnyTagClassName
{
color: #840DF0;
}
</style>
background-color css
<style>
a { background-color: #840DF0; }
a { background-color: rgb(132,13,240); }
div.DivClassName
{
background-color: #840DF0;
}
.BgClassName
{
background-color: #840DF0;
}
</style>
border-color css
<style>
span { border-color: #840DF0; }
span { border-color: rgb(132,13,240); }
td.TdClassName
{
border-color: #840DF0;
}
.TagClassName
{
border-color: #840DF0;
}
</style>