Shades of Blue Violet #844DDD
Tints of Blue Violet #844DDD
RGB
CMYK
RGB Variations
Color information
#844DDD (or 0x844DDD) is known color: Blue Violet. HEX triplet: 84, 4D and DD. RGB value is (132,77,221). Sum of RGB (Red+Green+Blue) = 132+77+221=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #844DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DDD is #7BB222. Grayscale: #6D6D6D. Windows color (decimal): -8106531 or 14503300. OLE color: 14503300.
HSL color Cylindrical-coordinate representation of color #844DDD: hue angle of 262.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844DDD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 77 | 221 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.13 |
| HSL | 262.92º | 0.68% | 0.58% | - |
| HSV(B) | 262.92º | 0.65% | 0.87% | - |
| XYZ | 25.22 | 15.43 | 70.06 | - |
| YUV | 109.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 221 | 0.40 | 0.65 | 0 | 0.13 | 262.92 | 0.68 | 0.58 |
| Hex | 84 | 4D | DD | 28 | 41 | 0 | D | 107 | 44 | 3A |
| Octal | 204 | 115 | 335 | 50 | 101 | 0 | 15 | 407 | 104 | 72 |
| Binary | 10000100 | 1001101 | 11011101 | 101000 | 1000001 | 0 | 1101 | 100000111 | 1000100 | 111010 |
Color Harmonies of #844DDD
Complementary color
Monochromatic Colors of #844DDD
Black with #844DDD
Text Example
Text Example
White with #844DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DDD; }
p { color: rgb(132,77,221); }
H1.HeaderClassName
{
color: #844DDD;
}
.AnyTagClassName
{
color: #844DDD;
}
</style>
background-color css
<style>
a { background-color: #844DDD; }
a { background-color: rgb(132,77,221); }
div.DivClassName
{
background-color: #844DDD;
}
.BgClassName
{
background-color: #844DDD;
}
</style>
border-color css
<style>
span { border-color: #844DDD; }
span { border-color: rgb(132,77,221); }
td.TdClassName
{
border-color: #844DDD;
}
.TagClassName
{
border-color: #844DDD;
}
</style>