Shades of Medium Purple #8B7DDB
Tints of Medium Purple #8B7DDB
RGB
CMYK
RGB Variations
Color information
#8B7DDB (or 0x8B7DDB) is known color: Medium Purple. HEX triplet: 8B, 7D and DB. RGB value is (139,125,219). Sum of RGB (Red+Green+Blue) = 139+125+219=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 125 (49.22% from 255 or 25.88% 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 #8B7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DDB is #748224. Grayscale: #8B8B8B. Windows color (decimal): -7635493 or 14384523. OLE color: 14384523.
HSL color Cylindrical-coordinate representation of color #8B7DDB: hue angle of 248.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7DDB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 125 | 219 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.14 |
| HSL | 248.94º | 0.57% | 0.67% | - |
| HSV(B) | 248.94º | 0.43% | 0.86% | - |
| XYZ | 30.77 | 25.27 | 70.27 | - |
| YUV | 139.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 219 | 0.37 | 0.43 | 0 | 0.14 | 248.94 | 0.57 | 0.67 |
| Hex | 8B | 7D | DB | 25 | 2B | 0 | E | F9 | 39 | 43 |
| Octal | 213 | 175 | 333 | 45 | 53 | 0 | 16 | 371 | 71 | 103 |
| Binary | 10001011 | 1111101 | 11011011 | 100101 | 101011 | 0 | 1110 | 11111001 | 111001 | 1000011 |
Color Harmonies of #8B7DDB
Complementary color
Monochromatic Colors of #8B7DDB
Black with #8B7DDB
Text Example
Text Example
White with #8B7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7DDB; }
p { color: rgb(139,125,219); }
H1.HeaderClassName
{
color: #8B7DDB;
}
.AnyTagClassName
{
color: #8B7DDB;
}
</style>
background-color css
<style>
a { background-color: #8B7DDB; }
a { background-color: rgb(139,125,219); }
div.DivClassName
{
background-color: #8B7DDB;
}
.BgClassName
{
background-color: #8B7DDB;
}
</style>
border-color css
<style>
span { border-color: #8B7DDB; }
span { border-color: rgb(139,125,219); }
td.TdClassName
{
border-color: #8B7DDB;
}
.TagClassName
{
border-color: #8B7DDB;
}
</style>