Shades of Dark Purple #8F157E
Tints of Dark Purple #8F157E
RGB
CMYK
RGB Variations
Color information
#8F157E (or 0x8F157E) is known color: Dark Purple. HEX triplet: 8F, 15 and 7E. RGB value is (143,21,126). Sum of RGB (Red+Green+Blue) = 143+21+126=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F157E is #70EA81. Grayscale: #454545. Windows color (decimal): -7400066 or 8263055. OLE color: 8263055.
HSL color Cylindrical-coordinate representation of color #8F157E: hue angle of 308.36º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F157E is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 126 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.44 |
| HSL | 308.36º | 0.74% | 0.32% | - |
| HSV(B) | 308.36º | 0.85% | 0.56% | - |
| XYZ | 15.36 | 7.88 | 20.45 | - |
| YUV | 69.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 126 | 0 | 0.85 | 0.12 | 0.44 | 308.36 | 0.74 | 0.32 |
| Hex | 8F | 15 | 7E | 0 | 55 | C | 2C | 134 | 4A | 20 |
| Octal | 217 | 25 | 176 | 0 | 125 | 14 | 54 | 464 | 112 | 40 |
| Binary | 10001111 | 10101 | 1111110 | 0 | 1010101 | 1100 | 101100 | 100110100 | 1001010 | 100000 |
Color Harmonies of #8F157E
Complementary color
Monochromatic Colors of #8F157E
Black with #8F157E
Text Example
Text Example
White with #8F157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F157E; }
p { color: rgb(143,21,126); }
H1.HeaderClassName
{
color: #8F157E;
}
.AnyTagClassName
{
color: #8F157E;
}
</style>
background-color css
<style>
a { background-color: #8F157E; }
a { background-color: rgb(143,21,126); }
div.DivClassName
{
background-color: #8F157E;
}
.BgClassName
{
background-color: #8F157E;
}
</style>
border-color css
<style>
span { border-color: #8F157E; }
span { border-color: rgb(143,21,126); }
td.TdClassName
{
border-color: #8F157E;
}
.TagClassName
{
border-color: #8F157E;
}
</style>