Shades of Medium Purple #8F7AD6
Tints of Medium Purple #8F7AD6
RGB
CMYK
RGB Variations
Color information
#8F7AD6 (or 0x8F7AD6) is known color: Medium Purple. HEX triplet: 8F, 7A and D6. RGB value is (143,122,214). Sum of RGB (Red+Green+Blue) = 143+122+214=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F7AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7AD6 is #708529. Grayscale: #8A8A8A. Windows color (decimal): -7374122 or 14056079. OLE color: 14056079.
HSL color Cylindrical-coordinate representation of color #8F7AD6: hue angle of 253.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7AD6 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 122 | 214 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.16 |
| HSL | 253.7º | 0.53% | 0.66% | - |
| HSV(B) | 253.7º | 0.43% | 0.84% | - |
| XYZ | 30.42 | 24.61 | 66.77 | - |
| YUV | 138.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 214 | 0.33 | 0.43 | 0 | 0.16 | 253.7 | 0.53 | 0.66 |
| Hex | 8F | 7A | D6 | 21 | 2B | 0 | 10 | FE | 35 | 42 |
| Octal | 217 | 172 | 326 | 41 | 53 | 0 | 20 | 376 | 65 | 102 |
| Binary | 10001111 | 1111010 | 11010110 | 100001 | 101011 | 0 | 10000 | 11111110 | 110101 | 1000010 |
Color Harmonies of #8F7AD6
Complementary color
Monochromatic Colors of #8F7AD6
Black with #8F7AD6
Text Example
Text Example
White with #8F7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AD6; }
p { color: rgb(143,122,214); }
H1.HeaderClassName
{
color: #8F7AD6;
}
.AnyTagClassName
{
color: #8F7AD6;
}
</style>
background-color css
<style>
a { background-color: #8F7AD6; }
a { background-color: rgb(143,122,214); }
div.DivClassName
{
background-color: #8F7AD6;
}
.BgClassName
{
background-color: #8F7AD6;
}
</style>
border-color css
<style>
span { border-color: #8F7AD6; }
span { border-color: rgb(143,122,214); }
td.TdClassName
{
border-color: #8F7AD6;
}
.TagClassName
{
border-color: #8F7AD6;
}
</style>