Shades of Medium Purple #8B6ADE
Tints of Medium Purple #8B6ADE
RGB
CMYK
RGB Variations
Color information
#8B6ADE (or 0x8B6ADE) is known color: Medium Purple. HEX triplet: 8B, 6A and DE. RGB value is (139,106,222). Sum of RGB (Red+Green+Blue) = 139+106+222=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ADE is #749521. Grayscale: #808080. Windows color (decimal): -7640354 or 14576267. OLE color: 14576267.
HSL color Cylindrical-coordinate representation of color #8B6ADE: hue angle of 257.07º degrees, saturation: 0.64, 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 #8B6ADE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 106 | 222 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.13 |
| HSL | 257.07º | 0.64% | 0.64% | - |
| HSV(B) | 257.07º | 0.52% | 0.87% | - |
| XYZ | 28.99 | 21.07 | 71.65 | - |
| YUV | 129.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 222 | 0.37 | 0.52 | 0 | 0.13 | 257.07 | 0.64 | 0.64 |
| Hex | 8B | 6A | DE | 25 | 34 | 0 | D | 101 | 40 | 40 |
| Octal | 213 | 152 | 336 | 45 | 64 | 0 | 15 | 401 | 100 | 100 |
| Binary | 10001011 | 1101010 | 11011110 | 100101 | 110100 | 0 | 1101 | 100000001 | 1000000 | 1000000 |
Color Harmonies of #8B6ADE
Complementary color
Monochromatic Colors of #8B6ADE
Black with #8B6ADE
Text Example
Text Example
White with #8B6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6ADE; }
p { color: rgb(139,106,222); }
H1.HeaderClassName
{
color: #8B6ADE;
}
.AnyTagClassName
{
color: #8B6ADE;
}
</style>
background-color css
<style>
a { background-color: #8B6ADE; }
a { background-color: rgb(139,106,222); }
div.DivClassName
{
background-color: #8B6ADE;
}
.BgClassName
{
background-color: #8B6ADE;
}
</style>
border-color css
<style>
span { border-color: #8B6ADE; }
span { border-color: rgb(139,106,222); }
td.TdClassName
{
border-color: #8B6ADE;
}
.TagClassName
{
border-color: #8B6ADE;
}
</style>