Shades of Medium Purple #8F5BEA
Tints of Medium Purple #8F5BEA
RGB
CMYK
RGB Variations
Color information
#8F5BEA (or 0x8F5BEA) is known color: Medium Purple. HEX triplet: 8F, 5B and EA. RGB value is (143,91,234). Sum of RGB (Red+Green+Blue) = 143+91+234=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F5BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5BEA is #70A415. Grayscale: #7A7A7A. Windows color (decimal): -7382038 or 15358863. OLE color: 15358863.
HSL color Cylindrical-coordinate representation of color #8F5BEA: hue angle of 261.82º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F5BEA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 91 | 234 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.08 |
| HSL | 261.82º | 0.77% | 0.64% | - |
| HSV(B) | 261.82º | 0.61% | 0.92% | - |
| XYZ | 29.92 | 19.26 | 79.98 | - |
| YUV | 122.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 234 | 0.39 | 0.61 | 0 | 0.08 | 261.82 | 0.77 | 0.64 |
| Hex | 8F | 5B | EA | 27 | 3D | 0 | 8 | 106 | 4D | 40 |
| Octal | 217 | 133 | 352 | 47 | 75 | 0 | 10 | 406 | 115 | 100 |
| Binary | 10001111 | 1011011 | 11101010 | 100111 | 111101 | 0 | 1000 | 100000110 | 1001101 | 1000000 |
Color Harmonies of #8F5BEA
Complementary color
Monochromatic Colors of #8F5BEA
Black with #8F5BEA
Text Example
Text Example
White with #8F5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BEA; }
p { color: rgb(143,91,234); }
H1.HeaderClassName
{
color: #8F5BEA;
}
.AnyTagClassName
{
color: #8F5BEA;
}
</style>
background-color css
<style>
a { background-color: #8F5BEA; }
a { background-color: rgb(143,91,234); }
div.DivClassName
{
background-color: #8F5BEA;
}
.BgClassName
{
background-color: #8F5BEA;
}
</style>
border-color css
<style>
span { border-color: #8F5BEA; }
span { border-color: rgb(143,91,234); }
td.TdClassName
{
border-color: #8F5BEA;
}
.TagClassName
{
border-color: #8F5BEA;
}
</style>