Shades of Blue Violet #842FFD
Tints of Blue Violet #842FFD
RGB
CMYK
RGB Variations
Color information
#842FFD (or 0x842FFD) is known color: Blue Violet. HEX triplet: 84, 2F and FD. RGB value is (132,47,253). Sum of RGB (Red+Green+Blue) = 132+47+253=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #842FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842FFD is #7BD002. Grayscale: #5F5F5F. Windows color (decimal): -8114179 or 16592772. OLE color: 16592772.
HSL color Cylindrical-coordinate representation of color #842FFD: hue angle of 264.76º degrees, saturation: 0.98, 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 #842FFD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 47 | 253 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.01 |
| HSL | 264.76º | 0.98% | 0.59% | - |
| HSV(B) | 264.76º | 0.81% | 0.99% | - |
| XYZ | 28.26 | 14.03 | 94.15 | - |
| YUV | 95.9 | 216.66 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 253 | 0.48 | 0.81 | 0 | 0.01 | 264.76 | 0.98 | 0.59 |
| Hex | 84 | 2F | FD | 30 | 51 | 0 | 1 | 109 | 62 | 3B |
| Octal | 204 | 57 | 375 | 60 | 121 | 0 | 1 | 411 | 142 | 73 |
| Binary | 10000100 | 101111 | 11111101 | 110000 | 1010001 | 0 | 1 | 100001001 | 1100010 | 111011 |
Color Harmonies of #842FFD
Complementary color
Monochromatic Colors of #842FFD
Black with #842FFD
Text Example
Text Example
White with #842FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FFD; }
p { color: rgb(132,47,253); }
H1.HeaderClassName
{
color: #842FFD;
}
.AnyTagClassName
{
color: #842FFD;
}
</style>
background-color css
<style>
a { background-color: #842FFD; }
a { background-color: rgb(132,47,253); }
div.DivClassName
{
background-color: #842FFD;
}
.BgClassName
{
background-color: #842FFD;
}
</style>
border-color css
<style>
span { border-color: #842FFD; }
span { border-color: rgb(132,47,253); }
td.TdClassName
{
border-color: #842FFD;
}
.TagClassName
{
border-color: #842FFD;
}
</style>