Shades of Medium Purple #8670DF
Tints of Medium Purple #8670DF
RGB
CMYK
RGB Variations
Color information
#8670DF (or 0x8670DF) is known color: Medium Purple. HEX triplet: 86, 70 and DF. RGB value is (134,112,223). Sum of RGB (Red+Green+Blue) = 134+112+223=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #8670DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670DF is #798F20. Grayscale: #828282. Windows color (decimal): -7966497 or 14643334. OLE color: 14643334.
HSL color Cylindrical-coordinate representation of color #8670DF: hue angle of 251.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8670DF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 112 | 223 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.13 |
| HSL | 251.89º | 0.63% | 0.66% | - |
| HSV(B) | 251.89º | 0.5% | 0.87% | - |
| XYZ | 28.94 | 21.98 | 72.53 | - |
| YUV | 131.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 223 | 0.40 | 0.50 | 0 | 0.13 | 251.89 | 0.63 | 0.66 |
| Hex | 86 | 70 | DF | 28 | 32 | 0 | D | FC | 3F | 42 |
| Octal | 206 | 160 | 337 | 50 | 62 | 0 | 15 | 374 | 77 | 102 |
| Binary | 10000110 | 1110000 | 11011111 | 101000 | 110010 | 0 | 1101 | 11111100 | 111111 | 1000010 |
Color Harmonies of #8670DF
Complementary color
Monochromatic Colors of #8670DF
Black with #8670DF
Text Example
Text Example
White with #8670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8670DF; }
p { color: rgb(134,112,223); }
H1.HeaderClassName
{
color: #8670DF;
}
.AnyTagClassName
{
color: #8670DF;
}
</style>
background-color css
<style>
a { background-color: #8670DF; }
a { background-color: rgb(134,112,223); }
div.DivClassName
{
background-color: #8670DF;
}
.BgClassName
{
background-color: #8670DF;
}
</style>
border-color css
<style>
span { border-color: #8670DF; }
span { border-color: rgb(134,112,223); }
td.TdClassName
{
border-color: #8670DF;
}
.TagClassName
{
border-color: #8670DF;
}
</style>