Shades of Medium Purple #8464DD
Tints of Medium Purple #8464DD
RGB
CMYK
RGB Variations
Color information
#8464DD (or 0x8464DD) is known color: Medium Purple. HEX triplet: 84, 64 and DD. RGB value is (132,100,221). Sum of RGB (Red+Green+Blue) = 132+100+221=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #8464DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464DD is #7B9B22. Grayscale: #7A7A7A. Windows color (decimal): -8100643 or 14509188. OLE color: 14509188.
HSL color Cylindrical-coordinate representation of color #8464DD: hue angle of 255.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8464DD is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 100 | 221 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.13 |
| HSL | 255.87º | 0.64% | 0.63% | - |
| HSV(B) | 255.87º | 0.55% | 0.87% | - |
| XYZ | 27.12 | 19.24 | 70.69 | - |
| YUV | 123.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 221 | 0.40 | 0.55 | 0 | 0.13 | 255.87 | 0.64 | 0.63 |
| Hex | 84 | 64 | DD | 28 | 37 | 0 | D | 100 | 40 | 3F |
| Octal | 204 | 144 | 335 | 50 | 67 | 0 | 15 | 400 | 100 | 77 |
| Binary | 10000100 | 1100100 | 11011101 | 101000 | 110111 | 0 | 1101 | 100000000 | 1000000 | 111111 |
Color Harmonies of #8464DD
Complementary color
Monochromatic Colors of #8464DD
Black with #8464DD
Text Example
Text Example
White with #8464DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464DD; }
p { color: rgb(132,100,221); }
H1.HeaderClassName
{
color: #8464DD;
}
.AnyTagClassName
{
color: #8464DD;
}
</style>
background-color css
<style>
a { background-color: #8464DD; }
a { background-color: rgb(132,100,221); }
div.DivClassName
{
background-color: #8464DD;
}
.BgClassName
{
background-color: #8464DD;
}
</style>
border-color css
<style>
span { border-color: #8464DD; }
span { border-color: rgb(132,100,221); }
td.TdClassName
{
border-color: #8464DD;
}
.TagClassName
{
border-color: #8464DD;
}
</style>