Shades of Medium Purple #8A6DD5
Tints of Medium Purple #8A6DD5
RGB
CMYK
RGB Variations
Color information
#8A6DD5 (or 0x8A6DD5) is known color: Medium Purple. HEX triplet: 8A, 6D and D5. RGB value is (138,109,213). Sum of RGB (Red+Green+Blue) = 138+109+213=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DD5 is #75922A. Grayscale: #818181. Windows color (decimal): -7705131 or 13987210. OLE color: 13987210.
HSL color Cylindrical-coordinate representation of color #8A6DD5: hue angle of 256.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A6DD5 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 109 | 213 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.16 |
| HSL | 256.73º | 0.55% | 0.63% | - |
| HSV(B) | 256.73º | 0.49% | 0.84% | - |
| XYZ | 27.96 | 21.14 | 65.56 | - |
| YUV | 129.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 213 | 0.35 | 0.49 | 0 | 0.16 | 256.73 | 0.55 | 0.63 |
| Hex | 8A | 6D | D5 | 23 | 31 | 0 | 10 | 101 | 37 | 3F |
| Octal | 212 | 155 | 325 | 43 | 61 | 0 | 20 | 401 | 67 | 77 |
| Binary | 10001010 | 1101101 | 11010101 | 100011 | 110001 | 0 | 10000 | 100000001 | 110111 | 111111 |
Color Harmonies of #8A6DD5
Complementary color
Monochromatic Colors of #8A6DD5
Black with #8A6DD5
Text Example
Text Example
White with #8A6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DD5; }
p { color: rgb(138,109,213); }
H1.HeaderClassName
{
color: #8A6DD5;
}
.AnyTagClassName
{
color: #8A6DD5;
}
</style>
background-color css
<style>
a { background-color: #8A6DD5; }
a { background-color: rgb(138,109,213); }
div.DivClassName
{
background-color: #8A6DD5;
}
.BgClassName
{
background-color: #8A6DD5;
}
</style>
border-color css
<style>
span { border-color: #8A6DD5; }
span { border-color: rgb(138,109,213); }
td.TdClassName
{
border-color: #8A6DD5;
}
.TagClassName
{
border-color: #8A6DD5;
}
</style>