Shades of Medium Purple #8778DD
Tints of Medium Purple #8778DD
RGB
CMYK
RGB Variations
Color information
#8778DD (or 0x8778DD) is known color: Medium Purple. HEX triplet: 87, 78 and DD. RGB value is (135,120,221). Sum of RGB (Red+Green+Blue) = 135+120+221=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #8778DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778DD is #788722. Grayscale: #878787. Windows color (decimal): -7898915 or 14514311. OLE color: 14514311.
HSL color Cylindrical-coordinate representation of color #8778DD: hue angle of 248.91º 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 #8778DD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 120 | 221 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.13 |
| HSL | 248.91º | 0.6% | 0.67% | - |
| HSV(B) | 248.91º | 0.46% | 0.87% | - |
| XYZ | 29.76 | 23.8 | 71.43 | - |
| YUV | 136 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 221 | 0.39 | 0.46 | 0 | 0.13 | 248.91 | 0.6 | 0.67 |
| Hex | 87 | 78 | DD | 27 | 2E | 0 | D | F9 | 3C | 43 |
| Octal | 207 | 170 | 335 | 47 | 56 | 0 | 15 | 371 | 74 | 103 |
| Binary | 10000111 | 1111000 | 11011101 | 100111 | 101110 | 0 | 1101 | 11111001 | 111100 | 1000011 |
Color Harmonies of #8778DD
Complementary color
Monochromatic Colors of #8778DD
Black with #8778DD
Text Example
Text Example
White with #8778DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8778DD; }
p { color: rgb(135,120,221); }
H1.HeaderClassName
{
color: #8778DD;
}
.AnyTagClassName
{
color: #8778DD;
}
</style>
background-color css
<style>
a { background-color: #8778DD; }
a { background-color: rgb(135,120,221); }
div.DivClassName
{
background-color: #8778DD;
}
.BgClassName
{
background-color: #8778DD;
}
</style>
border-color css
<style>
span { border-color: #8778DD; }
span { border-color: rgb(135,120,221); }
td.TdClassName
{
border-color: #8778DD;
}
.TagClassName
{
border-color: #8778DD;
}
</style>