Shades of Blue Violet #844DDB
Tints of Blue Violet #844DDB
RGB
CMYK
RGB Variations
Color information
#844DDB (or 0x844DDB) is known color: Blue Violet. HEX triplet: 84, 4D and DB. RGB value is (132,77,219). Sum of RGB (Red+Green+Blue) = 132+77+219=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #844DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DDB is #7BB224. Grayscale: #6D6D6D. Windows color (decimal): -8106533 or 14372228. OLE color: 14372228.
HSL color Cylindrical-coordinate representation of color #844DDB: hue angle of 263.24º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844DDB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 77 | 219 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.14 |
| HSL | 263.24º | 0.66% | 0.58% | - |
| HSV(B) | 263.24º | 0.65% | 0.86% | - |
| XYZ | 24.96 | 15.33 | 68.66 | - |
| YUV | 109.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 219 | 0.40 | 0.65 | 0 | 0.14 | 263.24 | 0.66 | 0.58 |
| Hex | 84 | 4D | DB | 28 | 41 | 0 | E | 107 | 42 | 3A |
| Octal | 204 | 115 | 333 | 50 | 101 | 0 | 16 | 407 | 102 | 72 |
| Binary | 10000100 | 1001101 | 11011011 | 101000 | 1000001 | 0 | 1110 | 100000111 | 1000010 | 111010 |
Color Harmonies of #844DDB
Complementary color
Monochromatic Colors of #844DDB
Black with #844DDB
Text Example
Text Example
White with #844DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DDB; }
p { color: rgb(132,77,219); }
H1.HeaderClassName
{
color: #844DDB;
}
.AnyTagClassName
{
color: #844DDB;
}
</style>
background-color css
<style>
a { background-color: #844DDB; }
a { background-color: rgb(132,77,219); }
div.DivClassName
{
background-color: #844DDB;
}
.BgClassName
{
background-color: #844DDB;
}
</style>
border-color css
<style>
span { border-color: #844DDB; }
span { border-color: rgb(132,77,219); }
td.TdClassName
{
border-color: #844DDB;
}
.TagClassName
{
border-color: #844DDB;
}
</style>