Shades of Blue Violet #843BDE
Tints of Blue Violet #843BDE
RGB
CMYK
RGB Variations
Color information
#843BDE (or 0x843BDE) is known color: Blue Violet. HEX triplet: 84, 3B and DE. RGB value is (132,59,222). Sum of RGB (Red+Green+Blue) = 132+59+222=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #843BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BDE is #7BC421. Grayscale: #626262. Windows color (decimal): -8111138 or 14564228. OLE color: 14564228.
HSL color Cylindrical-coordinate representation of color #843BDE: hue angle of 266.87º degrees, saturation: 0.71, 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 #843BDE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 59 | 222 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 266.87º | 0.71% | 0.55% | - |
| HSV(B) | 266.87º | 0.73% | 0.87% | - |
| XYZ | 24.26 | 13.31 | 70.4 | - |
| YUV | 99.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 222 | 0.41 | 0.73 | 0 | 0.13 | 266.87 | 0.71 | 0.55 |
| Hex | 84 | 3B | DE | 29 | 49 | 0 | D | 10B | 47 | 37 |
| Octal | 204 | 73 | 336 | 51 | 111 | 0 | 15 | 413 | 107 | 67 |
| Binary | 10000100 | 111011 | 11011110 | 101001 | 1001001 | 0 | 1101 | 100001011 | 1000111 | 110111 |
Color Harmonies of #843BDE
Complementary color
Monochromatic Colors of #843BDE
Black with #843BDE
Text Example
Text Example
White with #843BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BDE; }
p { color: rgb(132,59,222); }
H1.HeaderClassName
{
color: #843BDE;
}
.AnyTagClassName
{
color: #843BDE;
}
</style>
background-color css
<style>
a { background-color: #843BDE; }
a { background-color: rgb(132,59,222); }
div.DivClassName
{
background-color: #843BDE;
}
.BgClassName
{
background-color: #843BDE;
}
</style>
border-color css
<style>
span { border-color: #843BDE; }
span { border-color: rgb(132,59,222); }
td.TdClassName
{
border-color: #843BDE;
}
.TagClassName
{
border-color: #843BDE;
}
</style>