Shades of Medium Purple #8B5DD7
Tints of Medium Purple #8B5DD7
RGB
CMYK
RGB Variations
Color information
#8B5DD7 (or 0x8B5DD7) is known color: Medium Purple. HEX triplet: 8B, 5D and D7. RGB value is (139,93,215). Sum of RGB (Red+Green+Blue) = 139+93+215=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B5DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DD7 is #74A228. Grayscale: #787878. Windows color (decimal): -7643689 or 14114187. OLE color: 14114187.
HSL color Cylindrical-coordinate representation of color #8B5DD7: hue angle of 262.62º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B5DD7 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 93 | 215 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.16 |
| HSL | 262.62º | 0.6% | 0.6% | - |
| HSV(B) | 262.62º | 0.57% | 0.84% | - |
| XYZ | 26.83 | 18.22 | 66.39 | - |
| YUV | 120.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 215 | 0.35 | 0.57 | 0 | 0.16 | 262.62 | 0.6 | 0.6 |
| Hex | 8B | 5D | D7 | 23 | 39 | 0 | 10 | 107 | 3C | 3C |
| Octal | 213 | 135 | 327 | 43 | 71 | 0 | 20 | 407 | 74 | 74 |
| Binary | 10001011 | 1011101 | 11010111 | 100011 | 111001 | 0 | 10000 | 100000111 | 111100 | 111100 |
Color Harmonies of #8B5DD7
Complementary color
Monochromatic Colors of #8B5DD7
Black with #8B5DD7
Text Example
Text Example
White with #8B5DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DD7; }
p { color: rgb(139,93,215); }
H1.HeaderClassName
{
color: #8B5DD7;
}
.AnyTagClassName
{
color: #8B5DD7;
}
</style>
background-color css
<style>
a { background-color: #8B5DD7; }
a { background-color: rgb(139,93,215); }
div.DivClassName
{
background-color: #8B5DD7;
}
.BgClassName
{
background-color: #8B5DD7;
}
</style>
border-color css
<style>
span { border-color: #8B5DD7; }
span { border-color: rgb(139,93,215); }
td.TdClassName
{
border-color: #8B5DD7;
}
.TagClassName
{
border-color: #8B5DD7;
}
</style>