Shades of Medium Purple #8B81E7
Tints of Medium Purple #8B81E7
RGB
CMYK
RGB Variations
Color information
#8B81E7 (or 0x8B81E7) is known color: Medium Purple. HEX triplet: 8B, 81 and E7. RGB value is (139,129,231). Sum of RGB (Red+Green+Blue) = 139+129+231=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #8B81E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B81E7 is #747E18. Grayscale: #8F8F8F. Windows color (decimal): -7634457 or 15171979. OLE color: 15171979.
HSL color Cylindrical-coordinate representation of color #8B81E7: hue angle of 245.88º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B81E7 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 129 | 231 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.09 |
| HSL | 245.88º | 0.68% | 0.71% | - |
| HSV(B) | 245.88º | 0.44% | 0.91% | - |
| XYZ | 32.92 | 26.96 | 79.07 | - |
| YUV | 143.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 231 | 0.40 | 0.44 | 0 | 0.09 | 245.88 | 0.68 | 0.71 |
| Hex | 8B | 81 | E7 | 28 | 2C | 0 | 9 | F6 | 44 | 47 |
| Octal | 213 | 201 | 347 | 50 | 54 | 0 | 11 | 366 | 104 | 107 |
| Binary | 10001011 | 10000001 | 11100111 | 101000 | 101100 | 0 | 1001 | 11110110 | 1000100 | 1000111 |
Color Harmonies of #8B81E7
Complementary color
Monochromatic Colors of #8B81E7
Black with #8B81E7
Text Example
Text Example
White with #8B81E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B81E7; }
p { color: rgb(139,129,231); }
H1.HeaderClassName
{
color: #8B81E7;
}
.AnyTagClassName
{
color: #8B81E7;
}
</style>
background-color css
<style>
a { background-color: #8B81E7; }
a { background-color: rgb(139,129,231); }
div.DivClassName
{
background-color: #8B81E7;
}
.BgClassName
{
background-color: #8B81E7;
}
</style>
border-color css
<style>
span { border-color: #8B81E7; }
span { border-color: rgb(139,129,231); }
td.TdClassName
{
border-color: #8B81E7;
}
.TagClassName
{
border-color: #8B81E7;
}
</style>