Shades of Medium Purple #846BDA
Tints of Medium Purple #846BDA
RGB
CMYK
RGB Variations
Color information
#846BDA (or 0x846BDA) is known color: Medium Purple. HEX triplet: 84, 6B and DA. RGB value is (132,107,218). Sum of RGB (Red+Green+Blue) = 132+107+218=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #846BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDA is #7B9425. Grayscale: #7E7E7E. Windows color (decimal): -8098854 or 14314372. OLE color: 14314372.
HSL color Cylindrical-coordinate representation of color #846BDA: hue angle of 253.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #846BDA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 107 | 218 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.15 |
| HSL | 253.51º | 0.6% | 0.64% | - |
| HSV(B) | 253.51º | 0.51% | 0.85% | - |
| XYZ | 27.43 | 20.48 | 68.84 | - |
| YUV | 127.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 218 | 0.39 | 0.51 | 0 | 0.15 | 253.51 | 0.6 | 0.64 |
| Hex | 84 | 6B | DA | 27 | 33 | 0 | F | FE | 3C | 40 |
| Octal | 204 | 153 | 332 | 47 | 63 | 0 | 17 | 376 | 74 | 100 |
| Binary | 10000100 | 1101011 | 11011010 | 100111 | 110011 | 0 | 1111 | 11111110 | 111100 | 1000000 |
Color Harmonies of #846BDA
Complementary color
Monochromatic Colors of #846BDA
Black with #846BDA
Text Example
Text Example
White with #846BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BDA; }
p { color: rgb(132,107,218); }
H1.HeaderClassName
{
color: #846BDA;
}
.AnyTagClassName
{
color: #846BDA;
}
</style>
background-color css
<style>
a { background-color: #846BDA; }
a { background-color: rgb(132,107,218); }
div.DivClassName
{
background-color: #846BDA;
}
.BgClassName
{
background-color: #846BDA;
}
</style>
border-color css
<style>
span { border-color: #846BDA; }
span { border-color: rgb(132,107,218); }
td.TdClassName
{
border-color: #846BDA;
}
.TagClassName
{
border-color: #846BDA;
}
</style>