Shades of Blue Violet #841EDA
Tints of Blue Violet #841EDA
RGB
CMYK
RGB Variations
Color information
#841EDA (or 0x841EDA) is known color: Blue Violet. HEX triplet: 84, 1E and DA. RGB value is (132,30,218). Sum of RGB (Red+Green+Blue) = 132+30+218=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #841EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EDA is #7BE125. Grayscale: #515151. Windows color (decimal): -8118566 or 14294660. OLE color: 14294660.
HSL color Cylindrical-coordinate representation of color #841EDA: hue angle of 272.55º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841EDA is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 30 | 218 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.15 |
| HSL | 272.55º | 0.76% | 0.49% | - |
| HSV(B) | 272.55º | 0.86% | 0.85% | - |
| XYZ | 22.63 | 10.9 | 67.24 | - |
| YUV | 81.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 218 | 0.39 | 0.86 | 0 | 0.15 | 272.55 | 0.76 | 0.49 |
| Hex | 84 | 1E | DA | 27 | 56 | 0 | F | 111 | 4C | 31 |
| Octal | 204 | 36 | 332 | 47 | 126 | 0 | 17 | 421 | 114 | 61 |
| Binary | 10000100 | 11110 | 11011010 | 100111 | 1010110 | 0 | 1111 | 100010001 | 1001100 | 110001 |
Color Harmonies of #841EDA
Complementary color
Monochromatic Colors of #841EDA
Black with #841EDA
Text Example
Text Example
White with #841EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EDA; }
p { color: rgb(132,30,218); }
H1.HeaderClassName
{
color: #841EDA;
}
.AnyTagClassName
{
color: #841EDA;
}
</style>
background-color css
<style>
a { background-color: #841EDA; }
a { background-color: rgb(132,30,218); }
div.DivClassName
{
background-color: #841EDA;
}
.BgClassName
{
background-color: #841EDA;
}
</style>
border-color css
<style>
span { border-color: #841EDA; }
span { border-color: rgb(132,30,218); }
td.TdClassName
{
border-color: #841EDA;
}
.TagClassName
{
border-color: #841EDA;
}
</style>