Shades of Blue Violet #842FDE
Tints of Blue Violet #842FDE
RGB
CMYK
RGB Variations
Color information
#842FDE (or 0x842FDE) is known color: Blue Violet. HEX triplet: 84, 2F and DE. RGB value is (132,47,222). Sum of RGB (Red+Green+Blue) = 132+47+222=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #842FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FDE is #7BD021. Grayscale: #5B5B5B. Windows color (decimal): -8114210 or 14561156. OLE color: 14561156.
HSL color Cylindrical-coordinate representation of color #842FDE: hue angle of 269.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842FDE is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 47 | 222 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.13 |
| HSL | 269.14º | 0.73% | 0.53% | - |
| HSV(B) | 269.14º | 0.79% | 0.87% | - |
| XYZ | 23.72 | 12.21 | 70.21 | - |
| YUV | 92.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 222 | 0.41 | 0.79 | 0 | 0.13 | 269.14 | 0.73 | 0.53 |
| Hex | 84 | 2F | DE | 29 | 4F | 0 | D | 10D | 49 | 35 |
| Octal | 204 | 57 | 336 | 51 | 117 | 0 | 15 | 415 | 111 | 65 |
| Binary | 10000100 | 101111 | 11011110 | 101001 | 1001111 | 0 | 1101 | 100001101 | 1001001 | 110101 |
Color Harmonies of #842FDE
Complementary color
Monochromatic Colors of #842FDE
Black with #842FDE
Text Example
Text Example
White with #842FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FDE; }
p { color: rgb(132,47,222); }
H1.HeaderClassName
{
color: #842FDE;
}
.AnyTagClassName
{
color: #842FDE;
}
</style>
background-color css
<style>
a { background-color: #842FDE; }
a { background-color: rgb(132,47,222); }
div.DivClassName
{
background-color: #842FDE;
}
.BgClassName
{
background-color: #842FDE;
}
</style>
border-color css
<style>
span { border-color: #842FDE; }
span { border-color: rgb(132,47,222); }
td.TdClassName
{
border-color: #842FDE;
}
.TagClassName
{
border-color: #842FDE;
}
</style>