Shades of Medium Purple #8B7FDD
Tints of Medium Purple #8B7FDD
RGB
CMYK
RGB Variations
Color information
#8B7FDD (or 0x8B7FDD) is known color: Medium Purple. HEX triplet: 8B, 7F and DD. RGB value is (139,127,221). Sum of RGB (Red+Green+Blue) = 139+127+221=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FDD is #748022. Grayscale: #8C8C8C. Windows color (decimal): -7634979 or 14516107. OLE color: 14516107.
HSL color Cylindrical-coordinate representation of color #8B7FDD: hue angle of 247.66º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7FDD is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 127 | 221 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.13 |
| HSL | 247.66º | 0.58% | 0.68% | - |
| HSV(B) | 247.66º | 0.43% | 0.87% | - |
| XYZ | 31.29 | 25.89 | 71.75 | - |
| YUV | 141.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 221 | 0.37 | 0.43 | 0 | 0.13 | 247.66 | 0.58 | 0.68 |
| Hex | 8B | 7F | DD | 25 | 2B | 0 | D | F8 | 3A | 44 |
| Octal | 213 | 177 | 335 | 45 | 53 | 0 | 15 | 370 | 72 | 104 |
| Binary | 10001011 | 1111111 | 11011101 | 100101 | 101011 | 0 | 1101 | 11111000 | 111010 | 1000100 |
Color Harmonies of #8B7FDD
Complementary color
Monochromatic Colors of #8B7FDD
Black with #8B7FDD
Text Example
Text Example
White with #8B7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FDD; }
p { color: rgb(139,127,221); }
H1.HeaderClassName
{
color: #8B7FDD;
}
.AnyTagClassName
{
color: #8B7FDD;
}
</style>
background-color css
<style>
a { background-color: #8B7FDD; }
a { background-color: rgb(139,127,221); }
div.DivClassName
{
background-color: #8B7FDD;
}
.BgClassName
{
background-color: #8B7FDD;
}
</style>
border-color css
<style>
span { border-color: #8B7FDD; }
span { border-color: rgb(139,127,221); }
td.TdClassName
{
border-color: #8B7FDD;
}
.TagClassName
{
border-color: #8B7FDD;
}
</style>