Shades of Medium Purple #846ADC
Tints of Medium Purple #846ADC
RGB
CMYK
RGB Variations
Color information
#846ADC (or 0x846ADC) is known color: Medium Purple. HEX triplet: 84, 6A and DC. RGB value is (132,106,220). Sum of RGB (Red+Green+Blue) = 132+106+220=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #846ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ADC is #7B9523. Grayscale: #7E7E7E. Windows color (decimal): -8099108 or 14445188. OLE color: 14445188.
HSL color Cylindrical-coordinate representation of color #846ADC: hue angle of 253.68º degrees, saturation: 0.62, 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 #846ADC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 106 | 220 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.14 |
| HSL | 253.68º | 0.62% | 0.64% | - |
| HSV(B) | 253.68º | 0.52% | 0.86% | - |
| XYZ | 27.59 | 20.38 | 70.19 | - |
| YUV | 126.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 220 | 0.40 | 0.52 | 0 | 0.14 | 253.68 | 0.62 | 0.64 |
| Hex | 84 | 6A | DC | 28 | 34 | 0 | E | FE | 3E | 40 |
| Octal | 204 | 152 | 334 | 50 | 64 | 0 | 16 | 376 | 76 | 100 |
| Binary | 10000100 | 1101010 | 11011100 | 101000 | 110100 | 0 | 1110 | 11111110 | 111110 | 1000000 |
Color Harmonies of #846ADC
Complementary color
Monochromatic Colors of #846ADC
Black with #846ADC
Text Example
Text Example
White with #846ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846ADC; }
p { color: rgb(132,106,220); }
H1.HeaderClassName
{
color: #846ADC;
}
.AnyTagClassName
{
color: #846ADC;
}
</style>
background-color css
<style>
a { background-color: #846ADC; }
a { background-color: rgb(132,106,220); }
div.DivClassName
{
background-color: #846ADC;
}
.BgClassName
{
background-color: #846ADC;
}
</style>
border-color css
<style>
span { border-color: #846ADC; }
span { border-color: rgb(132,106,220); }
td.TdClassName
{
border-color: #846ADC;
}
.TagClassName
{
border-color: #846ADC;
}
</style>