Shades of Medium Purple #8465D5
Tints of Medium Purple #8465D5
RGB
CMYK
RGB Variations
Color information
#8465D5 (or 0x8465D5) is known color: Medium Purple. HEX triplet: 84, 65 and D5. RGB value is (132,101,213). Sum of RGB (Red+Green+Blue) = 132+101+213=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #8465D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465D5 is #7B9A2A. Grayscale: #7A7A7A. Windows color (decimal): -8100395 or 13985156. OLE color: 13985156.
HSL color Cylindrical-coordinate representation of color #8465D5: hue angle of 256.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8465D5 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 101 | 213 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.16 |
| HSL | 256.61º | 0.57% | 0.62% | - |
| HSV(B) | 256.61º | 0.53% | 0.84% | - |
| XYZ | 26.18 | 19.02 | 65.24 | - |
| YUV | 123.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 213 | 0.38 | 0.53 | 0 | 0.16 | 256.61 | 0.57 | 0.62 |
| Hex | 84 | 65 | D5 | 26 | 35 | 0 | 10 | 101 | 39 | 3E |
| Octal | 204 | 145 | 325 | 46 | 65 | 0 | 20 | 401 | 71 | 76 |
| Binary | 10000100 | 1100101 | 11010101 | 100110 | 110101 | 0 | 10000 | 100000001 | 111001 | 111110 |
Color Harmonies of #8465D5
Complementary color
Monochromatic Colors of #8465D5
Black with #8465D5
Text Example
Text Example
White with #8465D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465D5; }
p { color: rgb(132,101,213); }
H1.HeaderClassName
{
color: #8465D5;
}
.AnyTagClassName
{
color: #8465D5;
}
</style>
background-color css
<style>
a { background-color: #8465D5; }
a { background-color: rgb(132,101,213); }
div.DivClassName
{
background-color: #8465D5;
}
.BgClassName
{
background-color: #8465D5;
}
</style>
border-color css
<style>
span { border-color: #8465D5; }
span { border-color: rgb(132,101,213); }
td.TdClassName
{
border-color: #8465D5;
}
.TagClassName
{
border-color: #8465D5;
}
</style>