Shades of Medium Purple #8D7BDA
Tints of Medium Purple #8D7BDA
RGB
CMYK
RGB Variations
Color information
#8D7BDA (or 0x8D7BDA) is known color: Medium Purple. HEX triplet: 8D, 7B and DA. RGB value is (141,123,218). Sum of RGB (Red+Green+Blue) = 141+123+218=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BDA is #728425. Grayscale: #8A8A8A. Windows color (decimal): -7504934 or 14318477. OLE color: 14318477.
HSL color Cylindrical-coordinate representation of color #8D7BDA: hue angle of 251.37º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D7BDA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 123 | 218 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.15 |
| HSL | 251.37º | 0.56% | 0.67% | - |
| HSV(B) | 251.37º | 0.44% | 0.85% | - |
| XYZ | 30.72 | 24.89 | 69.51 | - |
| YUV | 139.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 218 | 0.35 | 0.44 | 0 | 0.15 | 251.37 | 0.56 | 0.67 |
| Hex | 8D | 7B | DA | 23 | 2C | 0 | F | FB | 38 | 43 |
| Octal | 215 | 173 | 332 | 43 | 54 | 0 | 17 | 373 | 70 | 103 |
| Binary | 10001101 | 1111011 | 11011010 | 100011 | 101100 | 0 | 1111 | 11111011 | 111000 | 1000011 |
Color Harmonies of #8D7BDA
Complementary color
Monochromatic Colors of #8D7BDA
Black with #8D7BDA
Text Example
Text Example
White with #8D7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BDA; }
p { color: rgb(141,123,218); }
H1.HeaderClassName
{
color: #8D7BDA;
}
.AnyTagClassName
{
color: #8D7BDA;
}
</style>
background-color css
<style>
a { background-color: #8D7BDA; }
a { background-color: rgb(141,123,218); }
div.DivClassName
{
background-color: #8D7BDA;
}
.BgClassName
{
background-color: #8D7BDA;
}
</style>
border-color css
<style>
span { border-color: #8D7BDA; }
span { border-color: rgb(141,123,218); }
td.TdClassName
{
border-color: #8D7BDA;
}
.TagClassName
{
border-color: #8D7BDA;
}
</style>