Shades of Medium Purple #8661DF
Tints of Medium Purple #8661DF
RGB
CMYK
RGB Variations
Color information
#8661DF (or 0x8661DF) is known color: Medium Purple. HEX triplet: 86, 61 and DF. RGB value is (134,97,223). Sum of RGB (Red+Green+Blue) = 134+97+223=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #8661DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8661DF is #799E20. Grayscale: #797979. Windows color (decimal): -7970337 or 14639494. OLE color: 14639494.
HSL color Cylindrical-coordinate representation of color #8661DF: hue angle of 257.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8661DF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 97 | 223 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.13 |
| HSL | 257.62º | 0.66% | 0.63% | - |
| HSV(B) | 257.62º | 0.57% | 0.87% | - |
| XYZ | 27.43 | 18.95 | 72.02 | - |
| YUV | 122.43 | 184.76 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 223 | 0.40 | 0.57 | 0 | 0.13 | 257.62 | 0.66 | 0.63 |
| Hex | 86 | 61 | DF | 28 | 39 | 0 | D | 102 | 42 | 3F |
| Octal | 206 | 141 | 337 | 50 | 71 | 0 | 15 | 402 | 102 | 77 |
| Binary | 10000110 | 1100001 | 11011111 | 101000 | 111001 | 0 | 1101 | 100000010 | 1000010 | 111111 |
Color Harmonies of #8661DF
Complementary color
Monochromatic Colors of #8661DF
Black with #8661DF
Text Example
Text Example
White with #8661DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8661DF; }
p { color: rgb(134,97,223); }
H1.HeaderClassName
{
color: #8661DF;
}
.AnyTagClassName
{
color: #8661DF;
}
</style>
background-color css
<style>
a { background-color: #8661DF; }
a { background-color: rgb(134,97,223); }
div.DivClassName
{
background-color: #8661DF;
}
.BgClassName
{
background-color: #8661DF;
}
</style>
border-color css
<style>
span { border-color: #8661DF; }
span { border-color: rgb(134,97,223); }
td.TdClassName
{
border-color: #8661DF;
}
.TagClassName
{
border-color: #8661DF;
}
</style>