Shades of Medium Purple #846CDC
Tints of Medium Purple #846CDC
RGB
CMYK
RGB Variations
Color information
#846CDC (or 0x846CDC) is known color: Medium Purple. HEX triplet: 84, 6C and DC. RGB value is (132,108,220). Sum of RGB (Red+Green+Blue) = 132+108+220=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #846CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CDC is #7B9323. Grayscale: #7F7F7F. Windows color (decimal): -8098596 or 14445700. OLE color: 14445700.
HSL color Cylindrical-coordinate representation of color #846CDC: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #846CDC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 108 | 220 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.14 |
| HSL | 252.86º | 0.62% | 0.64% | - |
| HSV(B) | 252.86º | 0.51% | 0.86% | - |
| XYZ | 27.8 | 20.8 | 70.26 | - |
| YUV | 127.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 220 | 0.40 | 0.51 | 0 | 0.14 | 252.86 | 0.62 | 0.64 |
| Hex | 84 | 6C | DC | 28 | 33 | 0 | E | FD | 3E | 40 |
| Octal | 204 | 154 | 334 | 50 | 63 | 0 | 16 | 375 | 76 | 100 |
| Binary | 10000100 | 1101100 | 11011100 | 101000 | 110011 | 0 | 1110 | 11111101 | 111110 | 1000000 |
Color Harmonies of #846CDC
Complementary color
Monochromatic Colors of #846CDC
Black with #846CDC
Text Example
Text Example
White with #846CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CDC; }
p { color: rgb(132,108,220); }
H1.HeaderClassName
{
color: #846CDC;
}
.AnyTagClassName
{
color: #846CDC;
}
</style>
background-color css
<style>
a { background-color: #846CDC; }
a { background-color: rgb(132,108,220); }
div.DivClassName
{
background-color: #846CDC;
}
.BgClassName
{
background-color: #846CDC;
}
</style>
border-color css
<style>
span { border-color: #846CDC; }
span { border-color: rgb(132,108,220); }
td.TdClassName
{
border-color: #846CDC;
}
.TagClassName
{
border-color: #846CDC;
}
</style>