Shades of Medium Purple #877BE0
Tints of Medium Purple #877BE0
RGB
CMYK
RGB Variations
Color information
#877BE0 (or 0x877BE0) is known color: Medium Purple. HEX triplet: 87, 7B and E0. RGB value is (135,123,224). Sum of RGB (Red+Green+Blue) = 135+123+224=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #877BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BE0 is #78841F. Grayscale: #898989. Windows color (decimal): -7898144 or 14711687. OLE color: 14711687.
HSL color Cylindrical-coordinate representation of color #877BE0: hue angle of 247.13º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #877BE0 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 123 | 224 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.12 |
| HSL | 247.13º | 0.62% | 0.68% | - |
| HSV(B) | 247.13º | 0.45% | 0.88% | - |
| XYZ | 30.53 | 24.7 | 73.68 | - |
| YUV | 138.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 224 | 0.40 | 0.45 | 0 | 0.12 | 247.13 | 0.62 | 0.68 |
| Hex | 87 | 7B | E0 | 28 | 2D | 0 | C | F7 | 3E | 44 |
| Octal | 207 | 173 | 340 | 50 | 55 | 0 | 14 | 367 | 76 | 104 |
| Binary | 10000111 | 1111011 | 11100000 | 101000 | 101101 | 0 | 1100 | 11110111 | 111110 | 1000100 |
Color Harmonies of #877BE0
Complementary color
Monochromatic Colors of #877BE0
Black with #877BE0
Text Example
Text Example
White with #877BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BE0; }
p { color: rgb(135,123,224); }
H1.HeaderClassName
{
color: #877BE0;
}
.AnyTagClassName
{
color: #877BE0;
}
</style>
background-color css
<style>
a { background-color: #877BE0; }
a { background-color: rgb(135,123,224); }
div.DivClassName
{
background-color: #877BE0;
}
.BgClassName
{
background-color: #877BE0;
}
</style>
border-color css
<style>
span { border-color: #877BE0; }
span { border-color: rgb(135,123,224); }
td.TdClassName
{
border-color: #877BE0;
}
.TagClassName
{
border-color: #877BE0;
}
</style>