Shades of Medium Purple #8D6CED
Tints of Medium Purple #8D6CED
RGB
CMYK
RGB Variations
Color information
#8D6CED (or 0x8D6CED) is known color: Medium Purple. HEX triplet: 8D, 6C and ED. RGB value is (141,108,237). Sum of RGB (Red+Green+Blue) = 141+108+237=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6CED is #729312. Grayscale: #848484. Windows color (decimal): -7508755 or 15559821. OLE color: 15559821.
HSL color Cylindrical-coordinate representation of color #8D6CED: hue angle of 255.35º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D6CED is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 108 | 237 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.07 |
| HSL | 255.35º | 0.78% | 0.68% | - |
| HSV(B) | 255.35º | 0.54% | 0.93% | - |
| XYZ | 31.63 | 22.5 | 82.8 | - |
| YUV | 132.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 237 | 0.41 | 0.54 | 0 | 0.07 | 255.35 | 0.78 | 0.68 |
| Hex | 8D | 6C | ED | 29 | 36 | 0 | 7 | FF | 4E | 44 |
| Octal | 215 | 154 | 355 | 51 | 66 | 0 | 7 | 377 | 116 | 104 |
| Binary | 10001101 | 1101100 | 11101101 | 101001 | 110110 | 0 | 111 | 11111111 | 1001110 | 1000100 |
Color Harmonies of #8D6CED
Complementary color
Monochromatic Colors of #8D6CED
Black with #8D6CED
Text Example
Text Example
White with #8D6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CED; }
p { color: rgb(141,108,237); }
H1.HeaderClassName
{
color: #8D6CED;
}
.AnyTagClassName
{
color: #8D6CED;
}
</style>
background-color css
<style>
a { background-color: #8D6CED; }
a { background-color: rgb(141,108,237); }
div.DivClassName
{
background-color: #8D6CED;
}
.BgClassName
{
background-color: #8D6CED;
}
</style>
border-color css
<style>
span { border-color: #8D6CED; }
span { border-color: rgb(141,108,237); }
td.TdClassName
{
border-color: #8D6CED;
}
.TagClassName
{
border-color: #8D6CED;
}
</style>