Shades of Blue Violet #842DD4
Tints of Blue Violet #842DD4
RGB
CMYK
RGB Variations
Color information
#842DD4 (or 0x842DD4) is known color: Blue Violet. HEX triplet: 84, 2D and D4. RGB value is (132,45,212). Sum of RGB (Red+Green+Blue) = 132+45+212=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 212 (83.20% from 255 or 54.50% from 389); Max value from RGB is 212 - color contains mainly: blue. Hex color #842DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DD4 is #7BD22B. Grayscale: #595959. Windows color (decimal): -8114732 or 13905284. OLE color: 13905284.
HSL color Cylindrical-coordinate representation of color #842DD4: hue angle of 271.26º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842DD4 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 45 | 212 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.17 |
| HSL | 271.26º | 0.66% | 0.5% | - |
| HSV(B) | 271.26º | 0.79% | 0.83% | - |
| XYZ | 22.34 | 11.54 | 63.34 | - |
| YUV | 90.05 | 196.82 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 212 | 0.38 | 0.79 | 0 | 0.17 | 271.26 | 0.66 | 0.5 |
| Hex | 84 | 2D | D4 | 26 | 4F | 0 | 11 | 10F | 42 | 32 |
| Octal | 204 | 55 | 324 | 46 | 117 | 0 | 21 | 417 | 102 | 62 |
| Binary | 10000100 | 101101 | 11010100 | 100110 | 1001111 | 0 | 10001 | 100001111 | 1000010 | 110010 |
Color Harmonies of #842DD4
Complementary color
Monochromatic Colors of #842DD4
Black with #842DD4
Text Example
Text Example
White with #842DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DD4; }
p { color: rgb(132,45,212); }
H1.HeaderClassName
{
color: #842DD4;
}
.AnyTagClassName
{
color: #842DD4;
}
</style>
background-color css
<style>
a { background-color: #842DD4; }
a { background-color: rgb(132,45,212); }
div.DivClassName
{
background-color: #842DD4;
}
.BgClassName
{
background-color: #842DD4;
}
</style>
border-color css
<style>
span { border-color: #842DD4; }
span { border-color: rgb(132,45,212); }
td.TdClassName
{
border-color: #842DD4;
}
.TagClassName
{
border-color: #842DD4;
}
</style>