Shades of Medium Purple #8B81E0
Tints of Medium Purple #8B81E0
RGB
CMYK
RGB Variations
Color information
#8B81E0 (or 0x8B81E0) is known color: Medium Purple. HEX triplet: 8B, 81 and E0. RGB value is (139,129,224). Sum of RGB (Red+Green+Blue) = 139+129+224=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B81E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B81E0 is #747E1F. Grayscale: #8E8E8E. Windows color (decimal): -7634464 or 14713227. OLE color: 14713227.
HSL color Cylindrical-coordinate representation of color #8B81E0: hue angle of 246.32º 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 #8B81E0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 129 | 224 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.12 |
| HSL | 246.32º | 0.61% | 0.69% | - |
| HSV(B) | 246.32º | 0.42% | 0.88% | - |
| XYZ | 31.95 | 26.57 | 73.97 | - |
| YUV | 142.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 224 | 0.38 | 0.42 | 0 | 0.12 | 246.32 | 0.61 | 0.69 |
| Hex | 8B | 81 | E0 | 26 | 2A | 0 | C | F6 | 3D | 45 |
| Octal | 213 | 201 | 340 | 46 | 52 | 0 | 14 | 366 | 75 | 105 |
| Binary | 10001011 | 10000001 | 11100000 | 100110 | 101010 | 0 | 1100 | 11110110 | 111101 | 1000101 |
Color Harmonies of #8B81E0
Complementary color
Monochromatic Colors of #8B81E0
Black with #8B81E0
Text Example
Text Example
White with #8B81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B81E0; }
p { color: rgb(139,129,224); }
H1.HeaderClassName
{
color: #8B81E0;
}
.AnyTagClassName
{
color: #8B81E0;
}
</style>
background-color css
<style>
a { background-color: #8B81E0; }
a { background-color: rgb(139,129,224); }
div.DivClassName
{
background-color: #8B81E0;
}
.BgClassName
{
background-color: #8B81E0;
}
</style>
border-color css
<style>
span { border-color: #8B81E0; }
span { border-color: rgb(139,129,224); }
td.TdClassName
{
border-color: #8B81E0;
}
.TagClassName
{
border-color: #8B81E0;
}
</style>