Shades of Medium Purple #8B7AD8
Tints of Medium Purple #8B7AD8
RGB
CMYK
RGB Variations
Color information
#8B7AD8 (or 0x8B7AD8) is known color: Medium Purple. HEX triplet: 8B, 7A and D8. RGB value is (139,122,216). Sum of RGB (Red+Green+Blue) = 139+122+216=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AD8 is #748527. Grayscale: #898989. Windows color (decimal): -7636264 or 14187147. OLE color: 14187147.
HSL color Cylindrical-coordinate representation of color #8B7AD8: hue angle of 250.85º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B7AD8 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 122 | 216 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.15 |
| HSL | 250.85º | 0.55% | 0.66% | - |
| HSV(B) | 250.85º | 0.44% | 0.85% | - |
| XYZ | 30 | 24.37 | 68.09 | - |
| YUV | 137.8 | 172.13 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 216 | 0.36 | 0.44 | 0 | 0.15 | 250.85 | 0.55 | 0.66 |
| Hex | 8B | 7A | D8 | 24 | 2C | 0 | F | FB | 37 | 42 |
| Octal | 213 | 172 | 330 | 44 | 54 | 0 | 17 | 373 | 67 | 102 |
| Binary | 10001011 | 1111010 | 11011000 | 100100 | 101100 | 0 | 1111 | 11111011 | 110111 | 1000010 |
Color Harmonies of #8B7AD8
Complementary color
Monochromatic Colors of #8B7AD8
Black with #8B7AD8
Text Example
Text Example
White with #8B7AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AD8; }
p { color: rgb(139,122,216); }
H1.HeaderClassName
{
color: #8B7AD8;
}
.AnyTagClassName
{
color: #8B7AD8;
}
</style>
background-color css
<style>
a { background-color: #8B7AD8; }
a { background-color: rgb(139,122,216); }
div.DivClassName
{
background-color: #8B7AD8;
}
.BgClassName
{
background-color: #8B7AD8;
}
</style>
border-color css
<style>
span { border-color: #8B7AD8; }
span { border-color: rgb(139,122,216); }
td.TdClassName
{
border-color: #8B7AD8;
}
.TagClassName
{
border-color: #8B7AD8;
}
</style>