Shades of Medium Purple #8A7DE6
Tints of Medium Purple #8A7DE6
RGB
CMYK
RGB Variations
Color information
#8A7DE6 (or 0x8A7DE6) is known color: Medium Purple. HEX triplet: 8A, 7D and E6. RGB value is (138,125,230). Sum of RGB (Red+Green+Blue) = 138+125+230=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A7DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DE6 is #758219. Grayscale: #8C8C8C. Windows color (decimal): -7701018 or 15105418. OLE color: 15105418.
HSL color Cylindrical-coordinate representation of color #8A7DE6: hue angle of 247.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A7DE6 is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 125 | 230 | - |
| CMYK | 0.4 | 0.46 | 0 | 0.10 |
| HSL | 247.43º | 0.68% | 0.7% | - |
| HSV(B) | 247.43º | 0.46% | 0.9% | - |
| XYZ | 32.1 | 25.78 | 78.15 | - |
| YUV | 140.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 230 | 0.4 | 0.46 | 0 | 0.10 | 247.43 | 0.68 | 0.7 |
| Hex | 8A | 7D | E6 | 28 | 2E | 0 | A | F7 | 44 | 46 |
| Octal | 212 | 175 | 346 | 50 | 56 | 0 | 12 | 367 | 104 | 106 |
| Binary | 10001010 | 1111101 | 11100110 | 101000 | 101110 | 0 | 1010 | 11110111 | 1000100 | 1000110 |
Color Harmonies of #8A7DE6
Complementary color
Monochromatic Colors of #8A7DE6
Black with #8A7DE6
Text Example
Text Example
White with #8A7DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DE6; }
p { color: rgb(138,125,230); }
H1.HeaderClassName
{
color: #8A7DE6;
}
.AnyTagClassName
{
color: #8A7DE6;
}
</style>
background-color css
<style>
a { background-color: #8A7DE6; }
a { background-color: rgb(138,125,230); }
div.DivClassName
{
background-color: #8A7DE6;
}
.BgClassName
{
background-color: #8A7DE6;
}
</style>
border-color css
<style>
span { border-color: #8A7DE6; }
span { border-color: rgb(138,125,230); }
td.TdClassName
{
border-color: #8A7DE6;
}
.TagClassName
{
border-color: #8A7DE6;
}
</style>