Shades of Medium Purple #8D7BDB
Tints of Medium Purple #8D7BDB
RGB
CMYK
RGB Variations
Color information
#8D7BDB (or 0x8D7BDB) is known color: Medium Purple. HEX triplet: 8D, 7B and DB. RGB value is (141,123,219). Sum of RGB (Red+Green+Blue) = 141+123+219=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BDB is #728424. Grayscale: #8A8A8A. Windows color (decimal): -7504933 or 14384013. OLE color: 14384013.
HSL color Cylindrical-coordinate representation of color #8D7BDB: hue angle of 251.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D7BDB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 123 | 219 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.14 |
| HSL | 251.25º | 0.57% | 0.67% | - |
| HSV(B) | 251.25º | 0.44% | 0.86% | - |
| XYZ | 30.85 | 24.94 | 70.21 | - |
| YUV | 139.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 219 | 0.36 | 0.44 | 0 | 0.14 | 251.25 | 0.57 | 0.67 |
| Hex | 8D | 7B | DB | 24 | 2C | 0 | E | FB | 39 | 43 |
| Octal | 215 | 173 | 333 | 44 | 54 | 0 | 16 | 373 | 71 | 103 |
| Binary | 10001101 | 1111011 | 11011011 | 100100 | 101100 | 0 | 1110 | 11111011 | 111001 | 1000011 |
Color Harmonies of #8D7BDB
Complementary color
Monochromatic Colors of #8D7BDB
Black with #8D7BDB
Text Example
Text Example
White with #8D7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BDB; }
p { color: rgb(141,123,219); }
H1.HeaderClassName
{
color: #8D7BDB;
}
.AnyTagClassName
{
color: #8D7BDB;
}
</style>
background-color css
<style>
a { background-color: #8D7BDB; }
a { background-color: rgb(141,123,219); }
div.DivClassName
{
background-color: #8D7BDB;
}
.BgClassName
{
background-color: #8D7BDB;
}
</style>
border-color css
<style>
span { border-color: #8D7BDB; }
span { border-color: rgb(141,123,219); }
td.TdClassName
{
border-color: #8D7BDB;
}
.TagClassName
{
border-color: #8D7BDB;
}
</style>