Shades of Medium Purple #8D6CDE
Tints of Medium Purple #8D6CDE
RGB
CMYK
RGB Variations
Color information
#8D6CDE (or 0x8D6CDE) is known color: Medium Purple. HEX triplet: 8D, 6C and DE. RGB value is (141,108,222). Sum of RGB (Red+Green+Blue) = 141+108+222=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D6CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CDE is #729321. Grayscale: #828282. Windows color (decimal): -7508770 or 14576781. OLE color: 14576781.
HSL color Cylindrical-coordinate representation of color #8D6CDE: hue angle of 257.37º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6CDE is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 108 | 222 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.13 |
| HSL | 257.37º | 0.63% | 0.65% | - |
| HSV(B) | 257.37º | 0.51% | 0.87% | - |
| XYZ | 29.53 | 21.66 | 71.73 | - |
| YUV | 130.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 222 | 0.36 | 0.51 | 0 | 0.13 | 257.37 | 0.63 | 0.65 |
| Hex | 8D | 6C | DE | 24 | 33 | 0 | D | 101 | 3F | 41 |
| Octal | 215 | 154 | 336 | 44 | 63 | 0 | 15 | 401 | 77 | 101 |
| Binary | 10001101 | 1101100 | 11011110 | 100100 | 110011 | 0 | 1101 | 100000001 | 111111 | 1000001 |
Color Harmonies of #8D6CDE
Complementary color
Monochromatic Colors of #8D6CDE
Black with #8D6CDE
Text Example
Text Example
White with #8D6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CDE; }
p { color: rgb(141,108,222); }
H1.HeaderClassName
{
color: #8D6CDE;
}
.AnyTagClassName
{
color: #8D6CDE;
}
</style>
background-color css
<style>
a { background-color: #8D6CDE; }
a { background-color: rgb(141,108,222); }
div.DivClassName
{
background-color: #8D6CDE;
}
.BgClassName
{
background-color: #8D6CDE;
}
</style>
border-color css
<style>
span { border-color: #8D6CDE; }
span { border-color: rgb(141,108,222); }
td.TdClassName
{
border-color: #8D6CDE;
}
.TagClassName
{
border-color: #8D6CDE;
}
</style>