Shades of Dark Purple #8F107F
Tints of Dark Purple #8F107F
RGB
CMYK
RGB Variations
Color information
#8F107F (or 0x8F107F) is known color: Dark Purple. HEX triplet: 8F, 10 and 7F. RGB value is (143,16,127). Sum of RGB (Red+Green+Blue) = 143+16+127=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F107F is #70EF80. Grayscale: #424242. Windows color (decimal): -7401345 or 8327311. OLE color: 8327311.
HSL color Cylindrical-coordinate representation of color #8F107F: hue angle of 307.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F107F is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 127 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.44 |
| HSL | 307.56º | 0.8% | 0.31% | - |
| HSV(B) | 307.56º | 0.89% | 0.56% | - |
| XYZ | 15.34 | 7.74 | 20.76 | - |
| YUV | 66.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 127 | 0 | 0.89 | 0.11 | 0.44 | 307.56 | 0.8 | 0.31 |
| Hex | 8F | 10 | 7F | 0 | 59 | B | 2C | 134 | 50 | 1F |
| Octal | 217 | 20 | 177 | 0 | 131 | 13 | 54 | 464 | 120 | 37 |
| Binary | 10001111 | 10000 | 1111111 | 0 | 1011001 | 1011 | 101100 | 100110100 | 1010000 | 11111 |
Color Harmonies of #8F107F
Complementary color
Monochromatic Colors of #8F107F
Black with #8F107F
Text Example
Text Example
White with #8F107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F107F; }
p { color: rgb(143,16,127); }
H1.HeaderClassName
{
color: #8F107F;
}
.AnyTagClassName
{
color: #8F107F;
}
</style>
background-color css
<style>
a { background-color: #8F107F; }
a { background-color: rgb(143,16,127); }
div.DivClassName
{
background-color: #8F107F;
}
.BgClassName
{
background-color: #8F107F;
}
</style>
border-color css
<style>
span { border-color: #8F107F; }
span { border-color: rgb(143,16,127); }
td.TdClassName
{
border-color: #8F107F;
}
.TagClassName
{
border-color: #8F107F;
}
</style>