Shades of Medium Purple #8766D7
Tints of Medium Purple #8766D7
RGB
CMYK
RGB Variations
Color information
#8766D7 (or 0x8766D7) is known color: Medium Purple. HEX triplet: 87, 66 and D7. RGB value is (135,102,215). Sum of RGB (Red+Green+Blue) = 135+102+215=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #8766D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766D7 is #789928. Grayscale: #7C7C7C. Windows color (decimal): -7903529 or 14116487. OLE color: 14116487.
HSL color Cylindrical-coordinate representation of color #8766D7: hue angle of 257.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8766D7 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 102 | 215 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.16 |
| HSL | 257.52º | 0.59% | 0.62% | - |
| HSV(B) | 257.52º | 0.53% | 0.84% | - |
| XYZ | 27.01 | 19.56 | 66.64 | - |
| YUV | 124.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 215 | 0.37 | 0.53 | 0 | 0.16 | 257.52 | 0.59 | 0.62 |
| Hex | 87 | 66 | D7 | 25 | 35 | 0 | 10 | 102 | 3B | 3E |
| Octal | 207 | 146 | 327 | 45 | 65 | 0 | 20 | 402 | 73 | 76 |
| Binary | 10000111 | 1100110 | 11010111 | 100101 | 110101 | 0 | 10000 | 100000010 | 111011 | 111110 |
Color Harmonies of #8766D7
Complementary color
Monochromatic Colors of #8766D7
Black with #8766D7
Text Example
Text Example
White with #8766D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766D7; }
p { color: rgb(135,102,215); }
H1.HeaderClassName
{
color: #8766D7;
}
.AnyTagClassName
{
color: #8766D7;
}
</style>
background-color css
<style>
a { background-color: #8766D7; }
a { background-color: rgb(135,102,215); }
div.DivClassName
{
background-color: #8766D7;
}
.BgClassName
{
background-color: #8766D7;
}
</style>
border-color css
<style>
span { border-color: #8766D7; }
span { border-color: rgb(135,102,215); }
td.TdClassName
{
border-color: #8766D7;
}
.TagClassName
{
border-color: #8766D7;
}
</style>