Shades of Medium Purple #8467DC
Tints of Medium Purple #8467DC
RGB
CMYK
RGB Variations
Color information
#8467DC (or 0x8467DC) is known color: Medium Purple. HEX triplet: 84, 67 and DC. RGB value is (132,103,220). Sum of RGB (Red+Green+Blue) = 132+103+220=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #8467DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8467DC is #7B9823. Grayscale: #7C7C7C. Windows color (decimal): -8099876 or 14444420. OLE color: 14444420.
HSL color Cylindrical-coordinate representation of color #8467DC: hue angle of 254.87º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8467DC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 103 | 220 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.14 |
| HSL | 254.87º | 0.63% | 0.63% | - |
| HSV(B) | 254.87º | 0.53% | 0.86% | - |
| XYZ | 27.28 | 19.77 | 70.09 | - |
| YUV | 125.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 220 | 0.40 | 0.53 | 0 | 0.14 | 254.87 | 0.63 | 0.63 |
| Hex | 84 | 67 | DC | 28 | 35 | 0 | E | FF | 3F | 3F |
| Octal | 204 | 147 | 334 | 50 | 65 | 0 | 16 | 377 | 77 | 77 |
| Binary | 10000100 | 1100111 | 11011100 | 101000 | 110101 | 0 | 1110 | 11111111 | 111111 | 111111 |
Color Harmonies of #8467DC
Complementary color
Monochromatic Colors of #8467DC
Black with #8467DC
Text Example
Text Example
White with #8467DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8467DC; }
p { color: rgb(132,103,220); }
H1.HeaderClassName
{
color: #8467DC;
}
.AnyTagClassName
{
color: #8467DC;
}
</style>
background-color css
<style>
a { background-color: #8467DC; }
a { background-color: rgb(132,103,220); }
div.DivClassName
{
background-color: #8467DC;
}
.BgClassName
{
background-color: #8467DC;
}
</style>
border-color css
<style>
span { border-color: #8467DC; }
span { border-color: rgb(132,103,220); }
td.TdClassName
{
border-color: #8467DC;
}
.TagClassName
{
border-color: #8467DC;
}
</style>