Shades of Blue Violet #843DDD
Tints of Blue Violet #843DDD
RGB
CMYK
RGB Variations
Color information
#843DDD (or 0x843DDD) is known color: Blue Violet. HEX triplet: 84, 3D and DD. RGB value is (132,61,221). Sum of RGB (Red+Green+Blue) = 132+61+221=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #843DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DDD is #7BC222. Grayscale: #636363. Windows color (decimal): -8110627 or 14499204. OLE color: 14499204.
HSL color Cylindrical-coordinate representation of color #843DDD: hue angle of 266.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843DDD is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 61 | 221 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.13 |
| HSL | 266.63º | 0.7% | 0.55% | - |
| HSV(B) | 266.63º | 0.72% | 0.87% | - |
| XYZ | 24.24 | 13.46 | 69.73 | - |
| YUV | 100.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 221 | 0.40 | 0.72 | 0 | 0.13 | 266.63 | 0.7 | 0.55 |
| Hex | 84 | 3D | DD | 28 | 48 | 0 | D | 10B | 46 | 37 |
| Octal | 204 | 75 | 335 | 50 | 110 | 0 | 15 | 413 | 106 | 67 |
| Binary | 10000100 | 111101 | 11011101 | 101000 | 1001000 | 0 | 1101 | 100001011 | 1000110 | 110111 |
Color Harmonies of #843DDD
Complementary color
Monochromatic Colors of #843DDD
Black with #843DDD
Text Example
Text Example
White with #843DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DDD; }
p { color: rgb(132,61,221); }
H1.HeaderClassName
{
color: #843DDD;
}
.AnyTagClassName
{
color: #843DDD;
}
</style>
background-color css
<style>
a { background-color: #843DDD; }
a { background-color: rgb(132,61,221); }
div.DivClassName
{
background-color: #843DDD;
}
.BgClassName
{
background-color: #843DDD;
}
</style>
border-color css
<style>
span { border-color: #843DDD; }
span { border-color: rgb(132,61,221); }
td.TdClassName
{
border-color: #843DDD;
}
.TagClassName
{
border-color: #843DDD;
}
</style>