Shades of Medium Purple #8773E2
Tints of Medium Purple #8773E2
RGB
CMYK
RGB Variations
Color information
#8773E2 (or 0x8773E2) is known color: Medium Purple. HEX triplet: 87, 73 and E2. RGB value is (135,115,226). Sum of RGB (Red+Green+Blue) = 135+115+226=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #8773E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773E2 is #788C1D. Grayscale: #858585. Windows color (decimal): -7900190 or 14840711. OLE color: 14840711.
HSL color Cylindrical-coordinate representation of color #8773E2: hue angle of 250.81º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8773E2 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 115 | 226 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.11 |
| HSL | 250.81º | 0.66% | 0.67% | - |
| HSV(B) | 250.81º | 0.49% | 0.89% | - |
| XYZ | 29.85 | 22.9 | 74.8 | - |
| YUV | 133.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 226 | 0.40 | 0.49 | 0 | 0.11 | 250.81 | 0.66 | 0.67 |
| Hex | 87 | 73 | E2 | 28 | 31 | 0 | B | FB | 42 | 43 |
| Octal | 207 | 163 | 342 | 50 | 61 | 0 | 13 | 373 | 102 | 103 |
| Binary | 10000111 | 1110011 | 11100010 | 101000 | 110001 | 0 | 1011 | 11111011 | 1000010 | 1000011 |
Color Harmonies of #8773E2
Complementary color
Monochromatic Colors of #8773E2
Black with #8773E2
Text Example
Text Example
White with #8773E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8773E2; }
p { color: rgb(135,115,226); }
H1.HeaderClassName
{
color: #8773E2;
}
.AnyTagClassName
{
color: #8773E2;
}
</style>
background-color css
<style>
a { background-color: #8773E2; }
a { background-color: rgb(135,115,226); }
div.DivClassName
{
background-color: #8773E2;
}
.BgClassName
{
background-color: #8773E2;
}
</style>
border-color css
<style>
span { border-color: #8773E2; }
span { border-color: rgb(135,115,226); }
td.TdClassName
{
border-color: #8773E2;
}
.TagClassName
{
border-color: #8773E2;
}
</style>