Shades of Medium Purple #8764D5
Tints of Medium Purple #8764D5
RGB
CMYK
RGB Variations
Color information
#8764D5 (or 0x8764D5) is known color: Medium Purple. HEX triplet: 87, 64 and D5. RGB value is (135,100,213). Sum of RGB (Red+Green+Blue) = 135+100+213=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #8764D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764D5 is #789B2A. Grayscale: #7A7A7A. Windows color (decimal): -7904043 or 13984903. OLE color: 13984903.
HSL color Cylindrical-coordinate representation of color #8764D5: hue angle of 258.58º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8764D5 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 100 | 213 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.16 |
| HSL | 258.58º | 0.57% | 0.61% | - |
| HSV(B) | 258.58º | 0.53% | 0.84% | - |
| XYZ | 26.56 | 19.07 | 65.23 | - |
| YUV | 123.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 213 | 0.37 | 0.53 | 0 | 0.16 | 258.58 | 0.57 | 0.61 |
| Hex | 87 | 64 | D5 | 25 | 35 | 0 | 10 | 103 | 39 | 3D |
| Octal | 207 | 144 | 325 | 45 | 65 | 0 | 20 | 403 | 71 | 75 |
| Binary | 10000111 | 1100100 | 11010101 | 100101 | 110101 | 0 | 10000 | 100000011 | 111001 | 111101 |
Color Harmonies of #8764D5
Complementary color
Monochromatic Colors of #8764D5
Black with #8764D5
Text Example
Text Example
White with #8764D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764D5; }
p { color: rgb(135,100,213); }
H1.HeaderClassName
{
color: #8764D5;
}
.AnyTagClassName
{
color: #8764D5;
}
</style>
background-color css
<style>
a { background-color: #8764D5; }
a { background-color: rgb(135,100,213); }
div.DivClassName
{
background-color: #8764D5;
}
.BgClassName
{
background-color: #8764D5;
}
</style>
border-color css
<style>
span { border-color: #8764D5; }
span { border-color: rgb(135,100,213); }
td.TdClassName
{
border-color: #8764D5;
}
.TagClassName
{
border-color: #8764D5;
}
</style>