Shades of Medium Purple #8B7ADC
Tints of Medium Purple #8B7ADC
RGB
CMYK
RGB Variations
Color information
#8B7ADC (or 0x8B7ADC) is known color: Medium Purple. HEX triplet: 8B, 7A and DC. RGB value is (139,122,220). Sum of RGB (Red+Green+Blue) = 139+122+220=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ADC is #748523. Grayscale: #898989. Windows color (decimal): -7636260 or 14449291. OLE color: 14449291.
HSL color Cylindrical-coordinate representation of color #8B7ADC: hue angle of 250.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B7ADC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 122 | 220 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.14 |
| HSL | 250.41º | 0.58% | 0.67% | - |
| HSV(B) | 250.41º | 0.45% | 0.86% | - |
| XYZ | 30.53 | 24.58 | 70.84 | - |
| YUV | 138.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 220 | 0.37 | 0.45 | 0 | 0.14 | 250.41 | 0.58 | 0.67 |
| Hex | 8B | 7A | DC | 25 | 2D | 0 | E | FA | 3A | 43 |
| Octal | 213 | 172 | 334 | 45 | 55 | 0 | 16 | 372 | 72 | 103 |
| Binary | 10001011 | 1111010 | 11011100 | 100101 | 101101 | 0 | 1110 | 11111010 | 111010 | 1000011 |
Color Harmonies of #8B7ADC
Complementary color
Monochromatic Colors of #8B7ADC
Black with #8B7ADC
Text Example
Text Example
White with #8B7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7ADC; }
p { color: rgb(139,122,220); }
H1.HeaderClassName
{
color: #8B7ADC;
}
.AnyTagClassName
{
color: #8B7ADC;
}
</style>
background-color css
<style>
a { background-color: #8B7ADC; }
a { background-color: rgb(139,122,220); }
div.DivClassName
{
background-color: #8B7ADC;
}
.BgClassName
{
background-color: #8B7ADC;
}
</style>
border-color css
<style>
span { border-color: #8B7ADC; }
span { border-color: rgb(139,122,220); }
td.TdClassName
{
border-color: #8B7ADC;
}
.TagClassName
{
border-color: #8B7ADC;
}
</style>