Shades of Blue Violet #844BDB
Tints of Blue Violet #844BDB
RGB
CMYK
RGB Variations
Color information
#844BDB (or 0x844BDB) is known color: Blue Violet. HEX triplet: 84, 4B and DB. RGB value is (132,75,219). Sum of RGB (Red+Green+Blue) = 132+75+219=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #844BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BDB is #7BB424. Grayscale: #6B6B6B. Windows color (decimal): -8107045 or 14371716. OLE color: 14371716.
HSL color Cylindrical-coordinate representation of color #844BDB: hue angle of 263.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844BDB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 75 | 219 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.14 |
| HSL | 263.75º | 0.67% | 0.58% | - |
| HSV(B) | 263.75º | 0.66% | 0.86% | - |
| XYZ | 24.82 | 15.05 | 68.62 | - |
| YUV | 108.46 | 190.38 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 219 | 0.40 | 0.66 | 0 | 0.14 | 263.75 | 0.67 | 0.58 |
| Hex | 84 | 4B | DB | 28 | 42 | 0 | E | 108 | 43 | 3A |
| Octal | 204 | 113 | 333 | 50 | 102 | 0 | 16 | 410 | 103 | 72 |
| Binary | 10000100 | 1001011 | 11011011 | 101000 | 1000010 | 0 | 1110 | 100001000 | 1000011 | 111010 |
Color Harmonies of #844BDB
Complementary color
Monochromatic Colors of #844BDB
Black with #844BDB
Text Example
Text Example
White with #844BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BDB; }
p { color: rgb(132,75,219); }
H1.HeaderClassName
{
color: #844BDB;
}
.AnyTagClassName
{
color: #844BDB;
}
</style>
background-color css
<style>
a { background-color: #844BDB; }
a { background-color: rgb(132,75,219); }
div.DivClassName
{
background-color: #844BDB;
}
.BgClassName
{
background-color: #844BDB;
}
</style>
border-color css
<style>
span { border-color: #844BDB; }
span { border-color: rgb(132,75,219); }
td.TdClassName
{
border-color: #844BDB;
}
.TagClassName
{
border-color: #844BDB;
}
</style>