Shades of Medium Purple #8777DD
Tints of Medium Purple #8777DD
RGB
CMYK
RGB Variations
Color information
#8777DD (or 0x8777DD) is known color: Medium Purple. HEX triplet: 87, 77 and DD. RGB value is (135,119,221). Sum of RGB (Red+Green+Blue) = 135+119+221=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #8777DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777DD is #788822. Grayscale: #878787. Windows color (decimal): -7899171 or 14514055. OLE color: 14514055.
HSL color Cylindrical-coordinate representation of color #8777DD: hue angle of 249.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8777DD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 119 | 221 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.13 |
| HSL | 249.41º | 0.6% | 0.67% | - |
| HSV(B) | 249.41º | 0.46% | 0.87% | - |
| XYZ | 29.64 | 23.57 | 71.39 | - |
| YUV | 135.41 | 176.3 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 221 | 0.39 | 0.46 | 0 | 0.13 | 249.41 | 0.6 | 0.67 |
| Hex | 87 | 77 | DD | 27 | 2E | 0 | D | F9 | 3C | 43 |
| Octal | 207 | 167 | 335 | 47 | 56 | 0 | 15 | 371 | 74 | 103 |
| Binary | 10000111 | 1110111 | 11011101 | 100111 | 101110 | 0 | 1101 | 11111001 | 111100 | 1000011 |
Color Harmonies of #8777DD
Complementary color
Monochromatic Colors of #8777DD
Black with #8777DD
Text Example
Text Example
White with #8777DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8777DD; }
p { color: rgb(135,119,221); }
H1.HeaderClassName
{
color: #8777DD;
}
.AnyTagClassName
{
color: #8777DD;
}
</style>
background-color css
<style>
a { background-color: #8777DD; }
a { background-color: rgb(135,119,221); }
div.DivClassName
{
background-color: #8777DD;
}
.BgClassName
{
background-color: #8777DD;
}
</style>
border-color css
<style>
span { border-color: #8777DD; }
span { border-color: rgb(135,119,221); }
td.TdClassName
{
border-color: #8777DD;
}
.TagClassName
{
border-color: #8777DD;
}
</style>