Shades of Medium Purple #8766DA
Tints of Medium Purple #8766DA
RGB
CMYK
RGB Variations
Color information
#8766DA (or 0x8766DA) is known color: Medium Purple. HEX triplet: 87, 66 and DA. RGB value is (135,102,218). Sum of RGB (Red+Green+Blue) = 135+102+218=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #8766DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766DA is #789925. Grayscale: #7C7C7C. Windows color (decimal): -7903526 or 14313095. OLE color: 14313095.
HSL color Cylindrical-coordinate representation of color #8766DA: hue angle of 257.07º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8766DA is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 102 | 218 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.15 |
| HSL | 257.07º | 0.61% | 0.63% | - |
| HSV(B) | 257.07º | 0.53% | 0.85% | - |
| XYZ | 27.4 | 19.72 | 68.69 | - |
| YUV | 125.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 218 | 0.38 | 0.53 | 0 | 0.15 | 257.07 | 0.61 | 0.63 |
| Hex | 87 | 66 | DA | 26 | 35 | 0 | F | 101 | 3D | 3F |
| Octal | 207 | 146 | 332 | 46 | 65 | 0 | 17 | 401 | 75 | 77 |
| Binary | 10000111 | 1100110 | 11011010 | 100110 | 110101 | 0 | 1111 | 100000001 | 111101 | 111111 |
Color Harmonies of #8766DA
Complementary color
Monochromatic Colors of #8766DA
Black with #8766DA
Text Example
Text Example
White with #8766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766DA; }
p { color: rgb(135,102,218); }
H1.HeaderClassName
{
color: #8766DA;
}
.AnyTagClassName
{
color: #8766DA;
}
</style>
background-color css
<style>
a { background-color: #8766DA; }
a { background-color: rgb(135,102,218); }
div.DivClassName
{
background-color: #8766DA;
}
.BgClassName
{
background-color: #8766DA;
}
</style>
border-color css
<style>
span { border-color: #8766DA; }
span { border-color: rgb(135,102,218); }
td.TdClassName
{
border-color: #8766DA;
}
.TagClassName
{
border-color: #8766DA;
}
</style>