Shades of Medium Purple #8660DF
Tints of Medium Purple #8660DF
RGB
CMYK
RGB Variations
Color information
#8660DF (or 0x8660DF) is known color: Medium Purple. HEX triplet: 86, 60 and DF. RGB value is (134,96,223). Sum of RGB (Red+Green+Blue) = 134+96+223=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8660DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660DF is #799F20. Grayscale: #797979. Windows color (decimal): -7970593 or 14639238. OLE color: 14639238.
HSL color Cylindrical-coordinate representation of color #8660DF: hue angle of 257.95º 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 #8660DF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 96 | 223 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.13 |
| HSL | 257.95º | 0.66% | 0.63% | - |
| HSV(B) | 257.95º | 0.57% | 0.87% | - |
| XYZ | 27.33 | 18.76 | 71.99 | - |
| YUV | 121.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 223 | 0.40 | 0.57 | 0 | 0.13 | 257.95 | 0.66 | 0.63 |
| Hex | 86 | 60 | DF | 28 | 39 | 0 | D | 102 | 42 | 3F |
| Octal | 206 | 140 | 337 | 50 | 71 | 0 | 15 | 402 | 102 | 77 |
| Binary | 10000110 | 1100000 | 11011111 | 101000 | 111001 | 0 | 1101 | 100000010 | 1000010 | 111111 |
Color Harmonies of #8660DF
Complementary color
Monochromatic Colors of #8660DF
Black with #8660DF
Text Example
Text Example
White with #8660DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660DF; }
p { color: rgb(134,96,223); }
H1.HeaderClassName
{
color: #8660DF;
}
.AnyTagClassName
{
color: #8660DF;
}
</style>
background-color css
<style>
a { background-color: #8660DF; }
a { background-color: rgb(134,96,223); }
div.DivClassName
{
background-color: #8660DF;
}
.BgClassName
{
background-color: #8660DF;
}
</style>
border-color css
<style>
span { border-color: #8660DF; }
span { border-color: rgb(134,96,223); }
td.TdClassName
{
border-color: #8660DF;
}
.TagClassName
{
border-color: #8660DF;
}
</style>