Shades of Blue Violet #842FFC
Tints of Blue Violet #842FFC
RGB
CMYK
RGB Variations
Color information
#842FFC (or 0x842FFC) is known color: Blue Violet. HEX triplet: 84, 2F and FC. RGB value is (132,47,252). Sum of RGB (Red+Green+Blue) = 132+47+252=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #842FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842FFC is #7BD003. Grayscale: #5F5F5F. Windows color (decimal): -8114180 or 16527236. OLE color: 16527236.
HSL color Cylindrical-coordinate representation of color #842FFC: hue angle of 264.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842FFC is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 47 | 252 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.01 |
| HSL | 264.88º | 0.97% | 0.59% | - |
| HSV(B) | 264.88º | 0.81% | 0.99% | - |
| XYZ | 28.1 | 13.97 | 93.31 | - |
| YUV | 95.79 | 216.16 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 252 | 0.48 | 0.81 | 0 | 0.01 | 264.88 | 0.97 | 0.59 |
| Hex | 84 | 2F | FC | 30 | 51 | 0 | 1 | 109 | 61 | 3B |
| Octal | 204 | 57 | 374 | 60 | 121 | 0 | 1 | 411 | 141 | 73 |
| Binary | 10000100 | 101111 | 11111100 | 110000 | 1010001 | 0 | 1 | 100001001 | 1100001 | 111011 |
Color Harmonies of #842FFC
Complementary color
Monochromatic Colors of #842FFC
Black with #842FFC
Text Example
Text Example
White with #842FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FFC; }
p { color: rgb(132,47,252); }
H1.HeaderClassName
{
color: #842FFC;
}
.AnyTagClassName
{
color: #842FFC;
}
</style>
background-color css
<style>
a { background-color: #842FFC; }
a { background-color: rgb(132,47,252); }
div.DivClassName
{
background-color: #842FFC;
}
.BgClassName
{
background-color: #842FFC;
}
</style>
border-color css
<style>
span { border-color: #842FFC; }
span { border-color: rgb(132,47,252); }
td.TdClassName
{
border-color: #842FFC;
}
.TagClassName
{
border-color: #842FFC;
}
</style>