Shades of Medium Purple #8B58DD
Tints of Medium Purple #8B58DD
RGB
CMYK
RGB Variations
Color information
#8B58DD (or 0x8B58DD) is known color: Medium Purple. HEX triplet: 8B, 58 and DD. RGB value is (139,88,221). Sum of RGB (Red+Green+Blue) = 139+88+221=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B58DD is #74A722. Grayscale: #757575. Windows color (decimal): -7644963 or 14506123. OLE color: 14506123.
HSL color Cylindrical-coordinate representation of color #8B58DD: hue angle of 263.01º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B58DD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 88 | 221 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.13 |
| HSL | 263.01º | 0.66% | 0.61% | - |
| HSV(B) | 263.01º | 0.6% | 0.87% | - |
| XYZ | 27.19 | 17.69 | 70.39 | - |
| YUV | 118.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 221 | 0.37 | 0.60 | 0 | 0.13 | 263.01 | 0.66 | 0.61 |
| Hex | 8B | 58 | DD | 25 | 3C | 0 | D | 107 | 42 | 3D |
| Octal | 213 | 130 | 335 | 45 | 74 | 0 | 15 | 407 | 102 | 75 |
| Binary | 10001011 | 1011000 | 11011101 | 100101 | 111100 | 0 | 1101 | 100000111 | 1000010 | 111101 |
Color Harmonies of #8B58DD
Complementary color
Monochromatic Colors of #8B58DD
Black with #8B58DD
Text Example
Text Example
White with #8B58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58DD; }
p { color: rgb(139,88,221); }
H1.HeaderClassName
{
color: #8B58DD;
}
.AnyTagClassName
{
color: #8B58DD;
}
</style>
background-color css
<style>
a { background-color: #8B58DD; }
a { background-color: rgb(139,88,221); }
div.DivClassName
{
background-color: #8B58DD;
}
.BgClassName
{
background-color: #8B58DD;
}
</style>
border-color css
<style>
span { border-color: #8B58DD; }
span { border-color: rgb(139,88,221); }
td.TdClassName
{
border-color: #8B58DD;
}
.TagClassName
{
border-color: #8B58DD;
}
</style>