Shades of Blue Violet #841DF3
Tints of Blue Violet #841DF3
RGB
CMYK
RGB Variations
Color information
#841DF3 (or 0x841DF3) is known color: Blue Violet. HEX triplet: 84, 1D and F3. RGB value is (132,29,243). Sum of RGB (Red+Green+Blue) = 132+29+243=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #841DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DF3 is #7BE20C. Grayscale: #535353. Windows color (decimal): -8118797 or 15932804. OLE color: 15932804.
HSL color Cylindrical-coordinate representation of color #841DF3: hue angle of 268.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841DF3 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 29 | 243 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.05 |
| HSL | 268.88º | 0.9% | 0.53% | - |
| HSV(B) | 268.88º | 0.88% | 0.95% | - |
| XYZ | 26.13 | 12.26 | 85.78 | - |
| YUV | 84.19 | 217.62 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 243 | 0.46 | 0.88 | 0 | 0.05 | 268.88 | 0.9 | 0.53 |
| Hex | 84 | 1D | F3 | 2E | 58 | 0 | 5 | 10D | 5A | 35 |
| Octal | 204 | 35 | 363 | 56 | 130 | 0 | 5 | 415 | 132 | 65 |
| Binary | 10000100 | 11101 | 11110011 | 101110 | 1011000 | 0 | 101 | 100001101 | 1011010 | 110101 |
Color Harmonies of #841DF3
Complementary color
Monochromatic Colors of #841DF3
Black with #841DF3
Text Example
Text Example
White with #841DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DF3; }
p { color: rgb(132,29,243); }
H1.HeaderClassName
{
color: #841DF3;
}
.AnyTagClassName
{
color: #841DF3;
}
</style>
background-color css
<style>
a { background-color: #841DF3; }
a { background-color: rgb(132,29,243); }
div.DivClassName
{
background-color: #841DF3;
}
.BgClassName
{
background-color: #841DF3;
}
</style>
border-color css
<style>
span { border-color: #841DF3; }
span { border-color: rgb(132,29,243); }
td.TdClassName
{
border-color: #841DF3;
}
.TagClassName
{
border-color: #841DF3;
}
</style>