Shades of Medium Purple #846BDB
Tints of Medium Purple #846BDB
RGB
CMYK
RGB Variations
Color information
#846BDB (or 0x846BDB) is known color: Medium Purple. HEX triplet: 84, 6B and DB. RGB value is (132,107,219). Sum of RGB (Red+Green+Blue) = 132+107+219=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #846BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDB is #7B9424. Grayscale: #7E7E7E. Windows color (decimal): -8098853 or 14379908. OLE color: 14379908.
HSL color Cylindrical-coordinate representation of color #846BDB: hue angle of 253.39º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #846BDB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 107 | 219 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.14 |
| HSL | 253.39º | 0.61% | 0.64% | - |
| HSV(B) | 253.39º | 0.51% | 0.86% | - |
| XYZ | 27.56 | 20.54 | 69.53 | - |
| YUV | 127.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 219 | 0.40 | 0.51 | 0 | 0.14 | 253.39 | 0.61 | 0.64 |
| Hex | 84 | 6B | DB | 28 | 33 | 0 | E | FD | 3D | 40 |
| Octal | 204 | 153 | 333 | 50 | 63 | 0 | 16 | 375 | 75 | 100 |
| Binary | 10000100 | 1101011 | 11011011 | 101000 | 110011 | 0 | 1110 | 11111101 | 111101 | 1000000 |
Color Harmonies of #846BDB
Complementary color
Monochromatic Colors of #846BDB
Black with #846BDB
Text Example
Text Example
White with #846BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BDB; }
p { color: rgb(132,107,219); }
H1.HeaderClassName
{
color: #846BDB;
}
.AnyTagClassName
{
color: #846BDB;
}
</style>
background-color css
<style>
a { background-color: #846BDB; }
a { background-color: rgb(132,107,219); }
div.DivClassName
{
background-color: #846BDB;
}
.BgClassName
{
background-color: #846BDB;
}
</style>
border-color css
<style>
span { border-color: #846BDB; }
span { border-color: rgb(132,107,219); }
td.TdClassName
{
border-color: #846BDB;
}
.TagClassName
{
border-color: #846BDB;
}
</style>