Shades of Medium Purple #846CDA
Tints of Medium Purple #846CDA
RGB
CMYK
RGB Variations
Color information
#846CDA (or 0x846CDA) is known color: Medium Purple. HEX triplet: 84, 6C and DA. RGB value is (132,108,218). Sum of RGB (Red+Green+Blue) = 132+108+218=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #846CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CDA is #7B9325. Grayscale: #7F7F7F. Windows color (decimal): -8098598 or 14314628. OLE color: 14314628.
HSL color Cylindrical-coordinate representation of color #846CDA: hue angle of 253.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846CDA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 108 | 218 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.15 |
| HSL | 253.09º | 0.6% | 0.64% | - |
| HSV(B) | 253.09º | 0.5% | 0.85% | - |
| XYZ | 27.53 | 20.69 | 68.87 | - |
| YUV | 127.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 218 | 0.39 | 0.50 | 0 | 0.15 | 253.09 | 0.6 | 0.64 |
| Hex | 84 | 6C | DA | 27 | 32 | 0 | F | FD | 3C | 40 |
| Octal | 204 | 154 | 332 | 47 | 62 | 0 | 17 | 375 | 74 | 100 |
| Binary | 10000100 | 1101100 | 11011010 | 100111 | 110010 | 0 | 1111 | 11111101 | 111100 | 1000000 |
Color Harmonies of #846CDA
Complementary color
Monochromatic Colors of #846CDA
Black with #846CDA
Text Example
Text Example
White with #846CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CDA; }
p { color: rgb(132,108,218); }
H1.HeaderClassName
{
color: #846CDA;
}
.AnyTagClassName
{
color: #846CDA;
}
</style>
background-color css
<style>
a { background-color: #846CDA; }
a { background-color: rgb(132,108,218); }
div.DivClassName
{
background-color: #846CDA;
}
.BgClassName
{
background-color: #846CDA;
}
</style>
border-color css
<style>
span { border-color: #846CDA; }
span { border-color: rgb(132,108,218); }
td.TdClassName
{
border-color: #846CDA;
}
.TagClassName
{
border-color: #846CDA;
}
</style>