Shades of Medium Purple #8464DF
Tints of Medium Purple #8464DF
RGB
CMYK
RGB Variations
Color information
#8464DF (or 0x8464DF) is known color: Medium Purple. HEX triplet: 84, 64 and DF. RGB value is (132,100,223). Sum of RGB (Red+Green+Blue) = 132+100+223=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8464DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464DF is #7B9B20. Grayscale: #7B7B7B. Windows color (decimal): -8100641 or 14640260. OLE color: 14640260.
HSL color Cylindrical-coordinate representation of color #8464DF: hue angle of 255.61º degrees, saturation: 0.66, 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 #8464DF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 100 | 223 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.13 |
| HSL | 255.61º | 0.66% | 0.63% | - |
| HSV(B) | 255.61º | 0.55% | 0.87% | - |
| XYZ | 27.39 | 19.35 | 72.1 | - |
| YUV | 123.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 223 | 0.41 | 0.55 | 0 | 0.13 | 255.61 | 0.66 | 0.63 |
| Hex | 84 | 64 | DF | 29 | 37 | 0 | D | 100 | 42 | 3F |
| Octal | 204 | 144 | 337 | 51 | 67 | 0 | 15 | 400 | 102 | 77 |
| Binary | 10000100 | 1100100 | 11011111 | 101001 | 110111 | 0 | 1101 | 100000000 | 1000010 | 111111 |
Color Harmonies of #8464DF
Complementary color
Monochromatic Colors of #8464DF
Black with #8464DF
Text Example
Text Example
White with #8464DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464DF; }
p { color: rgb(132,100,223); }
H1.HeaderClassName
{
color: #8464DF;
}
.AnyTagClassName
{
color: #8464DF;
}
</style>
background-color css
<style>
a { background-color: #8464DF; }
a { background-color: rgb(132,100,223); }
div.DivClassName
{
background-color: #8464DF;
}
.BgClassName
{
background-color: #8464DF;
}
</style>
border-color css
<style>
span { border-color: #8464DF; }
span { border-color: rgb(132,100,223); }
td.TdClassName
{
border-color: #8464DF;
}
.TagClassName
{
border-color: #8464DF;
}
</style>