Shades of Blue Violet #843BCF
Tints of Blue Violet #843BCF
RGB
CMYK
RGB Variations
Color information
#843BCF (or 0x843BCF) is known color: Blue Violet. HEX triplet: 84, 3B and CF. RGB value is (132,59,207). Sum of RGB (Red+Green+Blue) = 132+59+207=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #843BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BCF is #7BC430. Grayscale: #616161. Windows color (decimal): -8111153 or 13581188. OLE color: 13581188.
HSL color Cylindrical-coordinate representation of color #843BCF: hue angle of 269.59º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843BCF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 59 | 207 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.19 |
| HSL | 269.59º | 0.61% | 0.52% | - |
| HSV(B) | 269.59º | 0.71% | 0.81% | - |
| XYZ | 22.34 | 12.54 | 60.27 | - |
| YUV | 97.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 207 | 0.36 | 0.71 | 0 | 0.19 | 269.59 | 0.61 | 0.52 |
| Hex | 84 | 3B | CF | 24 | 47 | 0 | 13 | 10E | 3D | 34 |
| Octal | 204 | 73 | 317 | 44 | 107 | 0 | 23 | 416 | 75 | 64 |
| Binary | 10000100 | 111011 | 11001111 | 100100 | 1000111 | 0 | 10011 | 100001110 | 111101 | 110100 |
Color Harmonies of #843BCF
Complementary color
Monochromatic Colors of #843BCF
Black with #843BCF
Text Example
Text Example
White with #843BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BCF; }
p { color: rgb(132,59,207); }
H1.HeaderClassName
{
color: #843BCF;
}
.AnyTagClassName
{
color: #843BCF;
}
</style>
background-color css
<style>
a { background-color: #843BCF; }
a { background-color: rgb(132,59,207); }
div.DivClassName
{
background-color: #843BCF;
}
.BgClassName
{
background-color: #843BCF;
}
</style>
border-color css
<style>
span { border-color: #843BCF; }
span { border-color: rgb(132,59,207); }
td.TdClassName
{
border-color: #843BCF;
}
.TagClassName
{
border-color: #843BCF;
}
</style>