Shades of Medium Purple #8958E0
Tints of Medium Purple #8958E0
RGB
CMYK
RGB Variations
Color information
#8958E0 (or 0x8958E0) is known color: Medium Purple. HEX triplet: 89, 58 and E0. RGB value is (137,88,224). Sum of RGB (Red+Green+Blue) = 137+88+224=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #8958E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958E0 is #76A71F. Grayscale: #757575. Windows color (decimal): -7776032 or 14702729. OLE color: 14702729.
HSL color Cylindrical-coordinate representation of color #8958E0: hue angle of 261.62º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8958E0 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 88 | 224 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.12 |
| HSL | 261.62º | 0.69% | 0.61% | - |
| HSV(B) | 261.62º | 0.61% | 0.88% | - |
| XYZ | 27.26 | 17.68 | 72.5 | - |
| YUV | 118.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 224 | 0.39 | 0.61 | 0 | 0.12 | 261.62 | 0.69 | 0.61 |
| Hex | 89 | 58 | E0 | 27 | 3D | 0 | C | 106 | 45 | 3D |
| Octal | 211 | 130 | 340 | 47 | 75 | 0 | 14 | 406 | 105 | 75 |
| Binary | 10001001 | 1011000 | 11100000 | 100111 | 111101 | 0 | 1100 | 100000110 | 1000101 | 111101 |
Color Harmonies of #8958E0
Complementary color
Monochromatic Colors of #8958E0
Black with #8958E0
Text Example
Text Example
White with #8958E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958E0; }
p { color: rgb(137,88,224); }
H1.HeaderClassName
{
color: #8958E0;
}
.AnyTagClassName
{
color: #8958E0;
}
</style>
background-color css
<style>
a { background-color: #8958E0; }
a { background-color: rgb(137,88,224); }
div.DivClassName
{
background-color: #8958E0;
}
.BgClassName
{
background-color: #8958E0;
}
</style>
border-color css
<style>
span { border-color: #8958E0; }
span { border-color: rgb(137,88,224); }
td.TdClassName
{
border-color: #8958E0;
}
.TagClassName
{
border-color: #8958E0;
}
</style>