Shades of Medium Purple #8772D9
Tints of Medium Purple #8772D9
RGB
CMYK
RGB Variations
Color information
#8772D9 (or 0x8772D9) is known color: Medium Purple. HEX triplet: 87, 72 and D9. RGB value is (135,114,217). Sum of RGB (Red+Green+Blue) = 135+114+217=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #8772D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772D9 is #788D26. Grayscale: #838383. Windows color (decimal): -7900455 or 14250631. OLE color: 14250631.
HSL color Cylindrical-coordinate representation of color #8772D9: hue angle of 252.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8772D9 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 114 | 217 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.15 |
| HSL | 252.23º | 0.58% | 0.65% | - |
| HSV(B) | 252.23º | 0.47% | 0.85% | - |
| XYZ | 28.53 | 22.2 | 68.43 | - |
| YUV | 132.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 217 | 0.38 | 0.47 | 0 | 0.15 | 252.23 | 0.58 | 0.65 |
| Hex | 87 | 72 | D9 | 26 | 2F | 0 | F | FC | 3A | 41 |
| Octal | 207 | 162 | 331 | 46 | 57 | 0 | 17 | 374 | 72 | 101 |
| Binary | 10000111 | 1110010 | 11011001 | 100110 | 101111 | 0 | 1111 | 11111100 | 111010 | 1000001 |
Color Harmonies of #8772D9
Complementary color
Monochromatic Colors of #8772D9
Black with #8772D9
Text Example
Text Example
White with #8772D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8772D9; }
p { color: rgb(135,114,217); }
H1.HeaderClassName
{
color: #8772D9;
}
.AnyTagClassName
{
color: #8772D9;
}
</style>
background-color css
<style>
a { background-color: #8772D9; }
a { background-color: rgb(135,114,217); }
div.DivClassName
{
background-color: #8772D9;
}
.BgClassName
{
background-color: #8772D9;
}
</style>
border-color css
<style>
span { border-color: #8772D9; }
span { border-color: rgb(135,114,217); }
td.TdClassName
{
border-color: #8772D9;
}
.TagClassName
{
border-color: #8772D9;
}
</style>