Shades of Blue Violet #842CDF
Tints of Blue Violet #842CDF
RGB
CMYK
RGB Variations
Color information
#842CDF (or 0x842CDF) is known color: Blue Violet. HEX triplet: 84, 2C and DF. RGB value is (132,44,223). Sum of RGB (Red+Green+Blue) = 132+44+223=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #842CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CDF is #7BD320. Grayscale: #5A5A5A. Windows color (decimal): -8114977 or 14625924. OLE color: 14625924.
HSL color Cylindrical-coordinate representation of color #842CDF: hue angle of 269.5º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842CDF is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 44 | 223 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.13 |
| HSL | 269.5º | 0.74% | 0.52% | - |
| HSV(B) | 269.5º | 0.8% | 0.87% | - |
| XYZ | 23.74 | 12.03 | 70.88 | - |
| YUV | 90.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 223 | 0.41 | 0.80 | 0 | 0.13 | 269.5 | 0.74 | 0.52 |
| Hex | 84 | 2C | DF | 29 | 50 | 0 | D | 10D | 4A | 34 |
| Octal | 204 | 54 | 337 | 51 | 120 | 0 | 15 | 415 | 112 | 64 |
| Binary | 10000100 | 101100 | 11011111 | 101001 | 1010000 | 0 | 1101 | 100001101 | 1001010 | 110100 |
Color Harmonies of #842CDF
Complementary color
Monochromatic Colors of #842CDF
Black with #842CDF
Text Example
Text Example
White with #842CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CDF; }
p { color: rgb(132,44,223); }
H1.HeaderClassName
{
color: #842CDF;
}
.AnyTagClassName
{
color: #842CDF;
}
</style>
background-color css
<style>
a { background-color: #842CDF; }
a { background-color: rgb(132,44,223); }
div.DivClassName
{
background-color: #842CDF;
}
.BgClassName
{
background-color: #842CDF;
}
</style>
border-color css
<style>
span { border-color: #842CDF; }
span { border-color: rgb(132,44,223); }
td.TdClassName
{
border-color: #842CDF;
}
.TagClassName
{
border-color: #842CDF;
}
</style>