Shades of Blue Violet #844DE1
Tints of Blue Violet #844DE1
RGB
CMYK
RGB Variations
Color information
#844DE1 (or 0x844DE1) is known color: Blue Violet. HEX triplet: 84, 4D and E1. RGB value is (132,77,225). Sum of RGB (Red+Green+Blue) = 132+77+225=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #844DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DE1 is #7BB21E. Grayscale: #6D6D6D. Windows color (decimal): -8106527 or 14765444. OLE color: 14765444.
HSL color Cylindrical-coordinate representation of color #844DE1: hue angle of 262.3º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844DE1 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 77 | 225 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.12 |
| HSL | 262.3º | 0.71% | 0.59% | - |
| HSV(B) | 262.3º | 0.66% | 0.88% | - |
| XYZ | 25.76 | 15.65 | 72.9 | - |
| YUV | 110.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 225 | 0.41 | 0.66 | 0 | 0.12 | 262.3 | 0.71 | 0.59 |
| Hex | 84 | 4D | E1 | 29 | 42 | 0 | C | 106 | 47 | 3B |
| Octal | 204 | 115 | 341 | 51 | 102 | 0 | 14 | 406 | 107 | 73 |
| Binary | 10000100 | 1001101 | 11100001 | 101001 | 1000010 | 0 | 1100 | 100000110 | 1000111 | 111011 |
Color Harmonies of #844DE1
Complementary color
Monochromatic Colors of #844DE1
Black with #844DE1
Text Example
Text Example
White with #844DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DE1; }
p { color: rgb(132,77,225); }
H1.HeaderClassName
{
color: #844DE1;
}
.AnyTagClassName
{
color: #844DE1;
}
</style>
background-color css
<style>
a { background-color: #844DE1; }
a { background-color: rgb(132,77,225); }
div.DivClassName
{
background-color: #844DE1;
}
.BgClassName
{
background-color: #844DE1;
}
</style>
border-color css
<style>
span { border-color: #844DE1; }
span { border-color: rgb(132,77,225); }
td.TdClassName
{
border-color: #844DE1;
}
.TagClassName
{
border-color: #844DE1;
}
</style>