Shades of Medium Purple #8461D7
Tints of Medium Purple #8461D7
RGB
CMYK
RGB Variations
Color information
#8461D7 (or 0x8461D7) is known color: Medium Purple. HEX triplet: 84, 61 and D7. RGB value is (132,97,215). Sum of RGB (Red+Green+Blue) = 132+97+215=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #8461D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461D7 is #7B9E28. Grayscale: #787878. Windows color (decimal): -8101417 or 14115204. OLE color: 14115204.
HSL color Cylindrical-coordinate representation of color #8461D7: hue angle of 257.8º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8461D7 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 97 | 215 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.16 |
| HSL | 257.8º | 0.6% | 0.61% | - |
| HSV(B) | 257.8º | 0.55% | 0.84% | - |
| XYZ | 26.06 | 18.36 | 66.46 | - |
| YUV | 120.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 215 | 0.39 | 0.55 | 0 | 0.16 | 257.8 | 0.6 | 0.61 |
| Hex | 84 | 61 | D7 | 27 | 37 | 0 | 10 | 102 | 3C | 3D |
| Octal | 204 | 141 | 327 | 47 | 67 | 0 | 20 | 402 | 74 | 75 |
| Binary | 10000100 | 1100001 | 11010111 | 100111 | 110111 | 0 | 10000 | 100000010 | 111100 | 111101 |
Color Harmonies of #8461D7
Complementary color
Monochromatic Colors of #8461D7
Black with #8461D7
Text Example
Text Example
White with #8461D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461D7; }
p { color: rgb(132,97,215); }
H1.HeaderClassName
{
color: #8461D7;
}
.AnyTagClassName
{
color: #8461D7;
}
</style>
background-color css
<style>
a { background-color: #8461D7; }
a { background-color: rgb(132,97,215); }
div.DivClassName
{
background-color: #8461D7;
}
.BgClassName
{
background-color: #8461D7;
}
</style>
border-color css
<style>
span { border-color: #8461D7; }
span { border-color: rgb(132,97,215); }
td.TdClassName
{
border-color: #8461D7;
}
.TagClassName
{
border-color: #8461D7;
}
</style>