Shades of Dark Purple #8F0E7F
Tints of Dark Purple #8F0E7F
RGB
CMYK
RGB Variations
Color information
#8F0E7F (or 0x8F0E7F) is known color: Dark Purple. HEX triplet: 8F, 0E and 7F. RGB value is (143,14,127). Sum of RGB (Red+Green+Blue) = 143+14+127=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E7F is #70F180. Grayscale: #414141. Windows color (decimal): -7401857 or 8326799. OLE color: 8326799.
HSL color Cylindrical-coordinate representation of color #8F0E7F: hue angle of 307.44º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E7F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 127 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.44 |
| HSL | 307.44º | 0.82% | 0.31% | - |
| HSV(B) | 307.44º | 0.9% | 0.56% | - |
| XYZ | 15.32 | 7.69 | 20.76 | - |
| YUV | 65.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 127 | 0 | 0.90 | 0.11 | 0.44 | 307.44 | 0.82 | 0.31 |
| Hex | 8F | E | 7F | 0 | 5A | B | 2C | 133 | 52 | 1F |
| Octal | 217 | 16 | 177 | 0 | 132 | 13 | 54 | 463 | 122 | 37 |
| Binary | 10001111 | 1110 | 1111111 | 0 | 1011010 | 1011 | 101100 | 100110011 | 1010010 | 11111 |
Color Harmonies of #8F0E7F
Complementary color
Monochromatic Colors of #8F0E7F
Black with #8F0E7F
Text Example
Text Example
White with #8F0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E7F; }
p { color: rgb(143,14,127); }
H1.HeaderClassName
{
color: #8F0E7F;
}
.AnyTagClassName
{
color: #8F0E7F;
}
</style>
background-color css
<style>
a { background-color: #8F0E7F; }
a { background-color: rgb(143,14,127); }
div.DivClassName
{
background-color: #8F0E7F;
}
.BgClassName
{
background-color: #8F0E7F;
}
</style>
border-color css
<style>
span { border-color: #8F0E7F; }
span { border-color: rgb(143,14,127); }
td.TdClassName
{
border-color: #8F0E7F;
}
.TagClassName
{
border-color: #8F0E7F;
}
</style>