Shades of Medium Purple #8F7BE5
Tints of Medium Purple #8F7BE5
RGB
CMYK
RGB Variations
Color information
#8F7BE5 (or 0x8F7BE5) is known color: Medium Purple. HEX triplet: 8F, 7B and E5. RGB value is (143,123,229). Sum of RGB (Red+Green+Blue) = 143+123+229=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F7BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BE5 is #70841A. Grayscale: #8C8C8C. Windows color (decimal): -7373851 or 15039375. OLE color: 15039375.
HSL color Cylindrical-coordinate representation of color #8F7BE5: hue angle of 251.32º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F7BE5 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 123 | 229 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.10 |
| HSL | 251.32º | 0.67% | 0.69% | - |
| HSV(B) | 251.32º | 0.46% | 0.9% | - |
| XYZ | 32.55 | 25.66 | 77.37 | - |
| YUV | 141.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 229 | 0.38 | 0.46 | 0 | 0.10 | 251.32 | 0.67 | 0.69 |
| Hex | 8F | 7B | E5 | 26 | 2E | 0 | A | FB | 43 | 45 |
| Octal | 217 | 173 | 345 | 46 | 56 | 0 | 12 | 373 | 103 | 105 |
| Binary | 10001111 | 1111011 | 11100101 | 100110 | 101110 | 0 | 1010 | 11111011 | 1000011 | 1000101 |
Color Harmonies of #8F7BE5
Complementary color
Monochromatic Colors of #8F7BE5
Black with #8F7BE5
Text Example
Text Example
White with #8F7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BE5; }
p { color: rgb(143,123,229); }
H1.HeaderClassName
{
color: #8F7BE5;
}
.AnyTagClassName
{
color: #8F7BE5;
}
</style>
background-color css
<style>
a { background-color: #8F7BE5; }
a { background-color: rgb(143,123,229); }
div.DivClassName
{
background-color: #8F7BE5;
}
.BgClassName
{
background-color: #8F7BE5;
}
</style>
border-color css
<style>
span { border-color: #8F7BE5; }
span { border-color: rgb(143,123,229); }
td.TdClassName
{
border-color: #8F7BE5;
}
.TagClassName
{
border-color: #8F7BE5;
}
</style>