Shades of Blue Violet #843CEA
Tints of Blue Violet #843CEA
RGB
CMYK
RGB Variations
Color information
#843CEA (or 0x843CEA) is known color: Blue Violet. HEX triplet: 84, 3C and EA. RGB value is (132,60,234). Sum of RGB (Red+Green+Blue) = 132+60+234=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #843CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843CEA is #7BC315. Grayscale: #646464. Windows color (decimal): -8110870 or 15350916. OLE color: 15350916.
HSL color Cylindrical-coordinate representation of color #843CEA: hue angle of 264.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #843CEA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 60 | 234 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.08 |
| HSL | 264.83º | 0.81% | 0.58% | - |
| HSV(B) | 264.83º | 0.74% | 0.92% | - |
| XYZ | 25.98 | 14.08 | 79.19 | - |
| YUV | 101.36 | 202.85 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 234 | 0.44 | 0.74 | 0 | 0.08 | 264.83 | 0.81 | 0.58 |
| Hex | 84 | 3C | EA | 2C | 4A | 0 | 8 | 109 | 51 | 3A |
| Octal | 204 | 74 | 352 | 54 | 112 | 0 | 10 | 411 | 121 | 72 |
| Binary | 10000100 | 111100 | 11101010 | 101100 | 1001010 | 0 | 1000 | 100001001 | 1010001 | 111010 |
Color Harmonies of #843CEA
Complementary color
Monochromatic Colors of #843CEA
Black with #843CEA
Text Example
Text Example
White with #843CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CEA; }
p { color: rgb(132,60,234); }
H1.HeaderClassName
{
color: #843CEA;
}
.AnyTagClassName
{
color: #843CEA;
}
</style>
background-color css
<style>
a { background-color: #843CEA; }
a { background-color: rgb(132,60,234); }
div.DivClassName
{
background-color: #843CEA;
}
.BgClassName
{
background-color: #843CEA;
}
</style>
border-color css
<style>
span { border-color: #843CEA; }
span { border-color: rgb(132,60,234); }
td.TdClassName
{
border-color: #843CEA;
}
.TagClassName
{
border-color: #843CEA;
}
</style>