Shades of Medium Purple #8F81E0
Tints of Medium Purple #8F81E0
RGB
CMYK
RGB Variations
Color information
#8F81E0 (or 0x8F81E0) is known color: Medium Purple. HEX triplet: 8F, 81 and E0. RGB value is (143,129,224). Sum of RGB (Red+Green+Blue) = 143+129+224=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F81E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81E0 is #707E1F. Grayscale: #8F8F8F. Windows color (decimal): -7372320 or 14713231. OLE color: 14713231.
HSL color Cylindrical-coordinate representation of color #8F81E0: hue angle of 248.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F81E0 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 129 | 224 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.12 |
| HSL | 248.84º | 0.61% | 0.69% | - |
| HSV(B) | 248.84º | 0.42% | 0.88% | - |
| XYZ | 32.63 | 26.92 | 74 | - |
| YUV | 144.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 224 | 0.36 | 0.42 | 0 | 0.12 | 248.84 | 0.61 | 0.69 |
| Hex | 8F | 81 | E0 | 24 | 2A | 0 | C | F9 | 3D | 45 |
| Octal | 217 | 201 | 340 | 44 | 52 | 0 | 14 | 371 | 75 | 105 |
| Binary | 10001111 | 10000001 | 11100000 | 100100 | 101010 | 0 | 1100 | 11111001 | 111101 | 1000101 |
Color Harmonies of #8F81E0
Complementary color
Monochromatic Colors of #8F81E0
Black with #8F81E0
Text Example
Text Example
White with #8F81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81E0; }
p { color: rgb(143,129,224); }
H1.HeaderClassName
{
color: #8F81E0;
}
.AnyTagClassName
{
color: #8F81E0;
}
</style>
background-color css
<style>
a { background-color: #8F81E0; }
a { background-color: rgb(143,129,224); }
div.DivClassName
{
background-color: #8F81E0;
}
.BgClassName
{
background-color: #8F81E0;
}
</style>
border-color css
<style>
span { border-color: #8F81E0; }
span { border-color: rgb(143,129,224); }
td.TdClassName
{
border-color: #8F81E0;
}
.TagClassName
{
border-color: #8F81E0;
}
</style>