Shades of Medium Purple #8A6EDD
Tints of Medium Purple #8A6EDD
RGB
CMYK
RGB Variations
Color information
#8A6EDD (or 0x8A6EDD) is known color: Medium Purple. HEX triplet: 8A, 6E and DD. RGB value is (138,110,221). Sum of RGB (Red+Green+Blue) = 138+110+221=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6EDD is #759122. Grayscale: #828282. Windows color (decimal): -7704867 or 14511754. OLE color: 14511754.
HSL color Cylindrical-coordinate representation of color #8A6EDD: hue angle of 255.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A6EDD is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 110 | 221 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.13 |
| HSL | 255.14º | 0.62% | 0.65% | - |
| HSV(B) | 255.14º | 0.5% | 0.87% | - |
| XYZ | 29.11 | 21.78 | 71.08 | - |
| YUV | 131.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 221 | 0.38 | 0.50 | 0 | 0.13 | 255.14 | 0.62 | 0.65 |
| Hex | 8A | 6E | DD | 26 | 32 | 0 | D | FF | 3E | 41 |
| Octal | 212 | 156 | 335 | 46 | 62 | 0 | 15 | 377 | 76 | 101 |
| Binary | 10001010 | 1101110 | 11011101 | 100110 | 110010 | 0 | 1101 | 11111111 | 111110 | 1000001 |
Color Harmonies of #8A6EDD
Complementary color
Monochromatic Colors of #8A6EDD
Black with #8A6EDD
Text Example
Text Example
White with #8A6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EDD; }
p { color: rgb(138,110,221); }
H1.HeaderClassName
{
color: #8A6EDD;
}
.AnyTagClassName
{
color: #8A6EDD;
}
</style>
background-color css
<style>
a { background-color: #8A6EDD; }
a { background-color: rgb(138,110,221); }
div.DivClassName
{
background-color: #8A6EDD;
}
.BgClassName
{
background-color: #8A6EDD;
}
</style>
border-color css
<style>
span { border-color: #8A6EDD; }
span { border-color: rgb(138,110,221); }
td.TdClassName
{
border-color: #8A6EDD;
}
.TagClassName
{
border-color: #8A6EDD;
}
</style>