Shades of Blue Violet #843ECF
Tints of Blue Violet #843ECF
RGB
CMYK
RGB Variations
Color information
#843ECF (or 0x843ECF) is known color: Blue Violet. HEX triplet: 84, 3E and CF. RGB value is (132,62,207). Sum of RGB (Red+Green+Blue) = 132+62+207=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #843ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ECF is #7BC130. Grayscale: #626262. Windows color (decimal): -8110385 or 13581956. OLE color: 13581956.
HSL color Cylindrical-coordinate representation of color #843ECF: hue angle of 268.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843ECF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 62 | 207 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.19 |
| HSL | 268.97º | 0.6% | 0.53% | - |
| HSV(B) | 268.97º | 0.7% | 0.81% | - |
| XYZ | 22.5 | 12.86 | 60.33 | - |
| YUV | 99.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 207 | 0.36 | 0.70 | 0 | 0.19 | 268.97 | 0.6 | 0.53 |
| Hex | 84 | 3E | CF | 24 | 46 | 0 | 13 | 10D | 3C | 35 |
| Octal | 204 | 76 | 317 | 44 | 106 | 0 | 23 | 415 | 74 | 65 |
| Binary | 10000100 | 111110 | 11001111 | 100100 | 1000110 | 0 | 10011 | 100001101 | 111100 | 110101 |
Color Harmonies of #843ECF
Complementary color
Monochromatic Colors of #843ECF
Black with #843ECF
Text Example
Text Example
White with #843ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843ECF; }
p { color: rgb(132,62,207); }
H1.HeaderClassName
{
color: #843ECF;
}
.AnyTagClassName
{
color: #843ECF;
}
</style>
background-color css
<style>
a { background-color: #843ECF; }
a { background-color: rgb(132,62,207); }
div.DivClassName
{
background-color: #843ECF;
}
.BgClassName
{
background-color: #843ECF;
}
</style>
border-color css
<style>
span { border-color: #843ECF; }
span { border-color: rgb(132,62,207); }
td.TdClassName
{
border-color: #843ECF;
}
.TagClassName
{
border-color: #843ECF;
}
</style>