Shades of Medium Purple #8F71DD
Tints of Medium Purple #8F71DD
RGB
CMYK
RGB Variations
Color information
#8F71DD (or 0x8F71DD) is known color: Medium Purple. HEX triplet: 8F, 71 and DD. RGB value is (143,113,221). Sum of RGB (Red+Green+Blue) = 143+113+221=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F71DD is #708E22. Grayscale: #858585. Windows color (decimal): -7376419 or 14512527. OLE color: 14512527.
HSL color Cylindrical-coordinate representation of color #8F71DD: hue angle of 256.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F71DD is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 113 | 221 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.13 |
| HSL | 256.67º | 0.61% | 0.65% | - |
| HSV(B) | 256.67º | 0.49% | 0.87% | - |
| XYZ | 30.28 | 22.87 | 71.22 | - |
| YUV | 134.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 221 | 0.35 | 0.49 | 0 | 0.13 | 256.67 | 0.61 | 0.65 |
| Hex | 8F | 71 | DD | 23 | 31 | 0 | D | 101 | 3D | 41 |
| Octal | 217 | 161 | 335 | 43 | 61 | 0 | 15 | 401 | 75 | 101 |
| Binary | 10001111 | 1110001 | 11011101 | 100011 | 110001 | 0 | 1101 | 100000001 | 111101 | 1000001 |
Color Harmonies of #8F71DD
Complementary color
Monochromatic Colors of #8F71DD
Black with #8F71DD
Text Example
Text Example
White with #8F71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F71DD; }
p { color: rgb(143,113,221); }
H1.HeaderClassName
{
color: #8F71DD;
}
.AnyTagClassName
{
color: #8F71DD;
}
</style>
background-color css
<style>
a { background-color: #8F71DD; }
a { background-color: rgb(143,113,221); }
div.DivClassName
{
background-color: #8F71DD;
}
.BgClassName
{
background-color: #8F71DD;
}
</style>
border-color css
<style>
span { border-color: #8F71DD; }
span { border-color: rgb(143,113,221); }
td.TdClassName
{
border-color: #8F71DD;
}
.TagClassName
{
border-color: #8F71DD;
}
</style>