Shades of Blue Violet #844CDD
Tints of Blue Violet #844CDD
RGB
CMYK
RGB Variations
Color information
#844CDD (or 0x844CDD) is known color: Blue Violet. HEX triplet: 84, 4C and DD. RGB value is (132,76,221). Sum of RGB (Red+Green+Blue) = 132+76+221=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #844CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CDD is #7BB322. Grayscale: #6C6C6C. Windows color (decimal): -8106787 or 14503044. OLE color: 14503044.
HSL color Cylindrical-coordinate representation of color #844CDD: hue angle of 263.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844CDD is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 76 | 221 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.13 |
| HSL | 263.17º | 0.68% | 0.58% | - |
| HSV(B) | 263.17º | 0.66% | 0.87% | - |
| XYZ | 25.15 | 15.29 | 70.03 | - |
| YUV | 109.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 221 | 0.40 | 0.66 | 0 | 0.13 | 263.17 | 0.68 | 0.58 |
| Hex | 84 | 4C | DD | 28 | 42 | 0 | D | 107 | 44 | 3A |
| Octal | 204 | 114 | 335 | 50 | 102 | 0 | 15 | 407 | 104 | 72 |
| Binary | 10000100 | 1001100 | 11011101 | 101000 | 1000010 | 0 | 1101 | 100000111 | 1000100 | 111010 |
Color Harmonies of #844CDD
Complementary color
Monochromatic Colors of #844CDD
Black with #844CDD
Text Example
Text Example
White with #844CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CDD; }
p { color: rgb(132,76,221); }
H1.HeaderClassName
{
color: #844CDD;
}
.AnyTagClassName
{
color: #844CDD;
}
</style>
background-color css
<style>
a { background-color: #844CDD; }
a { background-color: rgb(132,76,221); }
div.DivClassName
{
background-color: #844CDD;
}
.BgClassName
{
background-color: #844CDD;
}
</style>
border-color css
<style>
span { border-color: #844CDD; }
span { border-color: rgb(132,76,221); }
td.TdClassName
{
border-color: #844CDD;
}
.TagClassName
{
border-color: #844CDD;
}
</style>