Shades of Medium Purple #8657DC
Tints of Medium Purple #8657DC
RGB
CMYK
RGB Variations
Color information
#8657DC (or 0x8657DC) is known color: Medium Purple. HEX triplet: 86, 57 and DC. RGB value is (134,87,220). Sum of RGB (Red+Green+Blue) = 134+87+220=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #8657DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657DC is #79A823. Grayscale: #737373. Windows color (decimal): -7972900 or 14440326. OLE color: 14440326.
HSL color Cylindrical-coordinate representation of color #8657DC: hue angle of 261.2º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8657DC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 87 | 220 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.14 |
| HSL | 261.2º | 0.66% | 0.6% | - |
| HSV(B) | 261.2º | 0.6% | 0.86% | - |
| XYZ | 26.16 | 17.05 | 69.62 | - |
| YUV | 116.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 220 | 0.39 | 0.60 | 0 | 0.14 | 261.2 | 0.66 | 0.6 |
| Hex | 86 | 57 | DC | 27 | 3C | 0 | E | 105 | 42 | 3C |
| Octal | 206 | 127 | 334 | 47 | 74 | 0 | 16 | 405 | 102 | 74 |
| Binary | 10000110 | 1010111 | 11011100 | 100111 | 111100 | 0 | 1110 | 100000101 | 1000010 | 111100 |
Color Harmonies of #8657DC
Complementary color
Monochromatic Colors of #8657DC
Black with #8657DC
Text Example
Text Example
White with #8657DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657DC; }
p { color: rgb(134,87,220); }
H1.HeaderClassName
{
color: #8657DC;
}
.AnyTagClassName
{
color: #8657DC;
}
</style>
background-color css
<style>
a { background-color: #8657DC; }
a { background-color: rgb(134,87,220); }
div.DivClassName
{
background-color: #8657DC;
}
.BgClassName
{
background-color: #8657DC;
}
</style>
border-color css
<style>
span { border-color: #8657DC; }
span { border-color: rgb(134,87,220); }
td.TdClassName
{
border-color: #8657DC;
}
.TagClassName
{
border-color: #8657DC;
}
</style>