Shades of Medium Purple #8463DA
Tints of Medium Purple #8463DA
RGB
CMYK
RGB Variations
Color information
#8463DA (or 0x8463DA) is known color: Medium Purple. HEX triplet: 84, 63 and DA. RGB value is (132,99,218). Sum of RGB (Red+Green+Blue) = 132+99+218=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #8463DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463DA is #7B9C25. Grayscale: #797979. Windows color (decimal): -8100902 or 14312324. OLE color: 14312324.
HSL color Cylindrical-coordinate representation of color #8463DA: hue angle of 256.64º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8463DA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 99 | 218 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.15 |
| HSL | 256.64º | 0.62% | 0.62% | - |
| HSV(B) | 256.64º | 0.55% | 0.85% | - |
| XYZ | 26.63 | 18.89 | 68.57 | - |
| YUV | 122.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 218 | 0.39 | 0.55 | 0 | 0.15 | 256.64 | 0.62 | 0.62 |
| Hex | 84 | 63 | DA | 27 | 37 | 0 | F | 101 | 3E | 3E |
| Octal | 204 | 143 | 332 | 47 | 67 | 0 | 17 | 401 | 76 | 76 |
| Binary | 10000100 | 1100011 | 11011010 | 100111 | 110111 | 0 | 1111 | 100000001 | 111110 | 111110 |
Color Harmonies of #8463DA
Complementary color
Monochromatic Colors of #8463DA
Black with #8463DA
Text Example
Text Example
White with #8463DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463DA; }
p { color: rgb(132,99,218); }
H1.HeaderClassName
{
color: #8463DA;
}
.AnyTagClassName
{
color: #8463DA;
}
</style>
background-color css
<style>
a { background-color: #8463DA; }
a { background-color: rgb(132,99,218); }
div.DivClassName
{
background-color: #8463DA;
}
.BgClassName
{
background-color: #8463DA;
}
</style>
border-color css
<style>
span { border-color: #8463DA; }
span { border-color: rgb(132,99,218); }
td.TdClassName
{
border-color: #8463DA;
}
.TagClassName
{
border-color: #8463DA;
}
</style>