Shades of Dark Purple #8F247F
Tints of Dark Purple #8F247F
RGB
CMYK
RGB Variations
Color information
#8F247F (or 0x8F247F) is known color: Dark Purple. HEX triplet: 8F, 24 and 7F. RGB value is (143,36,127). Sum of RGB (Red+Green+Blue) = 143+36+127=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F247F is #70DB80. Grayscale: #4E4E4E. Windows color (decimal): -7396225 or 8332431. OLE color: 8332431.
HSL color Cylindrical-coordinate representation of color #8F247F: hue angle of 308.97º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F247F is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 127 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.44 |
| HSL | 308.97º | 0.6% | 0.35% | - |
| HSV(B) | 308.97º | 0.75% | 0.56% | - |
| XYZ | 15.79 | 8.63 | 20.91 | - |
| YUV | 78.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 127 | 0 | 0.75 | 0.11 | 0.44 | 308.97 | 0.6 | 0.35 |
| Hex | 8F | 24 | 7F | 0 | 4B | B | 2C | 135 | 3C | 23 |
| Octal | 217 | 44 | 177 | 0 | 113 | 13 | 54 | 465 | 74 | 43 |
| Binary | 10001111 | 100100 | 1111111 | 0 | 1001011 | 1011 | 101100 | 100110101 | 111100 | 100011 |
Color Harmonies of #8F247F
Complementary color
Monochromatic Colors of #8F247F
Black with #8F247F
Text Example
Text Example
White with #8F247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F247F; }
p { color: rgb(143,36,127); }
H1.HeaderClassName
{
color: #8F247F;
}
.AnyTagClassName
{
color: #8F247F;
}
</style>
background-color css
<style>
a { background-color: #8F247F; }
a { background-color: rgb(143,36,127); }
div.DivClassName
{
background-color: #8F247F;
}
.BgClassName
{
background-color: #8F247F;
}
</style>
border-color css
<style>
span { border-color: #8F247F; }
span { border-color: rgb(143,36,127); }
td.TdClassName
{
border-color: #8F247F;
}
.TagClassName
{
border-color: #8F247F;
}
</style>