Shades of Blue Violet #844BDA
Tints of Blue Violet #844BDA
RGB
CMYK
RGB Variations
Color information
#844BDA (or 0x844BDA) is known color: Blue Violet. HEX triplet: 84, 4B and DA. RGB value is (132,75,218). Sum of RGB (Red+Green+Blue) = 132+75+218=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #844BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BDA is #7BB425. Grayscale: #6B6B6B. Windows color (decimal): -8107046 or 14306180. OLE color: 14306180.
HSL color Cylindrical-coordinate representation of color #844BDA: hue angle of 263.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844BDA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 75 | 218 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.15 |
| HSL | 263.92º | 0.66% | 0.57% | - |
| HSV(B) | 263.92º | 0.66% | 0.85% | - |
| XYZ | 24.69 | 15 | 67.92 | - |
| YUV | 108.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 218 | 0.39 | 0.66 | 0 | 0.15 | 263.92 | 0.66 | 0.57 |
| Hex | 84 | 4B | DA | 27 | 42 | 0 | F | 108 | 42 | 39 |
| Octal | 204 | 113 | 332 | 47 | 102 | 0 | 17 | 410 | 102 | 71 |
| Binary | 10000100 | 1001011 | 11011010 | 100111 | 1000010 | 0 | 1111 | 100001000 | 1000010 | 111001 |
Color Harmonies of #844BDA
Complementary color
Monochromatic Colors of #844BDA
Black with #844BDA
Text Example
Text Example
White with #844BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BDA; }
p { color: rgb(132,75,218); }
H1.HeaderClassName
{
color: #844BDA;
}
.AnyTagClassName
{
color: #844BDA;
}
</style>
background-color css
<style>
a { background-color: #844BDA; }
a { background-color: rgb(132,75,218); }
div.DivClassName
{
background-color: #844BDA;
}
.BgClassName
{
background-color: #844BDA;
}
</style>
border-color css
<style>
span { border-color: #844BDA; }
span { border-color: rgb(132,75,218); }
td.TdClassName
{
border-color: #844BDA;
}
.TagClassName
{
border-color: #844BDA;
}
</style>