Shades of Medium Purple #8B6ADD
Tints of Medium Purple #8B6ADD
RGB
CMYK
RGB Variations
Color information
#8B6ADD (or 0x8B6ADD) is known color: Medium Purple. HEX triplet: 8B, 6A and DD. RGB value is (139,106,221). Sum of RGB (Red+Green+Blue) = 139+106+221=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ADD is #749522. Grayscale: #808080. Windows color (decimal): -7640355 or 14510731. OLE color: 14510731.
HSL color Cylindrical-coordinate representation of color #8B6ADD: hue angle of 257.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B6ADD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 106 | 221 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.13 |
| HSL | 257.22º | 0.63% | 0.64% | - |
| HSV(B) | 257.22º | 0.52% | 0.87% | - |
| XYZ | 28.85 | 21.02 | 70.94 | - |
| YUV | 128.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 221 | 0.37 | 0.52 | 0 | 0.13 | 257.22 | 0.63 | 0.64 |
| Hex | 8B | 6A | DD | 25 | 34 | 0 | D | 101 | 3F | 40 |
| Octal | 213 | 152 | 335 | 45 | 64 | 0 | 15 | 401 | 77 | 100 |
| Binary | 10001011 | 1101010 | 11011101 | 100101 | 110100 | 0 | 1101 | 100000001 | 111111 | 1000000 |
Color Harmonies of #8B6ADD
Complementary color
Monochromatic Colors of #8B6ADD
Black with #8B6ADD
Text Example
Text Example
White with #8B6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6ADD; }
p { color: rgb(139,106,221); }
H1.HeaderClassName
{
color: #8B6ADD;
}
.AnyTagClassName
{
color: #8B6ADD;
}
</style>
background-color css
<style>
a { background-color: #8B6ADD; }
a { background-color: rgb(139,106,221); }
div.DivClassName
{
background-color: #8B6ADD;
}
.BgClassName
{
background-color: #8B6ADD;
}
</style>
border-color css
<style>
span { border-color: #8B6ADD; }
span { border-color: rgb(139,106,221); }
td.TdClassName
{
border-color: #8B6ADD;
}
.TagClassName
{
border-color: #8B6ADD;
}
</style>