Shades of Blue Violet #843BDD
Tints of Blue Violet #843BDD
RGB
CMYK
RGB Variations
Color information
#843BDD (or 0x843BDD) is known color: Blue Violet. HEX triplet: 84, 3B and DD. RGB value is (132,59,221). Sum of RGB (Red+Green+Blue) = 132+59+221=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #843BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BDD is #7BC422. Grayscale: #626262. Windows color (decimal): -8111139 or 14498692. OLE color: 14498692.
HSL color Cylindrical-coordinate representation of color #843BDD: hue angle of 267.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #843BDD is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 59 | 221 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.13 |
| HSL | 267.04º | 0.7% | 0.55% | - |
| HSV(B) | 267.04º | 0.73% | 0.87% | - |
| XYZ | 24.13 | 13.25 | 69.69 | - |
| YUV | 99.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 221 | 0.40 | 0.73 | 0 | 0.13 | 267.04 | 0.7 | 0.55 |
| Hex | 84 | 3B | DD | 28 | 49 | 0 | D | 10B | 46 | 37 |
| Octal | 204 | 73 | 335 | 50 | 111 | 0 | 15 | 413 | 106 | 67 |
| Binary | 10000100 | 111011 | 11011101 | 101000 | 1001001 | 0 | 1101 | 100001011 | 1000110 | 110111 |
Color Harmonies of #843BDD
Complementary color
Monochromatic Colors of #843BDD
Black with #843BDD
Text Example
Text Example
White with #843BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BDD; }
p { color: rgb(132,59,221); }
H1.HeaderClassName
{
color: #843BDD;
}
.AnyTagClassName
{
color: #843BDD;
}
</style>
background-color css
<style>
a { background-color: #843BDD; }
a { background-color: rgb(132,59,221); }
div.DivClassName
{
background-color: #843BDD;
}
.BgClassName
{
background-color: #843BDD;
}
</style>
border-color css
<style>
span { border-color: #843BDD; }
span { border-color: rgb(132,59,221); }
td.TdClassName
{
border-color: #843BDD;
}
.TagClassName
{
border-color: #843BDD;
}
</style>