Shades of Medium Purple #8D7DD7
Tints of Medium Purple #8D7DD7
RGB
CMYK
RGB Variations
Color information
#8D7DD7 (or 0x8D7DD7) is known color: Medium Purple. HEX triplet: 8D, 7D and D7. RGB value is (141,125,215). Sum of RGB (Red+Green+Blue) = 141+125+215=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D7DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DD7 is #728228. Grayscale: #8B8B8B. Windows color (decimal): -7504425 or 14122381. OLE color: 14122381.
HSL color Cylindrical-coordinate representation of color #8D7DD7: hue angle of 250.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D7DD7 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 125 | 215 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.16 |
| HSL | 250.67º | 0.53% | 0.67% | - |
| HSV(B) | 250.67º | 0.42% | 0.84% | - |
| XYZ | 30.58 | 25.24 | 67.55 | - |
| YUV | 140.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 215 | 0.34 | 0.42 | 0 | 0.16 | 250.67 | 0.53 | 0.67 |
| Hex | 8D | 7D | D7 | 22 | 2A | 0 | 10 | FB | 35 | 43 |
| Octal | 215 | 175 | 327 | 42 | 52 | 0 | 20 | 373 | 65 | 103 |
| Binary | 10001101 | 1111101 | 11010111 | 100010 | 101010 | 0 | 10000 | 11111011 | 110101 | 1000011 |
Color Harmonies of #8D7DD7
Complementary color
Monochromatic Colors of #8D7DD7
Black with #8D7DD7
Text Example
Text Example
White with #8D7DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DD7; }
p { color: rgb(141,125,215); }
H1.HeaderClassName
{
color: #8D7DD7;
}
.AnyTagClassName
{
color: #8D7DD7;
}
</style>
background-color css
<style>
a { background-color: #8D7DD7; }
a { background-color: rgb(141,125,215); }
div.DivClassName
{
background-color: #8D7DD7;
}
.BgClassName
{
background-color: #8D7DD7;
}
</style>
border-color css
<style>
span { border-color: #8D7DD7; }
span { border-color: rgb(141,125,215); }
td.TdClassName
{
border-color: #8D7DD7;
}
.TagClassName
{
border-color: #8D7DD7;
}
</style>