Shades of Medium Purple #8460DA
Tints of Medium Purple #8460DA
RGB
CMYK
RGB Variations
Color information
#8460DA (or 0x8460DA) is known color: Medium Purple. HEX triplet: 84, 60 and DA. RGB value is (132,96,218). Sum of RGB (Red+Green+Blue) = 132+96+218=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #8460DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460DA is #7B9F25. Grayscale: #787878. Windows color (decimal): -8101670 or 14311556. OLE color: 14311556.
HSL color Cylindrical-coordinate representation of color #8460DA: hue angle of 257.7º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8460DA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 96 | 218 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.15 |
| HSL | 257.7º | 0.62% | 0.62% | - |
| HSV(B) | 257.7º | 0.56% | 0.85% | - |
| XYZ | 26.35 | 18.33 | 68.48 | - |
| YUV | 120.67 | 182.93 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 218 | 0.39 | 0.56 | 0 | 0.15 | 257.7 | 0.62 | 0.62 |
| Hex | 84 | 60 | DA | 27 | 38 | 0 | F | 102 | 3E | 3E |
| Octal | 204 | 140 | 332 | 47 | 70 | 0 | 17 | 402 | 76 | 76 |
| Binary | 10000100 | 1100000 | 11011010 | 100111 | 111000 | 0 | 1111 | 100000010 | 111110 | 111110 |
Color Harmonies of #8460DA
Complementary color
Monochromatic Colors of #8460DA
Black with #8460DA
Text Example
Text Example
White with #8460DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460DA; }
p { color: rgb(132,96,218); }
H1.HeaderClassName
{
color: #8460DA;
}
.AnyTagClassName
{
color: #8460DA;
}
</style>
background-color css
<style>
a { background-color: #8460DA; }
a { background-color: rgb(132,96,218); }
div.DivClassName
{
background-color: #8460DA;
}
.BgClassName
{
background-color: #8460DA;
}
</style>
border-color css
<style>
span { border-color: #8460DA; }
span { border-color: rgb(132,96,218); }
td.TdClassName
{
border-color: #8460DA;
}
.TagClassName
{
border-color: #8460DA;
}
</style>