Shades of Medium Purple #8464D8
Tints of Medium Purple #8464D8
RGB
CMYK
RGB Variations
Color information
#8464D8 (or 0x8464D8) is known color: Medium Purple. HEX triplet: 84, 64 and D8. RGB value is (132,100,216). Sum of RGB (Red+Green+Blue) = 132+100+216=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #8464D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464D8 is #7B9B27. Grayscale: #7A7A7A. Windows color (decimal): -8100648 or 14181508. OLE color: 14181508.
HSL color Cylindrical-coordinate representation of color #8464D8: hue angle of 256.55º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8464D8 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 100 | 216 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.15 |
| HSL | 256.55º | 0.6% | 0.62% | - |
| HSV(B) | 256.55º | 0.54% | 0.85% | - |
| XYZ | 26.47 | 18.98 | 67.23 | - |
| YUV | 122.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 216 | 0.39 | 0.54 | 0 | 0.15 | 256.55 | 0.6 | 0.62 |
| Hex | 84 | 64 | D8 | 27 | 36 | 0 | F | 101 | 3C | 3E |
| Octal | 204 | 144 | 330 | 47 | 66 | 0 | 17 | 401 | 74 | 76 |
| Binary | 10000100 | 1100100 | 11011000 | 100111 | 110110 | 0 | 1111 | 100000001 | 111100 | 111110 |
Color Harmonies of #8464D8
Complementary color
Monochromatic Colors of #8464D8
Black with #8464D8
Text Example
Text Example
White with #8464D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464D8; }
p { color: rgb(132,100,216); }
H1.HeaderClassName
{
color: #8464D8;
}
.AnyTagClassName
{
color: #8464D8;
}
</style>
background-color css
<style>
a { background-color: #8464D8; }
a { background-color: rgb(132,100,216); }
div.DivClassName
{
background-color: #8464D8;
}
.BgClassName
{
background-color: #8464D8;
}
</style>
border-color css
<style>
span { border-color: #8464D8; }
span { border-color: rgb(132,100,216); }
td.TdClassName
{
border-color: #8464D8;
}
.TagClassName
{
border-color: #8464D8;
}
</style>