Shades of Blue Violet #843AEC
Tints of Blue Violet #843AEC
RGB
CMYK
RGB Variations
Color information
#843AEC (or 0x843AEC) is known color: Blue Violet. HEX triplet: 84, 3A and EC. RGB value is (132,58,236). Sum of RGB (Red+Green+Blue) = 132+58+236=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #843AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843AEC is #7BC513. Grayscale: #636363. Windows color (decimal): -8111380 or 15481476. OLE color: 15481476.
HSL color Cylindrical-coordinate representation of color #843AEC: hue angle of 264.94º degrees, saturation: 0.82, 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 #843AEC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 58 | 236 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.07 |
| HSL | 264.94º | 0.82% | 0.58% | - |
| HSV(B) | 264.94º | 0.75% | 0.93% | - |
| XYZ | 26.17 | 13.99 | 80.68 | - |
| YUV | 100.42 | 204.52 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 236 | 0.44 | 0.75 | 0 | 0.07 | 264.94 | 0.82 | 0.58 |
| Hex | 84 | 3A | EC | 2C | 4B | 0 | 7 | 109 | 52 | 3A |
| Octal | 204 | 72 | 354 | 54 | 113 | 0 | 7 | 411 | 122 | 72 |
| Binary | 10000100 | 111010 | 11101100 | 101100 | 1001011 | 0 | 111 | 100001001 | 1010010 | 111010 |
Color Harmonies of #843AEC
Complementary color
Monochromatic Colors of #843AEC
Black with #843AEC
Text Example
Text Example
White with #843AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843AEC; }
p { color: rgb(132,58,236); }
H1.HeaderClassName
{
color: #843AEC;
}
.AnyTagClassName
{
color: #843AEC;
}
</style>
background-color css
<style>
a { background-color: #843AEC; }
a { background-color: rgb(132,58,236); }
div.DivClassName
{
background-color: #843AEC;
}
.BgClassName
{
background-color: #843AEC;
}
</style>
border-color css
<style>
span { border-color: #843AEC; }
span { border-color: rgb(132,58,236); }
td.TdClassName
{
border-color: #843AEC;
}
.TagClassName
{
border-color: #843AEC;
}
</style>