Shades of Blue Violet #841FFC
Tints of Blue Violet #841FFC
RGB
CMYK
RGB Variations
Color information
#841FFC (or 0x841FFC) is known color: Blue Violet. HEX triplet: 84, 1F and FC. RGB value is (132,31,252). Sum of RGB (Red+Green+Blue) = 132+31+252=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #841FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841FFC is #7BE003. Grayscale: #555555. Windows color (decimal): -8118276 or 16523140. OLE color: 16523140.
HSL color Cylindrical-coordinate representation of color #841FFC: hue angle of 267.42º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841FFC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 31 | 252 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.01 |
| HSL | 267.42º | 0.97% | 0.55% | - |
| HSV(B) | 267.42º | 0.88% | 0.99% | - |
| XYZ | 27.58 | 12.91 | 93.13 | - |
| YUV | 86.39 | 221.46 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 252 | 0.48 | 0.88 | 0 | 0.01 | 267.42 | 0.97 | 0.55 |
| Hex | 84 | 1F | FC | 30 | 58 | 0 | 1 | 10B | 61 | 37 |
| Octal | 204 | 37 | 374 | 60 | 130 | 0 | 1 | 413 | 141 | 67 |
| Binary | 10000100 | 11111 | 11111100 | 110000 | 1011000 | 0 | 1 | 100001011 | 1100001 | 110111 |
Color Harmonies of #841FFC
Complementary color
Monochromatic Colors of #841FFC
Black with #841FFC
Text Example
Text Example
White with #841FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FFC; }
p { color: rgb(132,31,252); }
H1.HeaderClassName
{
color: #841FFC;
}
.AnyTagClassName
{
color: #841FFC;
}
</style>
background-color css
<style>
a { background-color: #841FFC; }
a { background-color: rgb(132,31,252); }
div.DivClassName
{
background-color: #841FFC;
}
.BgClassName
{
background-color: #841FFC;
}
</style>
border-color css
<style>
span { border-color: #841FFC; }
span { border-color: rgb(132,31,252); }
td.TdClassName
{
border-color: #841FFC;
}
.TagClassName
{
border-color: #841FFC;
}
</style>