Shades of Blue Violet #843BDB
Tints of Blue Violet #843BDB
RGB
CMYK
RGB Variations
Color information
#843BDB (or 0x843BDB) is known color: Blue Violet. HEX triplet: 84, 3B and DB. RGB value is (132,59,219). Sum of RGB (Red+Green+Blue) = 132+59+219=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #843BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BDB is #7BC424. Grayscale: #626262. Windows color (decimal): -8111141 or 14367620. OLE color: 14367620.
HSL color Cylindrical-coordinate representation of color #843BDB: hue angle of 267.38º 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 #843BDB is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 59 | 219 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.14 |
| HSL | 267.38º | 0.69% | 0.55% | - |
| HSV(B) | 267.38º | 0.73% | 0.86% | - |
| XYZ | 23.87 | 13.15 | 68.3 | - |
| YUV | 99.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 219 | 0.40 | 0.73 | 0 | 0.14 | 267.38 | 0.69 | 0.55 |
| Hex | 84 | 3B | DB | 28 | 49 | 0 | E | 10B | 45 | 37 |
| Octal | 204 | 73 | 333 | 50 | 111 | 0 | 16 | 413 | 105 | 67 |
| Binary | 10000100 | 111011 | 11011011 | 101000 | 1001001 | 0 | 1110 | 100001011 | 1000101 | 110111 |
Color Harmonies of #843BDB
Complementary color
Monochromatic Colors of #843BDB
Black with #843BDB
Text Example
Text Example
White with #843BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BDB; }
p { color: rgb(132,59,219); }
H1.HeaderClassName
{
color: #843BDB;
}
.AnyTagClassName
{
color: #843BDB;
}
</style>
background-color css
<style>
a { background-color: #843BDB; }
a { background-color: rgb(132,59,219); }
div.DivClassName
{
background-color: #843BDB;
}
.BgClassName
{
background-color: #843BDB;
}
</style>
border-color css
<style>
span { border-color: #843BDB; }
span { border-color: rgb(132,59,219); }
td.TdClassName
{
border-color: #843BDB;
}
.TagClassName
{
border-color: #843BDB;
}
</style>