Shades of Medium Purple #8A7DE0
Tints of Medium Purple #8A7DE0
RGB
CMYK
RGB Variations
Color information
#8A7DE0 (or 0x8A7DE0) is known color: Medium Purple. HEX triplet: 8A, 7D and E0. RGB value is (138,125,224). Sum of RGB (Red+Green+Blue) = 138+125+224=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A7DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DE0 is #75821F. Grayscale: #8B8B8B. Windows color (decimal): -7701024 or 14712202. OLE color: 14712202.
HSL color Cylindrical-coordinate representation of color #8A7DE0: hue angle of 247.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A7DE0 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 125 | 224 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.12 |
| HSL | 247.88º | 0.61% | 0.68% | - |
| HSV(B) | 247.88º | 0.44% | 0.88% | - |
| XYZ | 31.27 | 25.45 | 73.79 | - |
| YUV | 140.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 224 | 0.38 | 0.44 | 0 | 0.12 | 247.88 | 0.61 | 0.68 |
| Hex | 8A | 7D | E0 | 26 | 2C | 0 | C | F8 | 3D | 44 |
| Octal | 212 | 175 | 340 | 46 | 54 | 0 | 14 | 370 | 75 | 104 |
| Binary | 10001010 | 1111101 | 11100000 | 100110 | 101100 | 0 | 1100 | 11111000 | 111101 | 1000100 |
Color Harmonies of #8A7DE0
Complementary color
Monochromatic Colors of #8A7DE0
Black with #8A7DE0
Text Example
Text Example
White with #8A7DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DE0; }
p { color: rgb(138,125,224); }
H1.HeaderClassName
{
color: #8A7DE0;
}
.AnyTagClassName
{
color: #8A7DE0;
}
</style>
background-color css
<style>
a { background-color: #8A7DE0; }
a { background-color: rgb(138,125,224); }
div.DivClassName
{
background-color: #8A7DE0;
}
.BgClassName
{
background-color: #8A7DE0;
}
</style>
border-color css
<style>
span { border-color: #8A7DE0; }
span { border-color: rgb(138,125,224); }
td.TdClassName
{
border-color: #8A7DE0;
}
.TagClassName
{
border-color: #8A7DE0;
}
</style>