Shades of Blue Violet #841DFE
Tints of Blue Violet #841DFE
RGB
CMYK
RGB Variations
Color information
#841DFE (or 0x841DFE) is known color: Blue Violet. HEX triplet: 84, 1D and FE. RGB value is (132,29,254). Sum of RGB (Red+Green+Blue) = 132+29+254=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #841DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DFE is #7BE201. Grayscale: #545454. Windows color (decimal): -8118786 or 16653700. OLE color: 16653700.
HSL color Cylindrical-coordinate representation of color #841DFE: hue angle of 267.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841DFE is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 29 | 254 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.00 |
| HSL | 267.47º | 0.99% | 0.55% | - |
| HSV(B) | 267.47º | 0.89% | 1% | - |
| XYZ | 27.84 | 12.94 | 94.8 | - |
| YUV | 85.45 | 223.12 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 254 | 0.48 | 0.89 | 0 | 0.00 | 267.47 | 0.99 | 0.55 |
| Hex | 84 | 1D | FE | 30 | 59 | 0 | 0 | 10B | 63 | 37 |
| Octal | 204 | 35 | 376 | 60 | 131 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000100 | 11101 | 11111110 | 110000 | 1011001 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #841DFE
Complementary color
Monochromatic Colors of #841DFE
Black with #841DFE
Text Example
Text Example
White with #841DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DFE; }
p { color: rgb(132,29,254); }
H1.HeaderClassName
{
color: #841DFE;
}
.AnyTagClassName
{
color: #841DFE;
}
</style>
background-color css
<style>
a { background-color: #841DFE; }
a { background-color: rgb(132,29,254); }
div.DivClassName
{
background-color: #841DFE;
}
.BgClassName
{
background-color: #841DFE;
}
</style>
border-color css
<style>
span { border-color: #841DFE; }
span { border-color: rgb(132,29,254); }
td.TdClassName
{
border-color: #841DFE;
}
.TagClassName
{
border-color: #841DFE;
}
</style>