Shades of Blue Violet #841EDD
Tints of Blue Violet #841EDD
RGB
CMYK
RGB Variations
Color information
#841EDD (or 0x841EDD) is known color: Blue Violet. HEX triplet: 84, 1E and DD. RGB value is (132,30,221). Sum of RGB (Red+Green+Blue) = 132+30+221=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #841EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EDD is #7BE122. Grayscale: #515151. Windows color (decimal): -8118563 or 14491268. OLE color: 14491268.
HSL color Cylindrical-coordinate representation of color #841EDD: hue angle of 272.04º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841EDD is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 30 | 221 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.13 |
| HSL | 272.04º | 0.76% | 0.49% | - |
| HSV(B) | 272.04º | 0.86% | 0.87% | - |
| XYZ | 23.03 | 11.05 | 69.33 | - |
| YUV | 82.27 | 206.29 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 221 | 0.40 | 0.86 | 0 | 0.13 | 272.04 | 0.76 | 0.49 |
| Hex | 84 | 1E | DD | 28 | 56 | 0 | D | 110 | 4C | 31 |
| Octal | 204 | 36 | 335 | 50 | 126 | 0 | 15 | 420 | 114 | 61 |
| Binary | 10000100 | 11110 | 11011101 | 101000 | 1010110 | 0 | 1101 | 100010000 | 1001100 | 110001 |
Color Harmonies of #841EDD
Complementary color
Monochromatic Colors of #841EDD
Black with #841EDD
Text Example
Text Example
White with #841EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EDD; }
p { color: rgb(132,30,221); }
H1.HeaderClassName
{
color: #841EDD;
}
.AnyTagClassName
{
color: #841EDD;
}
</style>
background-color css
<style>
a { background-color: #841EDD; }
a { background-color: rgb(132,30,221); }
div.DivClassName
{
background-color: #841EDD;
}
.BgClassName
{
background-color: #841EDD;
}
</style>
border-color css
<style>
span { border-color: #841EDD; }
span { border-color: rgb(132,30,221); }
td.TdClassName
{
border-color: #841EDD;
}
.TagClassName
{
border-color: #841EDD;
}
</style>