Shades of Medium Purple #8F7CDC
Tints of Medium Purple #8F7CDC
RGB
CMYK
RGB Variations
Color information
#8F7CDC (or 0x8F7CDC) is known color: Medium Purple. HEX triplet: 8F, 7C and DC. RGB value is (143,124,220). Sum of RGB (Red+Green+Blue) = 143+124+220=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CDC is #708323. Grayscale: #8C8C8C. Windows color (decimal): -7373604 or 14449807. OLE color: 14449807.
HSL color Cylindrical-coordinate representation of color #8F7CDC: hue angle of 251.87º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F7CDC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 124 | 220 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.14 |
| HSL | 251.88º | 0.58% | 0.67% | - |
| HSV(B) | 251.88º | 0.44% | 0.86% | - |
| XYZ | 31.45 | 25.42 | 70.96 | - |
| YUV | 140.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 220 | 0.35 | 0.44 | 0 | 0.14 | 251.88 | 0.58 | 0.67 |
| Hex | 8F | 7C | DC | 23 | 2C | 0 | E | FC | 3A | 43 |
| Octal | 217 | 174 | 334 | 43 | 54 | 0 | 16 | 374 | 72 | 103 |
| Binary | 10001111 | 1111100 | 11011100 | 100011 | 101100 | 0 | 1110 | 11111100 | 111010 | 1000011 |
Color Harmonies of #8F7CDC
Complementary color
Monochromatic Colors of #8F7CDC
Black with #8F7CDC
Text Example
Text Example
White with #8F7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CDC; }
p { color: rgb(143,124,220); }
H1.HeaderClassName
{
color: #8F7CDC;
}
.AnyTagClassName
{
color: #8F7CDC;
}
</style>
background-color css
<style>
a { background-color: #8F7CDC; }
a { background-color: rgb(143,124,220); }
div.DivClassName
{
background-color: #8F7CDC;
}
.BgClassName
{
background-color: #8F7CDC;
}
</style>
border-color css
<style>
span { border-color: #8F7CDC; }
span { border-color: rgb(143,124,220); }
td.TdClassName
{
border-color: #8F7CDC;
}
.TagClassName
{
border-color: #8F7CDC;
}
</style>