Shades of Medium Purple #8B80E0
Tints of Medium Purple #8B80E0
RGB
CMYK
RGB Variations
Color information
#8B80E0 (or 0x8B80E0) is known color: Medium Purple. HEX triplet: 8B, 80 and E0. RGB value is (139,128,224). Sum of RGB (Red+Green+Blue) = 139+128+224=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B80E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80E0 is #747F1F. Grayscale: #8D8D8D. Windows color (decimal): -7634720 or 14712971. OLE color: 14712971.
HSL color Cylindrical-coordinate representation of color #8B80E0: hue angle of 246.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B80E0 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 128 | 224 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.12 |
| HSL | 246.88º | 0.61% | 0.69% | - |
| HSV(B) | 246.88º | 0.43% | 0.88% | - |
| XYZ | 31.82 | 26.31 | 73.92 | - |
| YUV | 142.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 224 | 0.38 | 0.43 | 0 | 0.12 | 246.88 | 0.61 | 0.69 |
| Hex | 8B | 80 | E0 | 26 | 2B | 0 | C | F7 | 3D | 45 |
| Octal | 213 | 200 | 340 | 46 | 53 | 0 | 14 | 367 | 75 | 105 |
| Binary | 10001011 | 10000000 | 11100000 | 100110 | 101011 | 0 | 1100 | 11110111 | 111101 | 1000101 |
Color Harmonies of #8B80E0
Complementary color
Monochromatic Colors of #8B80E0
Black with #8B80E0
Text Example
Text Example
White with #8B80E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80E0; }
p { color: rgb(139,128,224); }
H1.HeaderClassName
{
color: #8B80E0;
}
.AnyTagClassName
{
color: #8B80E0;
}
</style>
background-color css
<style>
a { background-color: #8B80E0; }
a { background-color: rgb(139,128,224); }
div.DivClassName
{
background-color: #8B80E0;
}
.BgClassName
{
background-color: #8B80E0;
}
</style>
border-color css
<style>
span { border-color: #8B80E0; }
span { border-color: rgb(139,128,224); }
td.TdClassName
{
border-color: #8B80E0;
}
.TagClassName
{
border-color: #8B80E0;
}
</style>