Shades of Medium Purple #8B59DB
Tints of Medium Purple #8B59DB
RGB
CMYK
RGB Variations
Color information
#8B59DB (or 0x8B59DB) is known color: Medium Purple. HEX triplet: 8B, 59 and DB. RGB value is (139,89,219). Sum of RGB (Red+Green+Blue) = 139+89+219=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59DB is #74A624. Grayscale: #767676. Windows color (decimal): -7644709 or 14375307. OLE color: 14375307.
HSL color Cylindrical-coordinate representation of color #8B59DB: hue angle of 263.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B59DB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 89 | 219 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.14 |
| HSL | 263.08º | 0.64% | 0.6% | - |
| HSV(B) | 263.08º | 0.59% | 0.86% | - |
| XYZ | 27.01 | 17.75 | 69.02 | - |
| YUV | 118.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 219 | 0.37 | 0.59 | 0 | 0.14 | 263.08 | 0.64 | 0.6 |
| Hex | 8B | 59 | DB | 25 | 3B | 0 | E | 107 | 40 | 3C |
| Octal | 213 | 131 | 333 | 45 | 73 | 0 | 16 | 407 | 100 | 74 |
| Binary | 10001011 | 1011001 | 11011011 | 100101 | 111011 | 0 | 1110 | 100000111 | 1000000 | 111100 |
Color Harmonies of #8B59DB
Complementary color
Monochromatic Colors of #8B59DB
Black with #8B59DB
Text Example
Text Example
White with #8B59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59DB; }
p { color: rgb(139,89,219); }
H1.HeaderClassName
{
color: #8B59DB;
}
.AnyTagClassName
{
color: #8B59DB;
}
</style>
background-color css
<style>
a { background-color: #8B59DB; }
a { background-color: rgb(139,89,219); }
div.DivClassName
{
background-color: #8B59DB;
}
.BgClassName
{
background-color: #8B59DB;
}
</style>
border-color css
<style>
span { border-color: #8B59DB; }
span { border-color: rgb(139,89,219); }
td.TdClassName
{
border-color: #8B59DB;
}
.TagClassName
{
border-color: #8B59DB;
}
</style>