Shades of Blue Violet #841CFC
Tints of Blue Violet #841CFC
RGB
CMYK
RGB Variations
Color information
#841CFC (or 0x841CFC) is known color: Blue Violet. HEX triplet: 84, 1C and FC. RGB value is (132,28,252). Sum of RGB (Red+Green+Blue) = 132+28+252=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #841CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CFC is #7BE303. Grayscale: #535353. Windows color (decimal): -8119044 or 16522372. OLE color: 16522372.
HSL color Cylindrical-coordinate representation of color #841CFC: hue angle of 267.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841CFC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 28 | 252 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.01 |
| HSL | 267.86º | 0.97% | 0.55% | - |
| HSV(B) | 267.86º | 0.89% | 0.99% | - |
| XYZ | 27.5 | 12.76 | 93.11 | - |
| YUV | 84.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 252 | 0.48 | 0.89 | 0 | 0.01 | 267.86 | 0.97 | 0.55 |
| Hex | 84 | 1C | FC | 30 | 59 | 0 | 1 | 10C | 61 | 37 |
| Octal | 204 | 34 | 374 | 60 | 131 | 0 | 1 | 414 | 141 | 67 |
| Binary | 10000100 | 11100 | 11111100 | 110000 | 1011001 | 0 | 1 | 100001100 | 1100001 | 110111 |
Color Harmonies of #841CFC
Complementary color
Monochromatic Colors of #841CFC
Black with #841CFC
Text Example
Text Example
White with #841CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CFC; }
p { color: rgb(132,28,252); }
H1.HeaderClassName
{
color: #841CFC;
}
.AnyTagClassName
{
color: #841CFC;
}
</style>
background-color css
<style>
a { background-color: #841CFC; }
a { background-color: rgb(132,28,252); }
div.DivClassName
{
background-color: #841CFC;
}
.BgClassName
{
background-color: #841CFC;
}
</style>
border-color css
<style>
span { border-color: #841CFC; }
span { border-color: rgb(132,28,252); }
td.TdClassName
{
border-color: #841CFC;
}
.TagClassName
{
border-color: #841CFC;
}
</style>