Shades of Medium Purple #8657D8
Tints of Medium Purple #8657D8
RGB
CMYK
RGB Variations
Color information
#8657D8 (or 0x8657D8) is known color: Medium Purple. HEX triplet: 86, 57 and D8. RGB value is (134,87,216). Sum of RGB (Red+Green+Blue) = 134+87+216=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #8657D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657D8 is #79A827. Grayscale: #737373. Windows color (decimal): -7972904 or 14178182. OLE color: 14178182.
HSL color Cylindrical-coordinate representation of color #8657D8: hue angle of 261.86º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8657D8 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 87 | 216 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.15 |
| HSL | 261.86º | 0.62% | 0.59% | - |
| HSV(B) | 261.86º | 0.6% | 0.85% | - |
| XYZ | 25.63 | 16.84 | 66.87 | - |
| YUV | 115.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 216 | 0.38 | 0.60 | 0 | 0.15 | 261.86 | 0.62 | 0.59 |
| Hex | 86 | 57 | D8 | 26 | 3C | 0 | F | 106 | 3E | 3B |
| Octal | 206 | 127 | 330 | 46 | 74 | 0 | 17 | 406 | 76 | 73 |
| Binary | 10000110 | 1010111 | 11011000 | 100110 | 111100 | 0 | 1111 | 100000110 | 111110 | 111011 |
Color Harmonies of #8657D8
Complementary color
Monochromatic Colors of #8657D8
Black with #8657D8
Text Example
Text Example
White with #8657D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657D8; }
p { color: rgb(134,87,216); }
H1.HeaderClassName
{
color: #8657D8;
}
.AnyTagClassName
{
color: #8657D8;
}
</style>
background-color css
<style>
a { background-color: #8657D8; }
a { background-color: rgb(134,87,216); }
div.DivClassName
{
background-color: #8657D8;
}
.BgClassName
{
background-color: #8657D8;
}
</style>
border-color css
<style>
span { border-color: #8657D8; }
span { border-color: rgb(134,87,216); }
td.TdClassName
{
border-color: #8657D8;
}
.TagClassName
{
border-color: #8657D8;
}
</style>