Shades of Medium Purple #846DDB
Tints of Medium Purple #846DDB
RGB
CMYK
RGB Variations
Color information
#846DDB (or 0x846DDB) is known color: Medium Purple. HEX triplet: 84, 6D and DB. RGB value is (132,109,219). Sum of RGB (Red+Green+Blue) = 132+109+219=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #846DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DDB is #7B9224. Grayscale: #808080. Windows color (decimal): -8098341 or 14380420. OLE color: 14380420.
HSL color Cylindrical-coordinate representation of color #846DDB: hue angle of 252.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846DDB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 109 | 219 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.14 |
| HSL | 252.55º | 0.6% | 0.64% | - |
| HSV(B) | 252.55º | 0.5% | 0.86% | - |
| XYZ | 27.77 | 20.96 | 69.6 | - |
| YUV | 128.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 219 | 0.40 | 0.50 | 0 | 0.14 | 252.55 | 0.6 | 0.64 |
| Hex | 84 | 6D | DB | 28 | 32 | 0 | E | FD | 3C | 40 |
| Octal | 204 | 155 | 333 | 50 | 62 | 0 | 16 | 375 | 74 | 100 |
| Binary | 10000100 | 1101101 | 11011011 | 101000 | 110010 | 0 | 1110 | 11111101 | 111100 | 1000000 |
Color Harmonies of #846DDB
Complementary color
Monochromatic Colors of #846DDB
Black with #846DDB
Text Example
Text Example
White with #846DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DDB; }
p { color: rgb(132,109,219); }
H1.HeaderClassName
{
color: #846DDB;
}
.AnyTagClassName
{
color: #846DDB;
}
</style>
background-color css
<style>
a { background-color: #846DDB; }
a { background-color: rgb(132,109,219); }
div.DivClassName
{
background-color: #846DDB;
}
.BgClassName
{
background-color: #846DDB;
}
</style>
border-color css
<style>
span { border-color: #846DDB; }
span { border-color: rgb(132,109,219); }
td.TdClassName
{
border-color: #846DDB;
}
.TagClassName
{
border-color: #846DDB;
}
</style>