Shades of Medium Purple #8766DF
Tints of Medium Purple #8766DF
RGB
CMYK
RGB Variations
Color information
#8766DF (or 0x8766DF) is known color: Medium Purple. HEX triplet: 87, 66 and DF. RGB value is (135,102,223). Sum of RGB (Red+Green+Blue) = 135+102+223=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #8766DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766DF is #789920. Grayscale: #7D7D7D. Windows color (decimal): -7903521 or 14640775. OLE color: 14640775.
HSL color Cylindrical-coordinate representation of color #8766DF: hue angle of 256.36º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8766DF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 102 | 223 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.13 |
| HSL | 256.36º | 0.65% | 0.64% | - |
| HSV(B) | 256.36º | 0.54% | 0.87% | - |
| XYZ | 28.06 | 19.98 | 72.19 | - |
| YUV | 125.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 223 | 0.39 | 0.54 | 0 | 0.13 | 256.36 | 0.65 | 0.64 |
| Hex | 87 | 66 | DF | 27 | 36 | 0 | D | 100 | 41 | 40 |
| Octal | 207 | 146 | 337 | 47 | 66 | 0 | 15 | 400 | 101 | 100 |
| Binary | 10000111 | 1100110 | 11011111 | 100111 | 110110 | 0 | 1101 | 100000000 | 1000001 | 1000000 |
Color Harmonies of #8766DF
Complementary color
Monochromatic Colors of #8766DF
Black with #8766DF
Text Example
Text Example
White with #8766DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766DF; }
p { color: rgb(135,102,223); }
H1.HeaderClassName
{
color: #8766DF;
}
.AnyTagClassName
{
color: #8766DF;
}
</style>
background-color css
<style>
a { background-color: #8766DF; }
a { background-color: rgb(135,102,223); }
div.DivClassName
{
background-color: #8766DF;
}
.BgClassName
{
background-color: #8766DF;
}
</style>
border-color css
<style>
span { border-color: #8766DF; }
span { border-color: rgb(135,102,223); }
td.TdClassName
{
border-color: #8766DF;
}
.TagClassName
{
border-color: #8766DF;
}
</style>