Shades of Medium Purple #8770E0
Tints of Medium Purple #8770E0
RGB
CMYK
RGB Variations
Color information
#8770E0 (or 0x8770E0) is known color: Medium Purple. HEX triplet: 87, 70 and E0. RGB value is (135,112,224). Sum of RGB (Red+Green+Blue) = 135+112+224=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #8770E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770E0 is #788F1F. Grayscale: #838383. Windows color (decimal): -7900960 or 14708871. OLE color: 14708871.
HSL color Cylindrical-coordinate representation of color #8770E0: hue angle of 252.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8770E0 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 112 | 224 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.12 |
| HSL | 252.32º | 0.64% | 0.66% | - |
| HSV(B) | 252.32º | 0.5% | 0.88% | - |
| XYZ | 29.24 | 22.12 | 73.25 | - |
| YUV | 131.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 224 | 0.40 | 0.50 | 0 | 0.12 | 252.32 | 0.64 | 0.66 |
| Hex | 87 | 70 | E0 | 28 | 32 | 0 | C | FC | 40 | 42 |
| Octal | 207 | 160 | 340 | 50 | 62 | 0 | 14 | 374 | 100 | 102 |
| Binary | 10000111 | 1110000 | 11100000 | 101000 | 110010 | 0 | 1100 | 11111100 | 1000000 | 1000010 |
Color Harmonies of #8770E0
Complementary color
Monochromatic Colors of #8770E0
Black with #8770E0
Text Example
Text Example
White with #8770E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770E0; }
p { color: rgb(135,112,224); }
H1.HeaderClassName
{
color: #8770E0;
}
.AnyTagClassName
{
color: #8770E0;
}
</style>
background-color css
<style>
a { background-color: #8770E0; }
a { background-color: rgb(135,112,224); }
div.DivClassName
{
background-color: #8770E0;
}
.BgClassName
{
background-color: #8770E0;
}
</style>
border-color css
<style>
span { border-color: #8770E0; }
span { border-color: rgb(135,112,224); }
td.TdClassName
{
border-color: #8770E0;
}
.TagClassName
{
border-color: #8770E0;
}
</style>