Shades of Medium Purple #846ADE
Tints of Medium Purple #846ADE
RGB
CMYK
RGB Variations
Color information
#846ADE (or 0x846ADE) is known color: Medium Purple. HEX triplet: 84, 6A and DE. RGB value is (132,106,222). Sum of RGB (Red+Green+Blue) = 132+106+222=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #846ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ADE is #7B9521. Grayscale: #7E7E7E. Windows color (decimal): -8099106 or 14576260. OLE color: 14576260.
HSL color Cylindrical-coordinate representation of color #846ADE: hue angle of 253.45º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846ADE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 106 | 222 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.13 |
| HSL | 253.45º | 0.64% | 0.64% | - |
| HSV(B) | 253.45º | 0.52% | 0.87% | - |
| XYZ | 27.85 | 20.49 | 71.59 | - |
| YUV | 127 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 222 | 0.41 | 0.52 | 0 | 0.13 | 253.45 | 0.64 | 0.64 |
| Hex | 84 | 6A | DE | 29 | 34 | 0 | D | FD | 40 | 40 |
| Octal | 204 | 152 | 336 | 51 | 64 | 0 | 15 | 375 | 100 | 100 |
| Binary | 10000100 | 1101010 | 11011110 | 101001 | 110100 | 0 | 1101 | 11111101 | 1000000 | 1000000 |
Color Harmonies of #846ADE
Complementary color
Monochromatic Colors of #846ADE
Black with #846ADE
Text Example
Text Example
White with #846ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846ADE; }
p { color: rgb(132,106,222); }
H1.HeaderClassName
{
color: #846ADE;
}
.AnyTagClassName
{
color: #846ADE;
}
</style>
background-color css
<style>
a { background-color: #846ADE; }
a { background-color: rgb(132,106,222); }
div.DivClassName
{
background-color: #846ADE;
}
.BgClassName
{
background-color: #846ADE;
}
</style>
border-color css
<style>
span { border-color: #846ADE; }
span { border-color: rgb(132,106,222); }
td.TdClassName
{
border-color: #846ADE;
}
.TagClassName
{
border-color: #846ADE;
}
</style>