Shades of Blue Violet #843DD0
Tints of Blue Violet #843DD0
RGB
CMYK
RGB Variations
Color information
#843DD0 (or 0x843DD0) is known color: Blue Violet. HEX triplet: 84, 3D and D0. RGB value is (132,61,208). Sum of RGB (Red+Green+Blue) = 132+61+208=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #843DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DD0 is #7BC22F. Grayscale: #626262. Windows color (decimal): -8110640 or 13647236. OLE color: 13647236.
HSL color Cylindrical-coordinate representation of color #843DD0: hue angle of 268.98º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843DD0 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 61 | 208 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.18 |
| HSL | 268.98º | 0.61% | 0.53% | - |
| HSV(B) | 268.98º | 0.71% | 0.82% | - |
| XYZ | 22.57 | 12.8 | 60.96 | - |
| YUV | 98.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 208 | 0.37 | 0.71 | 0 | 0.18 | 268.98 | 0.61 | 0.53 |
| Hex | 84 | 3D | D0 | 25 | 47 | 0 | 12 | 10D | 3D | 35 |
| Octal | 204 | 75 | 320 | 45 | 107 | 0 | 22 | 415 | 75 | 65 |
| Binary | 10000100 | 111101 | 11010000 | 100101 | 1000111 | 0 | 10010 | 100001101 | 111101 | 110101 |
Color Harmonies of #843DD0
Complementary color
Monochromatic Colors of #843DD0
Black with #843DD0
Text Example
Text Example
White with #843DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DD0; }
p { color: rgb(132,61,208); }
H1.HeaderClassName
{
color: #843DD0;
}
.AnyTagClassName
{
color: #843DD0;
}
</style>
background-color css
<style>
a { background-color: #843DD0; }
a { background-color: rgb(132,61,208); }
div.DivClassName
{
background-color: #843DD0;
}
.BgClassName
{
background-color: #843DD0;
}
</style>
border-color css
<style>
span { border-color: #843DD0; }
span { border-color: rgb(132,61,208); }
td.TdClassName
{
border-color: #843DD0;
}
.TagClassName
{
border-color: #843DD0;
}
</style>