Shades of Blue Violet #842FCC
Tints of Blue Violet #842FCC
RGB
CMYK
RGB Variations
Color information
#842FCC (or 0x842FCC) is known color: Blue Violet. HEX triplet: 84, 2F and CC. RGB value is (132,47,204). Sum of RGB (Red+Green+Blue) = 132+47+204=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #842FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FCC is #7BD033. Grayscale: #595959. Windows color (decimal): -8114228 or 13381508. OLE color: 13381508.
HSL color Cylindrical-coordinate representation of color #842FCC: hue angle of 272.48º 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 #842FCC is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 47 | 204 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.2 |
| HSL | 272.48º | 0.63% | 0.49% | - |
| HSV(B) | 272.48º | 0.77% | 0.8% | - |
| XYZ | 21.43 | 11.3 | 58.18 | - |
| YUV | 90.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 204 | 0.35 | 0.77 | 0 | 0.2 | 272.48 | 0.63 | 0.49 |
| Hex | 84 | 2F | CC | 23 | 4D | 0 | 14 | 110 | 3F | 31 |
| Octal | 204 | 57 | 314 | 43 | 115 | 0 | 24 | 420 | 77 | 61 |
| Binary | 10000100 | 101111 | 11001100 | 100011 | 1001101 | 0 | 10100 | 100010000 | 111111 | 110001 |
Color Harmonies of #842FCC
Complementary color
Monochromatic Colors of #842FCC
Black with #842FCC
Text Example
Text Example
White with #842FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FCC; }
p { color: rgb(132,47,204); }
H1.HeaderClassName
{
color: #842FCC;
}
.AnyTagClassName
{
color: #842FCC;
}
</style>
background-color css
<style>
a { background-color: #842FCC; }
a { background-color: rgb(132,47,204); }
div.DivClassName
{
background-color: #842FCC;
}
.BgClassName
{
background-color: #842FCC;
}
</style>
border-color css
<style>
span { border-color: #842FCC; }
span { border-color: rgb(132,47,204); }
td.TdClassName
{
border-color: #842FCC;
}
.TagClassName
{
border-color: #842FCC;
}
</style>