Shades of Medium Purple #8B6EDF
Tints of Medium Purple #8B6EDF
RGB
CMYK
RGB Variations
Color information
#8B6EDF (or 0x8B6EDF) is known color: Medium Purple. HEX triplet: 8B, 6E and DF. RGB value is (139,110,223). Sum of RGB (Red+Green+Blue) = 139+110+223=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B6EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6EDF is #749120. Grayscale: #838383. Windows color (decimal): -7639329 or 14642827. OLE color: 14642827.
HSL color Cylindrical-coordinate representation of color #8B6EDF: hue angle of 255.4º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B6EDF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 110 | 223 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.13 |
| HSL | 255.4º | 0.64% | 0.65% | - |
| HSV(B) | 255.4º | 0.51% | 0.87% | - |
| XYZ | 29.54 | 21.97 | 72.5 | - |
| YUV | 131.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 223 | 0.38 | 0.51 | 0 | 0.13 | 255.4 | 0.64 | 0.65 |
| Hex | 8B | 6E | DF | 26 | 33 | 0 | D | FF | 40 | 41 |
| Octal | 213 | 156 | 337 | 46 | 63 | 0 | 15 | 377 | 100 | 101 |
| Binary | 10001011 | 1101110 | 11011111 | 100110 | 110011 | 0 | 1101 | 11111111 | 1000000 | 1000001 |
Color Harmonies of #8B6EDF
Complementary color
Monochromatic Colors of #8B6EDF
Black with #8B6EDF
Text Example
Text Example
White with #8B6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6EDF; }
p { color: rgb(139,110,223); }
H1.HeaderClassName
{
color: #8B6EDF;
}
.AnyTagClassName
{
color: #8B6EDF;
}
</style>
background-color css
<style>
a { background-color: #8B6EDF; }
a { background-color: rgb(139,110,223); }
div.DivClassName
{
background-color: #8B6EDF;
}
.BgClassName
{
background-color: #8B6EDF;
}
</style>
border-color css
<style>
span { border-color: #8B6EDF; }
span { border-color: rgb(139,110,223); }
td.TdClassName
{
border-color: #8B6EDF;
}
.TagClassName
{
border-color: #8B6EDF;
}
</style>