Shades of Medium Purple #8981E5
Tints of Medium Purple #8981E5
RGB
CMYK
RGB Variations
Color information
#8981E5 (or 0x8981E5) is known color: Medium Purple. HEX triplet: 89, 81 and E5. RGB value is (137,129,229). Sum of RGB (Red+Green+Blue) = 137+129+229=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #8981E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981E5 is #767E1A. Grayscale: #8E8E8E. Windows color (decimal): -7765531 or 15040905. OLE color: 15040905.
HSL color Cylindrical-coordinate representation of color #8981E5: hue angle of 244.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8981E5 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 129 | 229 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.10 |
| HSL | 244.8º | 0.66% | 0.7% | - |
| HSV(B) | 244.8º | 0.44% | 0.9% | - |
| XYZ | 32.31 | 26.68 | 77.57 | - |
| YUV | 142.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 229 | 0.40 | 0.44 | 0 | 0.10 | 244.8 | 0.66 | 0.7 |
| Hex | 89 | 81 | E5 | 28 | 2C | 0 | A | F5 | 42 | 46 |
| Octal | 211 | 201 | 345 | 50 | 54 | 0 | 12 | 365 | 102 | 106 |
| Binary | 10001001 | 10000001 | 11100101 | 101000 | 101100 | 0 | 1010 | 11110101 | 1000010 | 1000110 |
Color Harmonies of #8981E5
Complementary color
Monochromatic Colors of #8981E5
Black with #8981E5
Text Example
Text Example
White with #8981E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981E5; }
p { color: rgb(137,129,229); }
H1.HeaderClassName
{
color: #8981E5;
}
.AnyTagClassName
{
color: #8981E5;
}
</style>
background-color css
<style>
a { background-color: #8981E5; }
a { background-color: rgb(137,129,229); }
div.DivClassName
{
background-color: #8981E5;
}
.BgClassName
{
background-color: #8981E5;
}
</style>
border-color css
<style>
span { border-color: #8981E5; }
span { border-color: rgb(137,129,229); }
td.TdClassName
{
border-color: #8981E5;
}
.TagClassName
{
border-color: #8981E5;
}
</style>