Shades of Medium Purple #8762E1
Tints of Medium Purple #8762E1
RGB
CMYK
RGB Variations
Color information
#8762E1 (or 0x8762E1) is known color: Medium Purple. HEX triplet: 87, 62 and E1. RGB value is (135,98,225). Sum of RGB (Red+Green+Blue) = 135+98+225=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #8762E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762E1 is #789D1E. Grayscale: #7B7B7B. Windows color (decimal): -7904543 or 14770823. OLE color: 14770823.
HSL color Cylindrical-coordinate representation of color #8762E1: hue angle of 257.48º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8762E1 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 98 | 225 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.12 |
| HSL | 257.48º | 0.68% | 0.63% | - |
| HSV(B) | 257.48º | 0.56% | 0.88% | - |
| XYZ | 27.95 | 19.32 | 73.49 | - |
| YUV | 123.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 225 | 0.4 | 0.56 | 0 | 0.12 | 257.48 | 0.68 | 0.63 |
| Hex | 87 | 62 | E1 | 28 | 38 | 0 | C | 101 | 44 | 3F |
| Octal | 207 | 142 | 341 | 50 | 70 | 0 | 14 | 401 | 104 | 77 |
| Binary | 10000111 | 1100010 | 11100001 | 101000 | 111000 | 0 | 1100 | 100000001 | 1000100 | 111111 |
Color Harmonies of #8762E1
Complementary color
Monochromatic Colors of #8762E1
Black with #8762E1
Text Example
Text Example
White with #8762E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762E1; }
p { color: rgb(135,98,225); }
H1.HeaderClassName
{
color: #8762E1;
}
.AnyTagClassName
{
color: #8762E1;
}
</style>
background-color css
<style>
a { background-color: #8762E1; }
a { background-color: rgb(135,98,225); }
div.DivClassName
{
background-color: #8762E1;
}
.BgClassName
{
background-color: #8762E1;
}
</style>
border-color css
<style>
span { border-color: #8762E1; }
span { border-color: rgb(135,98,225); }
td.TdClassName
{
border-color: #8762E1;
}
.TagClassName
{
border-color: #8762E1;
}
</style>