Shades of Medium Purple #8657DD
Tints of Medium Purple #8657DD
RGB
CMYK
RGB Variations
Color information
#8657DD (or 0x8657DD) is known color: Medium Purple. HEX triplet: 86, 57 and DD. RGB value is (134,87,221). Sum of RGB (Red+Green+Blue) = 134+87+221=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #8657DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657DD is #79A822. Grayscale: #737373. Windows color (decimal): -7972899 or 14505862. OLE color: 14505862.
HSL color Cylindrical-coordinate representation of color #8657DD: hue angle of 261.04º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8657DD is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 87 | 221 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.13 |
| HSL | 261.04º | 0.66% | 0.6% | - |
| HSV(B) | 261.04º | 0.61% | 0.87% | - |
| XYZ | 26.29 | 17.11 | 70.32 | - |
| YUV | 116.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 221 | 0.39 | 0.61 | 0 | 0.13 | 261.04 | 0.66 | 0.6 |
| Hex | 86 | 57 | DD | 27 | 3D | 0 | D | 105 | 42 | 3C |
| Octal | 206 | 127 | 335 | 47 | 75 | 0 | 15 | 405 | 102 | 74 |
| Binary | 10000110 | 1010111 | 11011101 | 100111 | 111101 | 0 | 1101 | 100000101 | 1000010 | 111100 |
Color Harmonies of #8657DD
Complementary color
Monochromatic Colors of #8657DD
Black with #8657DD
Text Example
Text Example
White with #8657DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657DD; }
p { color: rgb(134,87,221); }
H1.HeaderClassName
{
color: #8657DD;
}
.AnyTagClassName
{
color: #8657DD;
}
</style>
background-color css
<style>
a { background-color: #8657DD; }
a { background-color: rgb(134,87,221); }
div.DivClassName
{
background-color: #8657DD;
}
.BgClassName
{
background-color: #8657DD;
}
</style>
border-color css
<style>
span { border-color: #8657DD; }
span { border-color: rgb(134,87,221); }
td.TdClassName
{
border-color: #8657DD;
}
.TagClassName
{
border-color: #8657DD;
}
</style>