Shades of Dark Purple #8F157F
Tints of Dark Purple #8F157F
RGB
CMYK
RGB Variations
Color information
#8F157F (or 0x8F157F) is known color: Dark Purple. HEX triplet: 8F, 15 and 7F. RGB value is (143,21,127). Sum of RGB (Red+Green+Blue) = 143+21+127=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F157F is #70EA80. Grayscale: #454545. Windows color (decimal): -7400065 or 8328591. OLE color: 8328591.
HSL color Cylindrical-coordinate representation of color #8F157F: hue angle of 307.87º 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 #8F157F is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 127 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.44 |
| HSL | 307.87º | 0.74% | 0.32% | - |
| HSV(B) | 307.87º | 0.85% | 0.56% | - |
| XYZ | 15.43 | 7.91 | 20.79 | - |
| YUV | 69.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 127 | 0 | 0.85 | 0.11 | 0.44 | 307.87 | 0.74 | 0.32 |
| Hex | 8F | 15 | 7F | 0 | 55 | B | 2C | 134 | 4A | 20 |
| Octal | 217 | 25 | 177 | 0 | 125 | 13 | 54 | 464 | 112 | 40 |
| Binary | 10001111 | 10101 | 1111111 | 0 | 1010101 | 1011 | 101100 | 100110100 | 1001010 | 100000 |
Color Harmonies of #8F157F
Complementary color
Monochromatic Colors of #8F157F
Black with #8F157F
Text Example
Text Example
White with #8F157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F157F; }
p { color: rgb(143,21,127); }
H1.HeaderClassName
{
color: #8F157F;
}
.AnyTagClassName
{
color: #8F157F;
}
</style>
background-color css
<style>
a { background-color: #8F157F; }
a { background-color: rgb(143,21,127); }
div.DivClassName
{
background-color: #8F157F;
}
.BgClassName
{
background-color: #8F157F;
}
</style>
border-color css
<style>
span { border-color: #8F157F; }
span { border-color: rgb(143,21,127); }
td.TdClassName
{
border-color: #8F157F;
}
.TagClassName
{
border-color: #8F157F;
}
</style>