Shades of Medium Purple #8D82DF
Tints of Medium Purple #8D82DF
RGB
CMYK
RGB Variations
Color information
#8D82DF (or 0x8D82DF) is known color: Medium Purple. HEX triplet: 8D, 82 and DF. RGB value is (141,130,223). Sum of RGB (Red+Green+Blue) = 141+130+223=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D82DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82DF is #727D20. Grayscale: #8F8F8F. Windows color (decimal): -7503137 or 14647949. OLE color: 14647949.
HSL color Cylindrical-coordinate representation of color #8D82DF: hue angle of 247.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D82DF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 130 | 223 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.13 |
| HSL | 247.1º | 0.59% | 0.69% | - |
| HSV(B) | 247.1º | 0.42% | 0.87% | - |
| XYZ | 32.29 | 26.96 | 73.31 | - |
| YUV | 143.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 223 | 0.37 | 0.42 | 0 | 0.13 | 247.1 | 0.59 | 0.69 |
| Hex | 8D | 82 | DF | 25 | 2A | 0 | D | F7 | 3B | 45 |
| Octal | 215 | 202 | 337 | 45 | 52 | 0 | 15 | 367 | 73 | 105 |
| Binary | 10001101 | 10000010 | 11011111 | 100101 | 101010 | 0 | 1101 | 11110111 | 111011 | 1000101 |
Color Harmonies of #8D82DF
Complementary color
Monochromatic Colors of #8D82DF
Black with #8D82DF
Text Example
Text Example
White with #8D82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82DF; }
p { color: rgb(141,130,223); }
H1.HeaderClassName
{
color: #8D82DF;
}
.AnyTagClassName
{
color: #8D82DF;
}
</style>
background-color css
<style>
a { background-color: #8D82DF; }
a { background-color: rgb(141,130,223); }
div.DivClassName
{
background-color: #8D82DF;
}
.BgClassName
{
background-color: #8D82DF;
}
</style>
border-color css
<style>
span { border-color: #8D82DF; }
span { border-color: rgb(141,130,223); }
td.TdClassName
{
border-color: #8D82DF;
}
.TagClassName
{
border-color: #8D82DF;
}
</style>