Shades of Medium Purple #8461DD
Tints of Medium Purple #8461DD
RGB
CMYK
RGB Variations
Color information
#8461DD (or 0x8461DD) is known color: Medium Purple. HEX triplet: 84, 61 and DD. RGB value is (132,97,221). Sum of RGB (Red+Green+Blue) = 132+97+221=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #8461DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461DD is #7B9E22. Grayscale: #797979. Windows color (decimal): -8101411 or 14508420. OLE color: 14508420.
HSL color Cylindrical-coordinate representation of color #8461DD: hue angle of 256.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8461DD is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 97 | 221 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.13 |
| HSL | 256.94º | 0.65% | 0.62% | - |
| HSV(B) | 256.94º | 0.56% | 0.87% | - |
| XYZ | 26.84 | 18.68 | 70.6 | - |
| YUV | 121.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 221 | 0.40 | 0.56 | 0 | 0.13 | 256.94 | 0.65 | 0.62 |
| Hex | 84 | 61 | DD | 28 | 38 | 0 | D | 101 | 41 | 3E |
| Octal | 204 | 141 | 335 | 50 | 70 | 0 | 15 | 401 | 101 | 76 |
| Binary | 10000100 | 1100001 | 11011101 | 101000 | 111000 | 0 | 1101 | 100000001 | 1000001 | 111110 |
Color Harmonies of #8461DD
Complementary color
Monochromatic Colors of #8461DD
Black with #8461DD
Text Example
Text Example
White with #8461DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461DD; }
p { color: rgb(132,97,221); }
H1.HeaderClassName
{
color: #8461DD;
}
.AnyTagClassName
{
color: #8461DD;
}
</style>
background-color css
<style>
a { background-color: #8461DD; }
a { background-color: rgb(132,97,221); }
div.DivClassName
{
background-color: #8461DD;
}
.BgClassName
{
background-color: #8461DD;
}
</style>
border-color css
<style>
span { border-color: #8461DD; }
span { border-color: rgb(132,97,221); }
td.TdClassName
{
border-color: #8461DD;
}
.TagClassName
{
border-color: #8461DD;
}
</style>