Shades of Medium Purple #8B5ADB
Tints of Medium Purple #8B5ADB
RGB
CMYK
RGB Variations
Color information
#8B5ADB (or 0x8B5ADB) is known color: Medium Purple. HEX triplet: 8B, 5A and DB. RGB value is (139,90,219). Sum of RGB (Red+Green+Blue) = 139+90+219=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ADB is #74A524. Grayscale: #767676. Windows color (decimal): -7644453 or 14375563. OLE color: 14375563.
HSL color Cylindrical-coordinate representation of color #8B5ADB: hue angle of 262.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B5ADB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 90 | 219 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.14 |
| HSL | 262.79º | 0.64% | 0.61% | - |
| HSV(B) | 262.79º | 0.59% | 0.86% | - |
| XYZ | 27.09 | 17.92 | 69.05 | - |
| YUV | 119.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 219 | 0.37 | 0.59 | 0 | 0.14 | 262.79 | 0.64 | 0.61 |
| Hex | 8B | 5A | DB | 25 | 3B | 0 | E | 107 | 40 | 3D |
| Octal | 213 | 132 | 333 | 45 | 73 | 0 | 16 | 407 | 100 | 75 |
| Binary | 10001011 | 1011010 | 11011011 | 100101 | 111011 | 0 | 1110 | 100000111 | 1000000 | 111101 |
Color Harmonies of #8B5ADB
Complementary color
Monochromatic Colors of #8B5ADB
Black with #8B5ADB
Text Example
Text Example
White with #8B5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5ADB; }
p { color: rgb(139,90,219); }
H1.HeaderClassName
{
color: #8B5ADB;
}
.AnyTagClassName
{
color: #8B5ADB;
}
</style>
background-color css
<style>
a { background-color: #8B5ADB; }
a { background-color: rgb(139,90,219); }
div.DivClassName
{
background-color: #8B5ADB;
}
.BgClassName
{
background-color: #8B5ADB;
}
</style>
border-color css
<style>
span { border-color: #8B5ADB; }
span { border-color: rgb(139,90,219); }
td.TdClassName
{
border-color: #8B5ADB;
}
.TagClassName
{
border-color: #8B5ADB;
}
</style>