Shades of Medium Purple #8F7AE5
Tints of Medium Purple #8F7AE5
RGB
CMYK
RGB Variations
Color information
#8F7AE5 (or 0x8F7AE5) is known color: Medium Purple. HEX triplet: 8F, 7A and E5. RGB value is (143,122,229). Sum of RGB (Red+Green+Blue) = 143+122+229=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F7AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7AE5 is #70851A. Grayscale: #8C8C8C. Windows color (decimal): -7374107 or 15039119. OLE color: 15039119.
HSL color Cylindrical-coordinate representation of color #8F7AE5: hue angle of 251.78º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F7AE5 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 122 | 229 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.10 |
| HSL | 251.78º | 0.67% | 0.69% | - |
| HSV(B) | 251.78º | 0.47% | 0.9% | - |
| XYZ | 32.43 | 25.42 | 77.33 | - |
| YUV | 140.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 229 | 0.38 | 0.47 | 0 | 0.10 | 251.78 | 0.67 | 0.69 |
| Hex | 8F | 7A | E5 | 26 | 2F | 0 | A | FC | 43 | 45 |
| Octal | 217 | 172 | 345 | 46 | 57 | 0 | 12 | 374 | 103 | 105 |
| Binary | 10001111 | 1111010 | 11100101 | 100110 | 101111 | 0 | 1010 | 11111100 | 1000011 | 1000101 |
Color Harmonies of #8F7AE5
Complementary color
Monochromatic Colors of #8F7AE5
Black with #8F7AE5
Text Example
Text Example
White with #8F7AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AE5; }
p { color: rgb(143,122,229); }
H1.HeaderClassName
{
color: #8F7AE5;
}
.AnyTagClassName
{
color: #8F7AE5;
}
</style>
background-color css
<style>
a { background-color: #8F7AE5; }
a { background-color: rgb(143,122,229); }
div.DivClassName
{
background-color: #8F7AE5;
}
.BgClassName
{
background-color: #8F7AE5;
}
</style>
border-color css
<style>
span { border-color: #8F7AE5; }
span { border-color: rgb(143,122,229); }
td.TdClassName
{
border-color: #8F7AE5;
}
.TagClassName
{
border-color: #8F7AE5;
}
</style>