Shades of Blue Violet #843DDC
Tints of Blue Violet #843DDC
RGB
CMYK
RGB Variations
Color information
#843DDC (or 0x843DDC) is known color: Blue Violet. HEX triplet: 84, 3D and DC. RGB value is (132,61,220). Sum of RGB (Red+Green+Blue) = 132+61+220=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #843DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DDC is #7BC223. Grayscale: #636363. Windows color (decimal): -8110628 or 14433668. OLE color: 14433668.
HSL color Cylindrical-coordinate representation of color #843DDC: hue angle of 266.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843DDC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 61 | 220 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.14 |
| HSL | 266.79º | 0.69% | 0.55% | - |
| HSV(B) | 266.79º | 0.72% | 0.86% | - |
| XYZ | 24.1 | 13.41 | 69.03 | - |
| YUV | 100.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 220 | 0.40 | 0.72 | 0 | 0.14 | 266.79 | 0.69 | 0.55 |
| Hex | 84 | 3D | DC | 28 | 48 | 0 | E | 10B | 45 | 37 |
| Octal | 204 | 75 | 334 | 50 | 110 | 0 | 16 | 413 | 105 | 67 |
| Binary | 10000100 | 111101 | 11011100 | 101000 | 1001000 | 0 | 1110 | 100001011 | 1000101 | 110111 |
Color Harmonies of #843DDC
Complementary color
Monochromatic Colors of #843DDC
Black with #843DDC
Text Example
Text Example
White with #843DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DDC; }
p { color: rgb(132,61,220); }
H1.HeaderClassName
{
color: #843DDC;
}
.AnyTagClassName
{
color: #843DDC;
}
</style>
background-color css
<style>
a { background-color: #843DDC; }
a { background-color: rgb(132,61,220); }
div.DivClassName
{
background-color: #843DDC;
}
.BgClassName
{
background-color: #843DDC;
}
</style>
border-color css
<style>
span { border-color: #843DDC; }
span { border-color: rgb(132,61,220); }
td.TdClassName
{
border-color: #843DDC;
}
.TagClassName
{
border-color: #843DDC;
}
</style>