Shades of Medium Purple #8D6DD6
Tints of Medium Purple #8D6DD6
RGB
CMYK
RGB Variations
Color information
#8D6DD6 (or 0x8D6DD6) is known color: Medium Purple. HEX triplet: 8D, 6D and D6. RGB value is (141,109,214). Sum of RGB (Red+Green+Blue) = 141+109+214=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D6DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DD6 is #729229. Grayscale: #828282. Windows color (decimal): -7508522 or 14052749. OLE color: 14052749.
HSL color Cylindrical-coordinate representation of color #8D6DD6: hue angle of 258.29º degrees, saturation: 0.56, 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 #8D6DD6 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 109 | 214 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.16 |
| HSL | 258.29º | 0.56% | 0.63% | - |
| HSV(B) | 258.29º | 0.49% | 0.84% | - |
| XYZ | 28.59 | 21.46 | 66.25 | - |
| YUV | 130.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 214 | 0.34 | 0.49 | 0 | 0.16 | 258.29 | 0.56 | 0.63 |
| Hex | 8D | 6D | D6 | 22 | 31 | 0 | 10 | 102 | 38 | 3F |
| Octal | 215 | 155 | 326 | 42 | 61 | 0 | 20 | 402 | 70 | 77 |
| Binary | 10001101 | 1101101 | 11010110 | 100010 | 110001 | 0 | 10000 | 100000010 | 111000 | 111111 |
Color Harmonies of #8D6DD6
Complementary color
Monochromatic Colors of #8D6DD6
Black with #8D6DD6
Text Example
Text Example
White with #8D6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DD6; }
p { color: rgb(141,109,214); }
H1.HeaderClassName
{
color: #8D6DD6;
}
.AnyTagClassName
{
color: #8D6DD6;
}
</style>
background-color css
<style>
a { background-color: #8D6DD6; }
a { background-color: rgb(141,109,214); }
div.DivClassName
{
background-color: #8D6DD6;
}
.BgClassName
{
background-color: #8D6DD6;
}
</style>
border-color css
<style>
span { border-color: #8D6DD6; }
span { border-color: rgb(141,109,214); }
td.TdClassName
{
border-color: #8D6DD6;
}
.TagClassName
{
border-color: #8D6DD6;
}
</style>