Shades of Blue Violet #843BD1
Tints of Blue Violet #843BD1
RGB
CMYK
RGB Variations
Color information
#843BD1 (or 0x843BD1) is known color: Blue Violet. HEX triplet: 84, 3B and D1. RGB value is (132,59,209). Sum of RGB (Red+Green+Blue) = 132+59+209=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #843BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BD1 is #7BC42E. Grayscale: #616161. Windows color (decimal): -8111151 or 13712260. OLE color: 13712260.
HSL color Cylindrical-coordinate representation of color #843BD1: hue angle of 269.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843BD1 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 59 | 209 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.18 |
| HSL | 269.2º | 0.62% | 0.53% | - |
| HSV(B) | 269.2º | 0.72% | 0.82% | - |
| XYZ | 22.59 | 12.64 | 61.57 | - |
| YUV | 97.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 209 | 0.37 | 0.72 | 0 | 0.18 | 269.2 | 0.62 | 0.53 |
| Hex | 84 | 3B | D1 | 25 | 48 | 0 | 12 | 10D | 3E | 35 |
| Octal | 204 | 73 | 321 | 45 | 110 | 0 | 22 | 415 | 76 | 65 |
| Binary | 10000100 | 111011 | 11010001 | 100101 | 1001000 | 0 | 10010 | 100001101 | 111110 | 110101 |
Color Harmonies of #843BD1
Complementary color
Monochromatic Colors of #843BD1
Black with #843BD1
Text Example
Text Example
White with #843BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BD1; }
p { color: rgb(132,59,209); }
H1.HeaderClassName
{
color: #843BD1;
}
.AnyTagClassName
{
color: #843BD1;
}
</style>
background-color css
<style>
a { background-color: #843BD1; }
a { background-color: rgb(132,59,209); }
div.DivClassName
{
background-color: #843BD1;
}
.BgClassName
{
background-color: #843BD1;
}
</style>
border-color css
<style>
span { border-color: #843BD1; }
span { border-color: rgb(132,59,209); }
td.TdClassName
{
border-color: #843BD1;
}
.TagClassName
{
border-color: #843BD1;
}
</style>