Shades of Medium Purple #8B5FDB
Tints of Medium Purple #8B5FDB
RGB
CMYK
RGB Variations
Color information
#8B5FDB (or 0x8B5FDB) is known color: Medium Purple. HEX triplet: 8B, 5F and DB. RGB value is (139,95,219). Sum of RGB (Red+Green+Blue) = 139+95+219=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B5FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5FDB is #74A024. Grayscale: #797979. Windows color (decimal): -7643173 or 14376843. OLE color: 14376843.
HSL color Cylindrical-coordinate representation of color #8B5FDB: hue angle of 261.29º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B5FDB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 95 | 219 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.14 |
| HSL | 261.29º | 0.63% | 0.62% | - |
| HSV(B) | 261.29º | 0.57% | 0.86% | - |
| XYZ | 27.53 | 18.79 | 69.19 | - |
| YUV | 122.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 219 | 0.37 | 0.57 | 0 | 0.14 | 261.29 | 0.63 | 0.62 |
| Hex | 8B | 5F | DB | 25 | 39 | 0 | E | 105 | 3F | 3E |
| Octal | 213 | 137 | 333 | 45 | 71 | 0 | 16 | 405 | 77 | 76 |
| Binary | 10001011 | 1011111 | 11011011 | 100101 | 111001 | 0 | 1110 | 100000101 | 111111 | 111110 |
Color Harmonies of #8B5FDB
Complementary color
Monochromatic Colors of #8B5FDB
Black with #8B5FDB
Text Example
Text Example
White with #8B5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FDB; }
p { color: rgb(139,95,219); }
H1.HeaderClassName
{
color: #8B5FDB;
}
.AnyTagClassName
{
color: #8B5FDB;
}
</style>
background-color css
<style>
a { background-color: #8B5FDB; }
a { background-color: rgb(139,95,219); }
div.DivClassName
{
background-color: #8B5FDB;
}
.BgClassName
{
background-color: #8B5FDB;
}
</style>
border-color css
<style>
span { border-color: #8B5FDB; }
span { border-color: rgb(139,95,219); }
td.TdClassName
{
border-color: #8B5FDB;
}
.TagClassName
{
border-color: #8B5FDB;
}
</style>