Shades of Medium Purple #8F63E1
Tints of Medium Purple #8F63E1
RGB
CMYK
RGB Variations
Color information
#8F63E1 (or 0x8F63E1) is known color: Medium Purple. HEX triplet: 8F, 63 and E1. RGB value is (143,99,225). Sum of RGB (Red+Green+Blue) = 143+99+225=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F63E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F63E1 is #709C1E. Grayscale: #7E7E7E. Windows color (decimal): -7379999 or 14771087. OLE color: 14771087.
HSL color Cylindrical-coordinate representation of color #8F63E1: hue angle of 260.95º 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 #8F63E1 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 99 | 225 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.12 |
| HSL | 260.95º | 0.68% | 0.64% | - |
| HSV(B) | 260.95º | 0.56% | 0.88% | - |
| XYZ | 29.38 | 20.2 | 73.58 | - |
| YUV | 126.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 99 | 225 | 0.36 | 0.56 | 0 | 0.12 | 260.95 | 0.68 | 0.64 |
| Hex | 8F | 63 | E1 | 24 | 38 | 0 | C | 105 | 44 | 40 |
| Octal | 217 | 143 | 341 | 44 | 70 | 0 | 14 | 405 | 104 | 100 |
| Binary | 10001111 | 1100011 | 11100001 | 100100 | 111000 | 0 | 1100 | 100000101 | 1000100 | 1000000 |
Color Harmonies of #8F63E1
Complementary color
Monochromatic Colors of #8F63E1
Black with #8F63E1
Text Example
Text Example
White with #8F63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F63E1; }
p { color: rgb(143,99,225); }
H1.HeaderClassName
{
color: #8F63E1;
}
.AnyTagClassName
{
color: #8F63E1;
}
</style>
background-color css
<style>
a { background-color: #8F63E1; }
a { background-color: rgb(143,99,225); }
div.DivClassName
{
background-color: #8F63E1;
}
.BgClassName
{
background-color: #8F63E1;
}
</style>
border-color css
<style>
span { border-color: #8F63E1; }
span { border-color: rgb(143,99,225); }
td.TdClassName
{
border-color: #8F63E1;
}
.TagClassName
{
border-color: #8F63E1;
}
</style>