Shades of Medium Purple #8468DC
Tints of Medium Purple #8468DC
RGB
CMYK
RGB Variations
Color information
#8468DC (or 0x8468DC) is known color: Medium Purple. HEX triplet: 84, 68 and DC. RGB value is (132,104,220). Sum of RGB (Red+Green+Blue) = 132+104+220=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #8468DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468DC is #7B9723. Grayscale: #7D7D7D. Windows color (decimal): -8099620 or 14444676. OLE color: 14444676.
HSL color Cylindrical-coordinate representation of color #8468DC: hue angle of 254.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8468DC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 104 | 220 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.14 |
| HSL | 254.48º | 0.62% | 0.64% | - |
| HSV(B) | 254.48º | 0.53% | 0.86% | - |
| XYZ | 27.38 | 19.97 | 70.12 | - |
| YUV | 125.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 220 | 0.40 | 0.53 | 0 | 0.14 | 254.48 | 0.62 | 0.64 |
| Hex | 84 | 68 | DC | 28 | 35 | 0 | E | FE | 3E | 40 |
| Octal | 204 | 150 | 334 | 50 | 65 | 0 | 16 | 376 | 76 | 100 |
| Binary | 10000100 | 1101000 | 11011100 | 101000 | 110101 | 0 | 1110 | 11111110 | 111110 | 1000000 |
Color Harmonies of #8468DC
Complementary color
Monochromatic Colors of #8468DC
Black with #8468DC
Text Example
Text Example
White with #8468DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8468DC; }
p { color: rgb(132,104,220); }
H1.HeaderClassName
{
color: #8468DC;
}
.AnyTagClassName
{
color: #8468DC;
}
</style>
background-color css
<style>
a { background-color: #8468DC; }
a { background-color: rgb(132,104,220); }
div.DivClassName
{
background-color: #8468DC;
}
.BgClassName
{
background-color: #8468DC;
}
</style>
border-color css
<style>
span { border-color: #8468DC; }
span { border-color: rgb(132,104,220); }
td.TdClassName
{
border-color: #8468DC;
}
.TagClassName
{
border-color: #8468DC;
}
</style>