Shades of Blue Violet #842FCD
Tints of Blue Violet #842FCD
RGB
CMYK
RGB Variations
Color information
#842FCD (or 0x842FCD) is known color: Blue Violet. HEX triplet: 84, 2F and CD. RGB value is (132,47,205). Sum of RGB (Red+Green+Blue) = 132+47+205=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #842FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FCD is #7BD032. Grayscale: #595959. Windows color (decimal): -8114227 or 13447044. OLE color: 13447044.
HSL color Cylindrical-coordinate representation of color #842FCD: hue angle of 272.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842FCD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 47 | 205 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.20 |
| HSL | 272.28º | 0.63% | 0.49% | - |
| HSV(B) | 272.28º | 0.77% | 0.8% | - |
| XYZ | 21.55 | 11.35 | 58.81 | - |
| YUV | 90.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 205 | 0.36 | 0.77 | 0 | 0.20 | 272.28 | 0.63 | 0.49 |
| Hex | 84 | 2F | CD | 24 | 4D | 0 | 14 | 110 | 3F | 31 |
| Octal | 204 | 57 | 315 | 44 | 115 | 0 | 24 | 420 | 77 | 61 |
| Binary | 10000100 | 101111 | 11001101 | 100100 | 1001101 | 0 | 10100 | 100010000 | 111111 | 110001 |
Color Harmonies of #842FCD
Complementary color
Monochromatic Colors of #842FCD
Black with #842FCD
Text Example
Text Example
White with #842FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FCD; }
p { color: rgb(132,47,205); }
H1.HeaderClassName
{
color: #842FCD;
}
.AnyTagClassName
{
color: #842FCD;
}
</style>
background-color css
<style>
a { background-color: #842FCD; }
a { background-color: rgb(132,47,205); }
div.DivClassName
{
background-color: #842FCD;
}
.BgClassName
{
background-color: #842FCD;
}
</style>
border-color css
<style>
span { border-color: #842FCD; }
span { border-color: rgb(132,47,205); }
td.TdClassName
{
border-color: #842FCD;
}
.TagClassName
{
border-color: #842FCD;
}
</style>