Shades of Medium Purple #8A5EDF
Tints of Medium Purple #8A5EDF
RGB
CMYK
RGB Variations
Color information
#8A5EDF (or 0x8A5EDF) is known color: Medium Purple. HEX triplet: 8A, 5E and DF. RGB value is (138,94,223). Sum of RGB (Red+Green+Blue) = 138+94+223=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5EDF is #75A120. Grayscale: #797979. Windows color (decimal): -7708961 or 14638730. OLE color: 14638730.
HSL color Cylindrical-coordinate representation of color #8A5EDF: hue angle of 260.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A5EDF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 94 | 223 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.13 |
| HSL | 260.47º | 0.67% | 0.62% | - |
| HSV(B) | 260.47º | 0.58% | 0.87% | - |
| XYZ | 27.8 | 18.74 | 71.96 | - |
| YUV | 121.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 223 | 0.38 | 0.58 | 0 | 0.13 | 260.47 | 0.67 | 0.62 |
| Hex | 8A | 5E | DF | 26 | 3A | 0 | D | 104 | 43 | 3E |
| Octal | 212 | 136 | 337 | 46 | 72 | 0 | 15 | 404 | 103 | 76 |
| Binary | 10001010 | 1011110 | 11011111 | 100110 | 111010 | 0 | 1101 | 100000100 | 1000011 | 111110 |
Color Harmonies of #8A5EDF
Complementary color
Monochromatic Colors of #8A5EDF
Black with #8A5EDF
Text Example
Text Example
White with #8A5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5EDF; }
p { color: rgb(138,94,223); }
H1.HeaderClassName
{
color: #8A5EDF;
}
.AnyTagClassName
{
color: #8A5EDF;
}
</style>
background-color css
<style>
a { background-color: #8A5EDF; }
a { background-color: rgb(138,94,223); }
div.DivClassName
{
background-color: #8A5EDF;
}
.BgClassName
{
background-color: #8A5EDF;
}
</style>
border-color css
<style>
span { border-color: #8A5EDF; }
span { border-color: rgb(138,94,223); }
td.TdClassName
{
border-color: #8A5EDF;
}
.TagClassName
{
border-color: #8A5EDF;
}
</style>