Shades of Medium Purple #8464DA
Tints of Medium Purple #8464DA
RGB
CMYK
RGB Variations
Color information
#8464DA (or 0x8464DA) is known color: Medium Purple. HEX triplet: 84, 64 and DA. RGB value is (132,100,218). Sum of RGB (Red+Green+Blue) = 132+100+218=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #8464DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464DA is #7B9B25. Grayscale: #7A7A7A. Windows color (decimal): -8100646 or 14312580. OLE color: 14312580.
HSL color Cylindrical-coordinate representation of color #8464DA: hue angle of 256.27º degrees, saturation: 0.61, 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 #8464DA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 100 | 218 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.15 |
| HSL | 256.27º | 0.61% | 0.62% | - |
| HSV(B) | 256.27º | 0.54% | 0.85% | - |
| XYZ | 26.73 | 19.08 | 68.6 | - |
| YUV | 123.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 218 | 0.39 | 0.54 | 0 | 0.15 | 256.27 | 0.61 | 0.62 |
| Hex | 84 | 64 | DA | 27 | 36 | 0 | F | 100 | 3D | 3E |
| Octal | 204 | 144 | 332 | 47 | 66 | 0 | 17 | 400 | 75 | 76 |
| Binary | 10000100 | 1100100 | 11011010 | 100111 | 110110 | 0 | 1111 | 100000000 | 111101 | 111110 |
Color Harmonies of #8464DA
Complementary color
Monochromatic Colors of #8464DA
Black with #8464DA
Text Example
Text Example
White with #8464DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464DA; }
p { color: rgb(132,100,218); }
H1.HeaderClassName
{
color: #8464DA;
}
.AnyTagClassName
{
color: #8464DA;
}
</style>
background-color css
<style>
a { background-color: #8464DA; }
a { background-color: rgb(132,100,218); }
div.DivClassName
{
background-color: #8464DA;
}
.BgClassName
{
background-color: #8464DA;
}
</style>
border-color css
<style>
span { border-color: #8464DA; }
span { border-color: rgb(132,100,218); }
td.TdClassName
{
border-color: #8464DA;
}
.TagClassName
{
border-color: #8464DA;
}
</style>