Shades of Blue Violet #843CDB
Tints of Blue Violet #843CDB
RGB
CMYK
RGB Variations
Color information
#843CDB (or 0x843CDB) is known color: Blue Violet. HEX triplet: 84, 3C and DB. RGB value is (132,60,219). Sum of RGB (Red+Green+Blue) = 132+60+219=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #843CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CDB is #7BC324. Grayscale: #636363. Windows color (decimal): -8110885 or 14367876. OLE color: 14367876.
HSL color Cylindrical-coordinate representation of color #843CDB: hue angle of 267.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #843CDB is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 60 | 219 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.14 |
| HSL | 267.17º | 0.69% | 0.55% | - |
| HSV(B) | 267.17º | 0.73% | 0.86% | - |
| XYZ | 23.92 | 13.25 | 68.32 | - |
| YUV | 99.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 219 | 0.40 | 0.73 | 0 | 0.14 | 267.17 | 0.69 | 0.55 |
| Hex | 84 | 3C | DB | 28 | 49 | 0 | E | 10B | 45 | 37 |
| Octal | 204 | 74 | 333 | 50 | 111 | 0 | 16 | 413 | 105 | 67 |
| Binary | 10000100 | 111100 | 11011011 | 101000 | 1001001 | 0 | 1110 | 100001011 | 1000101 | 110111 |
Color Harmonies of #843CDB
Complementary color
Monochromatic Colors of #843CDB
Black with #843CDB
Text Example
Text Example
White with #843CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CDB; }
p { color: rgb(132,60,219); }
H1.HeaderClassName
{
color: #843CDB;
}
.AnyTagClassName
{
color: #843CDB;
}
</style>
background-color css
<style>
a { background-color: #843CDB; }
a { background-color: rgb(132,60,219); }
div.DivClassName
{
background-color: #843CDB;
}
.BgClassName
{
background-color: #843CDB;
}
</style>
border-color css
<style>
span { border-color: #843CDB; }
span { border-color: rgb(132,60,219); }
td.TdClassName
{
border-color: #843CDB;
}
.TagClassName
{
border-color: #843CDB;
}
</style>