Shades of Blue Violet #841DF8
Tints of Blue Violet #841DF8
RGB
CMYK
RGB Variations
Color information
#841DF8 (or 0x841DF8) is known color: Blue Violet. HEX triplet: 84, 1D and F8. RGB value is (132,29,248). Sum of RGB (Red+Green+Blue) = 132+29+248=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #841DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DF8 is #7BE207. Grayscale: #535353. Windows color (decimal): -8118792 or 16260484. OLE color: 16260484.
HSL color Cylindrical-coordinate representation of color #841DF8: hue angle of 268.22º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841DF8 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 29 | 248 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.03 |
| HSL | 268.22º | 0.94% | 0.54% | - |
| HSV(B) | 268.22º | 0.88% | 0.97% | - |
| XYZ | 26.9 | 12.56 | 89.81 | - |
| YUV | 84.76 | 220.12 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 248 | 0.47 | 0.88 | 0 | 0.03 | 268.22 | 0.94 | 0.54 |
| Hex | 84 | 1D | F8 | 2F | 58 | 0 | 3 | 10C | 5E | 36 |
| Octal | 204 | 35 | 370 | 57 | 130 | 0 | 3 | 414 | 136 | 66 |
| Binary | 10000100 | 11101 | 11111000 | 101111 | 1011000 | 0 | 11 | 100001100 | 1011110 | 110110 |
Color Harmonies of #841DF8
Complementary color
Monochromatic Colors of #841DF8
Black with #841DF8
Text Example
Text Example
White with #841DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DF8; }
p { color: rgb(132,29,248); }
H1.HeaderClassName
{
color: #841DF8;
}
.AnyTagClassName
{
color: #841DF8;
}
</style>
background-color css
<style>
a { background-color: #841DF8; }
a { background-color: rgb(132,29,248); }
div.DivClassName
{
background-color: #841DF8;
}
.BgClassName
{
background-color: #841DF8;
}
</style>
border-color css
<style>
span { border-color: #841DF8; }
span { border-color: rgb(132,29,248); }
td.TdClassName
{
border-color: #841DF8;
}
.TagClassName
{
border-color: #841DF8;
}
</style>