Shades of Blue Violet #842CFF
Tints of Blue Violet #842CFF
RGB
CMYK
RGB Variations
Color information
#842CFF (or 0x842CFF) is known color: Blue Violet. HEX triplet: 84, 2C and FF. RGB value is (132,44,255). Sum of RGB (Red+Green+Blue) = 132+44+255=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #842CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842CFF is #7BD300. Grayscale: #5D5D5D. Windows color (decimal): -8114945 or 16723076. OLE color: 16723076.
HSL color Cylindrical-coordinate representation of color #842CFF: hue angle of 265.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #842CFF is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 44 | 255 | - |
| CMYK | 0.48 | 0.83 | 0 | 0 |
| HSL | 265.02º | 1% | 0.59% | - |
| HSV(B) | 265.02º | 0.83% | 1% | - |
| XYZ | 28.47 | 13.93 | 95.8 | - |
| YUV | 94.37 | 218.65 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 255 | 0.48 | 0.83 | 0 | 0 | 265.02 | 1 | 0.59 |
| Hex | 84 | 2C | FF | 30 | 53 | 0 | 0 | 109 | 64 | 3B |
| Octal | 204 | 54 | 377 | 60 | 123 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000100 | 101100 | 11111111 | 110000 | 1010011 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #842CFF
Complementary color
Monochromatic Colors of #842CFF
Black with #842CFF
Text Example
Text Example
White with #842CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CFF; }
p { color: rgb(132,44,255); }
H1.HeaderClassName
{
color: #842CFF;
}
.AnyTagClassName
{
color: #842CFF;
}
</style>
background-color css
<style>
a { background-color: #842CFF; }
a { background-color: rgb(132,44,255); }
div.DivClassName
{
background-color: #842CFF;
}
.BgClassName
{
background-color: #842CFF;
}
</style>
border-color css
<style>
span { border-color: #842CFF; }
span { border-color: rgb(132,44,255); }
td.TdClassName
{
border-color: #842CFF;
}
.TagClassName
{
border-color: #842CFF;
}
</style>