Shades of Medium Purple #846ADB
Tints of Medium Purple #846ADB
RGB
CMYK
RGB Variations
Color information
#846ADB (or 0x846ADB) is known color: Medium Purple. HEX triplet: 84, 6A and DB. RGB value is (132,106,219). Sum of RGB (Red+Green+Blue) = 132+106+219=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #846ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ADB is #7B9524. Grayscale: #7E7E7E. Windows color (decimal): -8099109 or 14379652. OLE color: 14379652.
HSL color Cylindrical-coordinate representation of color #846ADB: hue angle of 253.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846ADB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 106 | 219 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.14 |
| HSL | 253.81º | 0.61% | 0.64% | - |
| HSV(B) | 253.81º | 0.52% | 0.86% | - |
| XYZ | 27.46 | 20.33 | 69.49 | - |
| YUV | 126.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 219 | 0.40 | 0.52 | 0 | 0.14 | 253.81 | 0.61 | 0.64 |
| Hex | 84 | 6A | DB | 28 | 34 | 0 | E | FE | 3D | 40 |
| Octal | 204 | 152 | 333 | 50 | 64 | 0 | 16 | 376 | 75 | 100 |
| Binary | 10000100 | 1101010 | 11011011 | 101000 | 110100 | 0 | 1110 | 11111110 | 111101 | 1000000 |
Color Harmonies of #846ADB
Complementary color
Monochromatic Colors of #846ADB
Black with #846ADB
Text Example
Text Example
White with #846ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846ADB; }
p { color: rgb(132,106,219); }
H1.HeaderClassName
{
color: #846ADB;
}
.AnyTagClassName
{
color: #846ADB;
}
</style>
background-color css
<style>
a { background-color: #846ADB; }
a { background-color: rgb(132,106,219); }
div.DivClassName
{
background-color: #846ADB;
}
.BgClassName
{
background-color: #846ADB;
}
</style>
border-color css
<style>
span { border-color: #846ADB; }
span { border-color: rgb(132,106,219); }
td.TdClassName
{
border-color: #846ADB;
}
.TagClassName
{
border-color: #846ADB;
}
</style>