Shades of Blue Violet #842FDD
Tints of Blue Violet #842FDD
RGB
CMYK
RGB Variations
Color information
#842FDD (or 0x842FDD) is known color: Blue Violet. HEX triplet: 84, 2F and DD. RGB value is (132,47,221). Sum of RGB (Red+Green+Blue) = 132+47+221=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #842FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FDD is #7BD022. Grayscale: #5B5B5B. Windows color (decimal): -8114211 or 14495620. OLE color: 14495620.
HSL color Cylindrical-coordinate representation of color #842FDD: hue angle of 269.31º degrees, saturation: 0.72, 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 #842FDD is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 47 | 221 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.13 |
| HSL | 269.31º | 0.72% | 0.53% | - |
| HSV(B) | 269.31º | 0.79% | 0.87% | - |
| XYZ | 23.58 | 12.16 | 69.51 | - |
| YUV | 92.25 | 200.66 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 221 | 0.40 | 0.79 | 0 | 0.13 | 269.31 | 0.72 | 0.53 |
| Hex | 84 | 2F | DD | 28 | 4F | 0 | D | 10D | 48 | 35 |
| Octal | 204 | 57 | 335 | 50 | 117 | 0 | 15 | 415 | 110 | 65 |
| Binary | 10000100 | 101111 | 11011101 | 101000 | 1001111 | 0 | 1101 | 100001101 | 1001000 | 110101 |
Color Harmonies of #842FDD
Complementary color
Monochromatic Colors of #842FDD
Black with #842FDD
Text Example
Text Example
White with #842FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FDD; }
p { color: rgb(132,47,221); }
H1.HeaderClassName
{
color: #842FDD;
}
.AnyTagClassName
{
color: #842FDD;
}
</style>
background-color css
<style>
a { background-color: #842FDD; }
a { background-color: rgb(132,47,221); }
div.DivClassName
{
background-color: #842FDD;
}
.BgClassName
{
background-color: #842FDD;
}
</style>
border-color css
<style>
span { border-color: #842FDD; }
span { border-color: rgb(132,47,221); }
td.TdClassName
{
border-color: #842FDD;
}
.TagClassName
{
border-color: #842FDD;
}
</style>