Shades of Blue Violet #843EDD
Tints of Blue Violet #843EDD
RGB
CMYK
RGB Variations
Color information
#843EDD (or 0x843EDD) is known color: Blue Violet. HEX triplet: 84, 3E and DD. RGB value is (132,62,221). Sum of RGB (Red+Green+Blue) = 132+62+221=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #843EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EDD is #7BC122. Grayscale: #646464. Windows color (decimal): -8110371 or 14499460. OLE color: 14499460.
HSL color Cylindrical-coordinate representation of color #843EDD: hue angle of 266.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843EDD is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 62 | 221 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.13 |
| HSL | 266.42º | 0.7% | 0.55% | - |
| HSV(B) | 266.42º | 0.72% | 0.87% | - |
| XYZ | 24.29 | 13.57 | 69.75 | - |
| YUV | 101.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 221 | 0.40 | 0.72 | 0 | 0.13 | 266.42 | 0.7 | 0.55 |
| Hex | 84 | 3E | DD | 28 | 48 | 0 | D | 10A | 46 | 37 |
| Octal | 204 | 76 | 335 | 50 | 110 | 0 | 15 | 412 | 106 | 67 |
| Binary | 10000100 | 111110 | 11011101 | 101000 | 1001000 | 0 | 1101 | 100001010 | 1000110 | 110111 |
Color Harmonies of #843EDD
Complementary color
Monochromatic Colors of #843EDD
Black with #843EDD
Text Example
Text Example
White with #843EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EDD; }
p { color: rgb(132,62,221); }
H1.HeaderClassName
{
color: #843EDD;
}
.AnyTagClassName
{
color: #843EDD;
}
</style>
background-color css
<style>
a { background-color: #843EDD; }
a { background-color: rgb(132,62,221); }
div.DivClassName
{
background-color: #843EDD;
}
.BgClassName
{
background-color: #843EDD;
}
</style>
border-color css
<style>
span { border-color: #843EDD; }
span { border-color: rgb(132,62,221); }
td.TdClassName
{
border-color: #843EDD;
}
.TagClassName
{
border-color: #843EDD;
}
</style>