Shades of Medium Purple #8770E2
Tints of Medium Purple #8770E2
RGB
CMYK
RGB Variations
Color information
#8770E2 (or 0x8770E2) is known color: Medium Purple. HEX triplet: 87, 70 and E2. RGB value is (135,112,226). Sum of RGB (Red+Green+Blue) = 135+112+226=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #8770E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770E2 is #788F1D. Grayscale: #838383. Windows color (decimal): -7900958 or 14839943. OLE color: 14839943.
HSL color Cylindrical-coordinate representation of color #8770E2: hue angle of 252.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8770E2 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 112 | 226 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.11 |
| HSL | 252.11º | 0.66% | 0.66% | - |
| HSV(B) | 252.11º | 0.5% | 0.89% | - |
| XYZ | 29.51 | 22.23 | 74.69 | - |
| YUV | 131.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 226 | 0.40 | 0.50 | 0 | 0.11 | 252.11 | 0.66 | 0.66 |
| Hex | 87 | 70 | E2 | 28 | 32 | 0 | B | FC | 42 | 42 |
| Octal | 207 | 160 | 342 | 50 | 62 | 0 | 13 | 374 | 102 | 102 |
| Binary | 10000111 | 1110000 | 11100010 | 101000 | 110010 | 0 | 1011 | 11111100 | 1000010 | 1000010 |
Color Harmonies of #8770E2
Complementary color
Monochromatic Colors of #8770E2
Black with #8770E2
Text Example
Text Example
White with #8770E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770E2; }
p { color: rgb(135,112,226); }
H1.HeaderClassName
{
color: #8770E2;
}
.AnyTagClassName
{
color: #8770E2;
}
</style>
background-color css
<style>
a { background-color: #8770E2; }
a { background-color: rgb(135,112,226); }
div.DivClassName
{
background-color: #8770E2;
}
.BgClassName
{
background-color: #8770E2;
}
</style>
border-color css
<style>
span { border-color: #8770E2; }
span { border-color: rgb(135,112,226); }
td.TdClassName
{
border-color: #8770E2;
}
.TagClassName
{
border-color: #8770E2;
}
</style>