Shades of Medium Purple #8F7CD3
Tints of Medium Purple #8F7CD3
RGB
CMYK
RGB Variations
Color information
#8F7CD3 (or 0x8F7CD3) is known color: Medium Purple. HEX triplet: 8F, 7C and D3. RGB value is (143,124,211). Sum of RGB (Red+Green+Blue) = 143+124+211=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #8F7CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CD3 is #70832C. Grayscale: #8B8B8B. Windows color (decimal): -7373613 or 13859983. OLE color: 13859983.
HSL color Cylindrical-coordinate representation of color #8F7CD3: hue angle of 253.1º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7CD3 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 124 | 211 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.17 |
| HSL | 253.1º | 0.5% | 0.66% | - |
| HSV(B) | 253.1º | 0.41% | 0.83% | - |
| XYZ | 30.29 | 24.96 | 64.85 | - |
| YUV | 139.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 211 | 0.32 | 0.41 | 0 | 0.17 | 253.1 | 0.5 | 0.66 |
| Hex | 8F | 7C | D3 | 20 | 29 | 0 | 11 | FD | 32 | 42 |
| Octal | 217 | 174 | 323 | 40 | 51 | 0 | 21 | 375 | 62 | 102 |
| Binary | 10001111 | 1111100 | 11010011 | 100000 | 101001 | 0 | 10001 | 11111101 | 110010 | 1000010 |
Color Harmonies of #8F7CD3
Complementary color
Monochromatic Colors of #8F7CD3
Black with #8F7CD3
Text Example
Text Example
White with #8F7CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CD3; }
p { color: rgb(143,124,211); }
H1.HeaderClassName
{
color: #8F7CD3;
}
.AnyTagClassName
{
color: #8F7CD3;
}
</style>
background-color css
<style>
a { background-color: #8F7CD3; }
a { background-color: rgb(143,124,211); }
div.DivClassName
{
background-color: #8F7CD3;
}
.BgClassName
{
background-color: #8F7CD3;
}
</style>
border-color css
<style>
span { border-color: #8F7CD3; }
span { border-color: rgb(143,124,211); }
td.TdClassName
{
border-color: #8F7CD3;
}
.TagClassName
{
border-color: #8F7CD3;
}
</style>