Shades of Medium Purple #8461DC
Tints of Medium Purple #8461DC
RGB
CMYK
RGB Variations
Color information
#8461DC (or 0x8461DC) is known color: Medium Purple. HEX triplet: 84, 61 and DC. RGB value is (132,97,220). Sum of RGB (Red+Green+Blue) = 132+97+220=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #8461DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461DC is #7B9E23. Grayscale: #797979. Windows color (decimal): -8101412 or 14442884. OLE color: 14442884.
HSL color Cylindrical-coordinate representation of color #8461DC: hue angle of 257.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8461DC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 97 | 220 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.14 |
| HSL | 257.07º | 0.64% | 0.62% | - |
| HSV(B) | 257.07º | 0.56% | 0.86% | - |
| XYZ | 26.71 | 18.62 | 69.9 | - |
| YUV | 121.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 220 | 0.40 | 0.56 | 0 | 0.14 | 257.07 | 0.64 | 0.62 |
| Hex | 84 | 61 | DC | 28 | 38 | 0 | E | 101 | 40 | 3E |
| Octal | 204 | 141 | 334 | 50 | 70 | 0 | 16 | 401 | 100 | 76 |
| Binary | 10000100 | 1100001 | 11011100 | 101000 | 111000 | 0 | 1110 | 100000001 | 1000000 | 111110 |
Color Harmonies of #8461DC
Complementary color
Monochromatic Colors of #8461DC
Black with #8461DC
Text Example
Text Example
White with #8461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461DC; }
p { color: rgb(132,97,220); }
H1.HeaderClassName
{
color: #8461DC;
}
.AnyTagClassName
{
color: #8461DC;
}
</style>
background-color css
<style>
a { background-color: #8461DC; }
a { background-color: rgb(132,97,220); }
div.DivClassName
{
background-color: #8461DC;
}
.BgClassName
{
background-color: #8461DC;
}
</style>
border-color css
<style>
span { border-color: #8461DC; }
span { border-color: rgb(132,97,220); }
td.TdClassName
{
border-color: #8461DC;
}
.TagClassName
{
border-color: #8461DC;
}
</style>