Shades of Medium Purple #8779E0
Tints of Medium Purple #8779E0
RGB
CMYK
RGB Variations
Color information
#8779E0 (or 0x8779E0) is known color: Medium Purple. HEX triplet: 87, 79 and E0. RGB value is (135,121,224). Sum of RGB (Red+Green+Blue) = 135+121+224=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #8779E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779E0 is #78861F. Grayscale: #888888. Windows color (decimal): -7898656 or 14711175. OLE color: 14711175.
HSL color Cylindrical-coordinate representation of color #8779E0: hue angle of 248.16º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8779E0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 121 | 224 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.12 |
| HSL | 248.16º | 0.62% | 0.68% | - |
| HSV(B) | 248.16º | 0.46% | 0.88% | - |
| XYZ | 30.28 | 24.21 | 73.6 | - |
| YUV | 136.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 224 | 0.40 | 0.46 | 0 | 0.12 | 248.16 | 0.62 | 0.68 |
| Hex | 87 | 79 | E0 | 28 | 2E | 0 | C | F8 | 3E | 44 |
| Octal | 207 | 171 | 340 | 50 | 56 | 0 | 14 | 370 | 76 | 104 |
| Binary | 10000111 | 1111001 | 11100000 | 101000 | 101110 | 0 | 1100 | 11111000 | 111110 | 1000100 |
Color Harmonies of #8779E0
Complementary color
Monochromatic Colors of #8779E0
Black with #8779E0
Text Example
Text Example
White with #8779E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8779E0; }
p { color: rgb(135,121,224); }
H1.HeaderClassName
{
color: #8779E0;
}
.AnyTagClassName
{
color: #8779E0;
}
</style>
background-color css
<style>
a { background-color: #8779E0; }
a { background-color: rgb(135,121,224); }
div.DivClassName
{
background-color: #8779E0;
}
.BgClassName
{
background-color: #8779E0;
}
</style>
border-color css
<style>
span { border-color: #8779E0; }
span { border-color: rgb(135,121,224); }
td.TdClassName
{
border-color: #8779E0;
}
.TagClassName
{
border-color: #8779E0;
}
</style>