Shades of Medium Purple #8B61DB
Tints of Medium Purple #8B61DB
RGB
CMYK
RGB Variations
Color information
#8B61DB (or 0x8B61DB) is known color: Medium Purple. HEX triplet: 8B, 61 and DB. RGB value is (139,97,219). Sum of RGB (Red+Green+Blue) = 139+97+219=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B61DB is #749E24. Grayscale: #7B7B7B. Windows color (decimal): -7642661 or 14377355. OLE color: 14377355.
HSL color Cylindrical-coordinate representation of color #8B61DB: hue angle of 260.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B61DB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 97 | 219 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.14 |
| HSL | 260.66º | 0.63% | 0.62% | - |
| HSV(B) | 260.66º | 0.56% | 0.86% | - |
| XYZ | 27.71 | 19.15 | 69.25 | - |
| YUV | 123.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 219 | 0.37 | 0.56 | 0 | 0.14 | 260.66 | 0.63 | 0.62 |
| Hex | 8B | 61 | DB | 25 | 38 | 0 | E | 105 | 3F | 3E |
| Octal | 213 | 141 | 333 | 45 | 70 | 0 | 16 | 405 | 77 | 76 |
| Binary | 10001011 | 1100001 | 11011011 | 100101 | 111000 | 0 | 1110 | 100000101 | 111111 | 111110 |
Color Harmonies of #8B61DB
Complementary color
Monochromatic Colors of #8B61DB
Black with #8B61DB
Text Example
Text Example
White with #8B61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B61DB; }
p { color: rgb(139,97,219); }
H1.HeaderClassName
{
color: #8B61DB;
}
.AnyTagClassName
{
color: #8B61DB;
}
</style>
background-color css
<style>
a { background-color: #8B61DB; }
a { background-color: rgb(139,97,219); }
div.DivClassName
{
background-color: #8B61DB;
}
.BgClassName
{
background-color: #8B61DB;
}
</style>
border-color css
<style>
span { border-color: #8B61DB; }
span { border-color: rgb(139,97,219); }
td.TdClassName
{
border-color: #8B61DB;
}
.TagClassName
{
border-color: #8B61DB;
}
</style>