Shades of Medium Purple #8460DC
Tints of Medium Purple #8460DC
RGB
CMYK
RGB Variations
Color information
#8460DC (or 0x8460DC) is known color: Medium Purple. HEX triplet: 84, 60 and DC. RGB value is (132,96,220). Sum of RGB (Red+Green+Blue) = 132+96+220=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #8460DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460DC is #7B9F23. Grayscale: #787878. Windows color (decimal): -8101668 or 14442628. OLE color: 14442628.
HSL color Cylindrical-coordinate representation of color #8460DC: hue angle of 257.42º 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 #8460DC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 96 | 220 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.14 |
| HSL | 257.42º | 0.64% | 0.62% | - |
| HSV(B) | 257.42º | 0.56% | 0.86% | - |
| XYZ | 26.62 | 18.44 | 69.87 | - |
| YUV | 120.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 220 | 0.40 | 0.56 | 0 | 0.14 | 257.42 | 0.64 | 0.62 |
| Hex | 84 | 60 | DC | 28 | 38 | 0 | E | 101 | 40 | 3E |
| Octal | 204 | 140 | 334 | 50 | 70 | 0 | 16 | 401 | 100 | 76 |
| Binary | 10000100 | 1100000 | 11011100 | 101000 | 111000 | 0 | 1110 | 100000001 | 1000000 | 111110 |
Color Harmonies of #8460DC
Complementary color
Monochromatic Colors of #8460DC
Black with #8460DC
Text Example
Text Example
White with #8460DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460DC; }
p { color: rgb(132,96,220); }
H1.HeaderClassName
{
color: #8460DC;
}
.AnyTagClassName
{
color: #8460DC;
}
</style>
background-color css
<style>
a { background-color: #8460DC; }
a { background-color: rgb(132,96,220); }
div.DivClassName
{
background-color: #8460DC;
}
.BgClassName
{
background-color: #8460DC;
}
</style>
border-color css
<style>
span { border-color: #8460DC; }
span { border-color: rgb(132,96,220); }
td.TdClassName
{
border-color: #8460DC;
}
.TagClassName
{
border-color: #8460DC;
}
</style>