Shades of Dark Purple #8F0E77
Tints of Dark Purple #8F0E77
RGB
CMYK
RGB Variations
Color information
#8F0E77 (or 0x8F0E77) is known color: Dark Purple. HEX triplet: 8F, 0E and 77. RGB value is (143,14,119). Sum of RGB (Red+Green+Blue) = 143+14+119=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E77 is #70F188. Grayscale: #404040. Windows color (decimal): -7401865 or 7802511. OLE color: 7802511.
HSL color Cylindrical-coordinate representation of color #8F0E77: hue angle of 311.16º 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 #8F0E77 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 119 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.44 |
| HSL | 311.16º | 0.82% | 0.31% | - |
| HSV(B) | 311.16º | 0.9% | 0.56% | - |
| XYZ | 14.81 | 7.49 | 18.12 | - |
| YUV | 64.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 119 | 0 | 0.90 | 0.17 | 0.44 | 311.16 | 0.82 | 0.31 |
| Hex | 8F | E | 77 | 0 | 5A | 11 | 2C | 137 | 52 | 1F |
| Octal | 217 | 16 | 167 | 0 | 132 | 21 | 54 | 467 | 122 | 37 |
| Binary | 10001111 | 1110 | 1110111 | 0 | 1011010 | 10001 | 101100 | 100110111 | 1010010 | 11111 |
Color Harmonies of #8F0E77
Complementary color
Monochromatic Colors of #8F0E77
Black with #8F0E77
Text Example
Text Example
White with #8F0E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E77; }
p { color: rgb(143,14,119); }
H1.HeaderClassName
{
color: #8F0E77;
}
.AnyTagClassName
{
color: #8F0E77;
}
</style>
background-color css
<style>
a { background-color: #8F0E77; }
a { background-color: rgb(143,14,119); }
div.DivClassName
{
background-color: #8F0E77;
}
.BgClassName
{
background-color: #8F0E77;
}
</style>
border-color css
<style>
span { border-color: #8F0E77; }
span { border-color: rgb(143,14,119); }
td.TdClassName
{
border-color: #8F0E77;
}
.TagClassName
{
border-color: #8F0E77;
}
</style>