Shades of Medium Purple #846FDD
Tints of Medium Purple #846FDD
RGB
CMYK
RGB Variations
Color information
#846FDD (or 0x846FDD) is known color: Medium Purple. HEX triplet: 84, 6F and DD. RGB value is (132,111,221). Sum of RGB (Red+Green+Blue) = 132+111+221=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #846FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FDD is #7B9022. Grayscale: #818181. Windows color (decimal): -8097827 or 14512004. OLE color: 14512004.
HSL color Cylindrical-coordinate representation of color #846FDD: hue angle of 251.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846FDD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 111 | 221 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.13 |
| HSL | 251.45º | 0.62% | 0.65% | - |
| HSV(B) | 251.45º | 0.5% | 0.87% | - |
| XYZ | 28.25 | 21.49 | 71.07 | - |
| YUV | 129.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 221 | 0.40 | 0.50 | 0 | 0.13 | 251.45 | 0.62 | 0.65 |
| Hex | 84 | 6F | DD | 28 | 32 | 0 | D | FB | 3E | 41 |
| Octal | 204 | 157 | 335 | 50 | 62 | 0 | 15 | 373 | 76 | 101 |
| Binary | 10000100 | 1101111 | 11011101 | 101000 | 110010 | 0 | 1101 | 11111011 | 111110 | 1000001 |
Color Harmonies of #846FDD
Complementary color
Monochromatic Colors of #846FDD
Black with #846FDD
Text Example
Text Example
White with #846FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FDD; }
p { color: rgb(132,111,221); }
H1.HeaderClassName
{
color: #846FDD;
}
.AnyTagClassName
{
color: #846FDD;
}
</style>
background-color css
<style>
a { background-color: #846FDD; }
a { background-color: rgb(132,111,221); }
div.DivClassName
{
background-color: #846FDD;
}
.BgClassName
{
background-color: #846FDD;
}
</style>
border-color css
<style>
span { border-color: #846FDD; }
span { border-color: rgb(132,111,221); }
td.TdClassName
{
border-color: #846FDD;
}
.TagClassName
{
border-color: #846FDD;
}
</style>