Shades of Blue Violet #843BED
Tints of Blue Violet #843BED
RGB
CMYK
RGB Variations
Color information
#843BED (or 0x843BED) is known color: Blue Violet. HEX triplet: 84, 3B and ED. RGB value is (132,59,237). Sum of RGB (Red+Green+Blue) = 132+59+237=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #843BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843BED is #7BC412. Grayscale: #646464. Windows color (decimal): -8111123 or 15547268. OLE color: 15547268.
HSL color Cylindrical-coordinate representation of color #843BED: hue angle of 264.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #843BED is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 59 | 237 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.07 |
| HSL | 264.61º | 0.83% | 0.58% | - |
| HSV(B) | 264.61º | 0.75% | 0.93% | - |
| XYZ | 26.37 | 14.15 | 81.46 | - |
| YUV | 101.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 237 | 0.44 | 0.75 | 0 | 0.07 | 264.61 | 0.83 | 0.58 |
| Hex | 84 | 3B | ED | 2C | 4B | 0 | 7 | 109 | 53 | 3A |
| Octal | 204 | 73 | 355 | 54 | 113 | 0 | 7 | 411 | 123 | 72 |
| Binary | 10000100 | 111011 | 11101101 | 101100 | 1001011 | 0 | 111 | 100001001 | 1010011 | 111010 |
Color Harmonies of #843BED
Complementary color
Monochromatic Colors of #843BED
Black with #843BED
Text Example
Text Example
White with #843BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BED; }
p { color: rgb(132,59,237); }
H1.HeaderClassName
{
color: #843BED;
}
.AnyTagClassName
{
color: #843BED;
}
</style>
background-color css
<style>
a { background-color: #843BED; }
a { background-color: rgb(132,59,237); }
div.DivClassName
{
background-color: #843BED;
}
.BgClassName
{
background-color: #843BED;
}
</style>
border-color css
<style>
span { border-color: #843BED; }
span { border-color: rgb(132,59,237); }
td.TdClassName
{
border-color: #843BED;
}
.TagClassName
{
border-color: #843BED;
}
</style>