Shades of Medium Purple #846FDC
Tints of Medium Purple #846FDC
RGB
CMYK
RGB Variations
Color information
#846FDC (or 0x846FDC) is known color: Medium Purple. HEX triplet: 84, 6F and DC. RGB value is (132,111,220). Sum of RGB (Red+Green+Blue) = 132+111+220=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #846FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FDC is #7B9023. Grayscale: #818181. Windows color (decimal): -8097828 or 14446468. OLE color: 14446468.
HSL color Cylindrical-coordinate representation of color #846FDC: hue angle of 251.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846FDC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 111 | 220 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.14 |
| HSL | 251.56º | 0.61% | 0.65% | - |
| HSV(B) | 251.56º | 0.5% | 0.86% | - |
| XYZ | 28.12 | 21.44 | 70.37 | - |
| YUV | 129.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 220 | 0.40 | 0.50 | 0 | 0.14 | 251.56 | 0.61 | 0.65 |
| Hex | 84 | 6F | DC | 28 | 32 | 0 | E | FC | 3D | 41 |
| Octal | 204 | 157 | 334 | 50 | 62 | 0 | 16 | 374 | 75 | 101 |
| Binary | 10000100 | 1101111 | 11011100 | 101000 | 110010 | 0 | 1110 | 11111100 | 111101 | 1000001 |
Color Harmonies of #846FDC
Complementary color
Monochromatic Colors of #846FDC
Black with #846FDC
Text Example
Text Example
White with #846FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FDC; }
p { color: rgb(132,111,220); }
H1.HeaderClassName
{
color: #846FDC;
}
.AnyTagClassName
{
color: #846FDC;
}
</style>
background-color css
<style>
a { background-color: #846FDC; }
a { background-color: rgb(132,111,220); }
div.DivClassName
{
background-color: #846FDC;
}
.BgClassName
{
background-color: #846FDC;
}
</style>
border-color css
<style>
span { border-color: #846FDC; }
span { border-color: rgb(132,111,220); }
td.TdClassName
{
border-color: #846FDC;
}
.TagClassName
{
border-color: #846FDC;
}
</style>