Shades of Blue Violet #843FDB
Tints of Blue Violet #843FDB
RGB
CMYK
RGB Variations
Color information
#843FDB (or 0x843FDB) is known color: Blue Violet. HEX triplet: 84, 3F and DB. RGB value is (132,63,219). Sum of RGB (Red+Green+Blue) = 132+63+219=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #843FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FDB is #7BC024. Grayscale: #646464. Windows color (decimal): -8110117 or 14368644. OLE color: 14368644.
HSL color Cylindrical-coordinate representation of color #843FDB: hue angle of 266.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843FDB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 63 | 219 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.14 |
| HSL | 266.54º | 0.68% | 0.55% | - |
| HSV(B) | 266.54º | 0.71% | 0.86% | - |
| XYZ | 24.08 | 13.58 | 68.37 | - |
| YUV | 101.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 219 | 0.40 | 0.71 | 0 | 0.14 | 266.54 | 0.68 | 0.55 |
| Hex | 84 | 3F | DB | 28 | 47 | 0 | E | 10B | 44 | 37 |
| Octal | 204 | 77 | 333 | 50 | 107 | 0 | 16 | 413 | 104 | 67 |
| Binary | 10000100 | 111111 | 11011011 | 101000 | 1000111 | 0 | 1110 | 100001011 | 1000100 | 110111 |
Color Harmonies of #843FDB
Complementary color
Monochromatic Colors of #843FDB
Black with #843FDB
Text Example
Text Example
White with #843FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843FDB; }
p { color: rgb(132,63,219); }
H1.HeaderClassName
{
color: #843FDB;
}
.AnyTagClassName
{
color: #843FDB;
}
</style>
background-color css
<style>
a { background-color: #843FDB; }
a { background-color: rgb(132,63,219); }
div.DivClassName
{
background-color: #843FDB;
}
.BgClassName
{
background-color: #843FDB;
}
</style>
border-color css
<style>
span { border-color: #843FDB; }
span { border-color: rgb(132,63,219); }
td.TdClassName
{
border-color: #843FDB;
}
.TagClassName
{
border-color: #843FDB;
}
</style>