Shades of Medium Purple #8F72D7
Tints of Medium Purple #8F72D7
RGB
CMYK
RGB Variations
Color information
#8F72D7 (or 0x8F72D7) is known color: Medium Purple. HEX triplet: 8F, 72 and D7. RGB value is (143,114,215). Sum of RGB (Red+Green+Blue) = 143+114+215=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #8F72D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72D7 is #708D28. Grayscale: #858585. Windows color (decimal): -7376169 or 14119567. OLE color: 14119567.
HSL color Cylindrical-coordinate representation of color #8F72D7: hue angle of 257.23º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F72D7 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 114 | 215 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.16 |
| HSL | 257.23º | 0.56% | 0.65% | - |
| HSV(B) | 257.23º | 0.47% | 0.84% | - |
| XYZ | 29.61 | 22.78 | 67.13 | - |
| YUV | 134.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 215 | 0.33 | 0.47 | 0 | 0.16 | 257.23 | 0.56 | 0.65 |
| Hex | 8F | 72 | D7 | 21 | 2F | 0 | 10 | 101 | 38 | 41 |
| Octal | 217 | 162 | 327 | 41 | 57 | 0 | 20 | 401 | 70 | 101 |
| Binary | 10001111 | 1110010 | 11010111 | 100001 | 101111 | 0 | 10000 | 100000001 | 111000 | 1000001 |
Color Harmonies of #8F72D7
Complementary color
Monochromatic Colors of #8F72D7
Black with #8F72D7
Text Example
Text Example
White with #8F72D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72D7; }
p { color: rgb(143,114,215); }
H1.HeaderClassName
{
color: #8F72D7;
}
.AnyTagClassName
{
color: #8F72D7;
}
</style>
background-color css
<style>
a { background-color: #8F72D7; }
a { background-color: rgb(143,114,215); }
div.DivClassName
{
background-color: #8F72D7;
}
.BgClassName
{
background-color: #8F72D7;
}
</style>
border-color css
<style>
span { border-color: #8F72D7; }
span { border-color: rgb(143,114,215); }
td.TdClassName
{
border-color: #8F72D7;
}
.TagClassName
{
border-color: #8F72D7;
}
</style>