Shades of Blue Violet #841CFA
Tints of Blue Violet #841CFA
RGB
CMYK
RGB Variations
Color information
#841CFA (or 0x841CFA) is known color: Blue Violet. HEX triplet: 84, 1C and FA. RGB value is (132,28,250). Sum of RGB (Red+Green+Blue) = 132+28+250=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #841CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CFA is #7BE305. Grayscale: #535353. Windows color (decimal): -8119046 or 16391300. OLE color: 16391300.
HSL color Cylindrical-coordinate representation of color #841CFA: hue angle of 268.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841CFA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 28 | 250 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.02 |
| HSL | 268.11º | 0.96% | 0.55% | - |
| HSV(B) | 268.11º | 0.89% | 0.98% | - |
| XYZ | 27.19 | 12.64 | 91.45 | - |
| YUV | 84.4 | 221.46 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 250 | 0.47 | 0.89 | 0 | 0.02 | 268.11 | 0.96 | 0.55 |
| Hex | 84 | 1C | FA | 2F | 59 | 0 | 2 | 10C | 60 | 37 |
| Octal | 204 | 34 | 372 | 57 | 131 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000100 | 11100 | 11111010 | 101111 | 1011001 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #841CFA
Complementary color
Monochromatic Colors of #841CFA
Black with #841CFA
Text Example
Text Example
White with #841CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CFA; }
p { color: rgb(132,28,250); }
H1.HeaderClassName
{
color: #841CFA;
}
.AnyTagClassName
{
color: #841CFA;
}
</style>
background-color css
<style>
a { background-color: #841CFA; }
a { background-color: rgb(132,28,250); }
div.DivClassName
{
background-color: #841CFA;
}
.BgClassName
{
background-color: #841CFA;
}
</style>
border-color css
<style>
span { border-color: #841CFA; }
span { border-color: rgb(132,28,250); }
td.TdClassName
{
border-color: #841CFA;
}
.TagClassName
{
border-color: #841CFA;
}
</style>