Shades of Medium Purple #8B63E1
Tints of Medium Purple #8B63E1
RGB
CMYK
RGB Variations
Color information
#8B63E1 (or 0x8B63E1) is known color: Medium Purple. HEX triplet: 8B, 63 and E1. RGB value is (139,99,225). Sum of RGB (Red+Green+Blue) = 139+99+225=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B63E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63E1 is #749C1E. Grayscale: #7C7C7C. Windows color (decimal): -7642143 or 14771083. OLE color: 14771083.
HSL color Cylindrical-coordinate representation of color #8B63E1: hue angle of 259.05º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B63E1 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 99 | 225 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.12 |
| HSL | 259.05º | 0.68% | 0.64% | - |
| HSV(B) | 259.05º | 0.56% | 0.88% | - |
| XYZ | 28.7 | 19.85 | 73.55 | - |
| YUV | 125.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 225 | 0.38 | 0.56 | 0 | 0.12 | 259.05 | 0.68 | 0.64 |
| Hex | 8B | 63 | E1 | 26 | 38 | 0 | C | 103 | 44 | 40 |
| Octal | 213 | 143 | 341 | 46 | 70 | 0 | 14 | 403 | 104 | 100 |
| Binary | 10001011 | 1100011 | 11100001 | 100110 | 111000 | 0 | 1100 | 100000011 | 1000100 | 1000000 |
Color Harmonies of #8B63E1
Complementary color
Monochromatic Colors of #8B63E1
Black with #8B63E1
Text Example
Text Example
White with #8B63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B63E1; }
p { color: rgb(139,99,225); }
H1.HeaderClassName
{
color: #8B63E1;
}
.AnyTagClassName
{
color: #8B63E1;
}
</style>
background-color css
<style>
a { background-color: #8B63E1; }
a { background-color: rgb(139,99,225); }
div.DivClassName
{
background-color: #8B63E1;
}
.BgClassName
{
background-color: #8B63E1;
}
</style>
border-color css
<style>
span { border-color: #8B63E1; }
span { border-color: rgb(139,99,225); }
td.TdClassName
{
border-color: #8B63E1;
}
.TagClassName
{
border-color: #8B63E1;
}
</style>