Shades of Medium Purple #8F81E5
Tints of Medium Purple #8F81E5
RGB
CMYK
RGB Variations
Color information
#8F81E5 (or 0x8F81E5) is known color: Medium Purple. HEX triplet: 8F, 81 and E5. RGB value is (143,129,229). Sum of RGB (Red+Green+Blue) = 143+129+229=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F81E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81E5 is #707E1A. Grayscale: #909090. Windows color (decimal): -7372315 or 15040911. OLE color: 15040911.
HSL color Cylindrical-coordinate representation of color #8F81E5: hue angle of 248.4º 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 #8F81E5 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 129 | 229 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.10 |
| HSL | 248.4º | 0.66% | 0.7% | - |
| HSV(B) | 248.4º | 0.44% | 0.9% | - |
| XYZ | 33.32 | 27.2 | 77.62 | - |
| YUV | 144.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 229 | 0.38 | 0.44 | 0 | 0.10 | 248.4 | 0.66 | 0.7 |
| Hex | 8F | 81 | E5 | 26 | 2C | 0 | A | F8 | 42 | 46 |
| Octal | 217 | 201 | 345 | 46 | 54 | 0 | 12 | 370 | 102 | 106 |
| Binary | 10001111 | 10000001 | 11100101 | 100110 | 101100 | 0 | 1010 | 11111000 | 1000010 | 1000110 |
Color Harmonies of #8F81E5
Complementary color
Monochromatic Colors of #8F81E5
Black with #8F81E5
Text Example
Text Example
White with #8F81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81E5; }
p { color: rgb(143,129,229); }
H1.HeaderClassName
{
color: #8F81E5;
}
.AnyTagClassName
{
color: #8F81E5;
}
</style>
background-color css
<style>
a { background-color: #8F81E5; }
a { background-color: rgb(143,129,229); }
div.DivClassName
{
background-color: #8F81E5;
}
.BgClassName
{
background-color: #8F81E5;
}
</style>
border-color css
<style>
span { border-color: #8F81E5; }
span { border-color: rgb(143,129,229); }
td.TdClassName
{
border-color: #8F81E5;
}
.TagClassName
{
border-color: #8F81E5;
}
</style>