Shades of Medium Purple #8B7BDF
Tints of Medium Purple #8B7BDF
RGB
CMYK
RGB Variations
Color information
#8B7BDF (or 0x8B7BDF) is known color: Medium Purple. HEX triplet: 8B, 7B and DF. RGB value is (139,123,223). Sum of RGB (Red+Green+Blue) = 139+123+223=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BDF is #748420. Grayscale: #8A8A8A. Windows color (decimal): -7636001 or 14646155. OLE color: 14646155.
HSL color Cylindrical-coordinate representation of color #8B7BDF: hue angle of 249.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B7BDF is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 123 | 223 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.13 |
| HSL | 249.6º | 0.61% | 0.68% | - |
| HSV(B) | 249.6º | 0.45% | 0.87% | - |
| XYZ | 31.05 | 24.98 | 73 | - |
| YUV | 139.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 223 | 0.38 | 0.45 | 0 | 0.13 | 249.6 | 0.61 | 0.68 |
| Hex | 8B | 7B | DF | 26 | 2D | 0 | D | FA | 3D | 44 |
| Octal | 213 | 173 | 337 | 46 | 55 | 0 | 15 | 372 | 75 | 104 |
| Binary | 10001011 | 1111011 | 11011111 | 100110 | 101101 | 0 | 1101 | 11111010 | 111101 | 1000100 |
Color Harmonies of #8B7BDF
Complementary color
Monochromatic Colors of #8B7BDF
Black with #8B7BDF
Text Example
Text Example
White with #8B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BDF; }
p { color: rgb(139,123,223); }
H1.HeaderClassName
{
color: #8B7BDF;
}
.AnyTagClassName
{
color: #8B7BDF;
}
</style>
background-color css
<style>
a { background-color: #8B7BDF; }
a { background-color: rgb(139,123,223); }
div.DivClassName
{
background-color: #8B7BDF;
}
.BgClassName
{
background-color: #8B7BDF;
}
</style>
border-color css
<style>
span { border-color: #8B7BDF; }
span { border-color: rgb(139,123,223); }
td.TdClassName
{
border-color: #8B7BDF;
}
.TagClassName
{
border-color: #8B7BDF;
}
</style>