Shades of Medium Purple #8465D7
Tints of Medium Purple #8465D7
RGB
CMYK
RGB Variations
Color information
#8465D7 (or 0x8465D7) is known color: Medium Purple. HEX triplet: 84, 65 and D7. RGB value is (132,101,215). Sum of RGB (Red+Green+Blue) = 132+101+215=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #8465D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465D7 is #7B9A28. Grayscale: #7A7A7A. Windows color (decimal): -8100393 or 14116228. OLE color: 14116228.
HSL color Cylindrical-coordinate representation of color #8465D7: hue angle of 256.32º degrees, saturation: 0.59, 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 #8465D7 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 101 | 215 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.16 |
| HSL | 256.32º | 0.59% | 0.62% | - |
| HSV(B) | 256.32º | 0.53% | 0.84% | - |
| XYZ | 26.44 | 19.12 | 66.59 | - |
| YUV | 123.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 215 | 0.39 | 0.53 | 0 | 0.16 | 256.32 | 0.59 | 0.62 |
| Hex | 84 | 65 | D7 | 27 | 35 | 0 | 10 | 100 | 3B | 3E |
| Octal | 204 | 145 | 327 | 47 | 65 | 0 | 20 | 400 | 73 | 76 |
| Binary | 10000100 | 1100101 | 11010111 | 100111 | 110101 | 0 | 10000 | 100000000 | 111011 | 111110 |
Color Harmonies of #8465D7
Complementary color
Monochromatic Colors of #8465D7
Black with #8465D7
Text Example
Text Example
White with #8465D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465D7; }
p { color: rgb(132,101,215); }
H1.HeaderClassName
{
color: #8465D7;
}
.AnyTagClassName
{
color: #8465D7;
}
</style>
background-color css
<style>
a { background-color: #8465D7; }
a { background-color: rgb(132,101,215); }
div.DivClassName
{
background-color: #8465D7;
}
.BgClassName
{
background-color: #8465D7;
}
</style>
border-color css
<style>
span { border-color: #8465D7; }
span { border-color: rgb(132,101,215); }
td.TdClassName
{
border-color: #8465D7;
}
.TagClassName
{
border-color: #8465D7;
}
</style>