Shades of Medium Purple #8758E3
Tints of Medium Purple #8758E3
RGB
CMYK
RGB Variations
Color information
#8758E3 (or 0x8758E3) is known color: Medium Purple. HEX triplet: 87, 58 and E3. RGB value is (135,88,227). Sum of RGB (Red+Green+Blue) = 135+88+227=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #8758E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758E3 is #78A71C. Grayscale: #757575. Windows color (decimal): -7907101 or 14899335. OLE color: 14899335.
HSL color Cylindrical-coordinate representation of color #8758E3: hue angle of 260.29º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8758E3 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 88 | 227 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.11 |
| HSL | 260.29º | 0.71% | 0.62% | - |
| HSV(B) | 260.29º | 0.61% | 0.89% | - |
| XYZ | 27.35 | 17.68 | 74.64 | - |
| YUV | 117.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 227 | 0.41 | 0.61 | 0 | 0.11 | 260.29 | 0.71 | 0.62 |
| Hex | 87 | 58 | E3 | 29 | 3D | 0 | B | 104 | 47 | 3E |
| Octal | 207 | 130 | 343 | 51 | 75 | 0 | 13 | 404 | 107 | 76 |
| Binary | 10000111 | 1011000 | 11100011 | 101001 | 111101 | 0 | 1011 | 100000100 | 1000111 | 111110 |
Color Harmonies of #8758E3
Complementary color
Monochromatic Colors of #8758E3
Black with #8758E3
Text Example
Text Example
White with #8758E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758E3; }
p { color: rgb(135,88,227); }
H1.HeaderClassName
{
color: #8758E3;
}
.AnyTagClassName
{
color: #8758E3;
}
</style>
background-color css
<style>
a { background-color: #8758E3; }
a { background-color: rgb(135,88,227); }
div.DivClassName
{
background-color: #8758E3;
}
.BgClassName
{
background-color: #8758E3;
}
</style>
border-color css
<style>
span { border-color: #8758E3; }
span { border-color: rgb(135,88,227); }
td.TdClassName
{
border-color: #8758E3;
}
.TagClassName
{
border-color: #8758E3;
}
</style>