Shades of Medium Purple #8D83E4
Tints of Medium Purple #8D83E4
RGB
CMYK
RGB Variations
Color information
#8D83E4 (or 0x8D83E4) is known color: Medium Purple. HEX triplet: 8D, 83 and E4. RGB value is (141,131,228). Sum of RGB (Red+Green+Blue) = 141+131+228=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D83E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83E4 is #727C1B. Grayscale: #909090. Windows color (decimal): -7502876 or 14975885. OLE color: 14975885.
HSL color Cylindrical-coordinate representation of color #8D83E4: hue angle of 246.19º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D83E4 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 131 | 228 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.11 |
| HSL | 246.19º | 0.64% | 0.7% | - |
| HSV(B) | 246.19º | 0.43% | 0.89% | - |
| XYZ | 33.1 | 27.5 | 76.96 | - |
| YUV | 145.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 228 | 0.38 | 0.43 | 0 | 0.11 | 246.19 | 0.64 | 0.7 |
| Hex | 8D | 83 | E4 | 26 | 2B | 0 | B | F6 | 40 | 46 |
| Octal | 215 | 203 | 344 | 46 | 53 | 0 | 13 | 366 | 100 | 106 |
| Binary | 10001101 | 10000011 | 11100100 | 100110 | 101011 | 0 | 1011 | 11110110 | 1000000 | 1000110 |
Color Harmonies of #8D83E4
Complementary color
Monochromatic Colors of #8D83E4
Black with #8D83E4
Text Example
Text Example
White with #8D83E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83E4; }
p { color: rgb(141,131,228); }
H1.HeaderClassName
{
color: #8D83E4;
}
.AnyTagClassName
{
color: #8D83E4;
}
</style>
background-color css
<style>
a { background-color: #8D83E4; }
a { background-color: rgb(141,131,228); }
div.DivClassName
{
background-color: #8D83E4;
}
.BgClassName
{
background-color: #8D83E4;
}
</style>
border-color css
<style>
span { border-color: #8D83E4; }
span { border-color: rgb(141,131,228); }
td.TdClassName
{
border-color: #8D83E4;
}
.TagClassName
{
border-color: #8D83E4;
}
</style>