Shades of Dark Purple #8F107D
Tints of Dark Purple #8F107D
RGB
CMYK
RGB Variations
Color information
#8F107D (or 0x8F107D) is known color: Dark Purple. HEX triplet: 8F, 10 and 7D. RGB value is (143,16,125). Sum of RGB (Red+Green+Blue) = 143+16+125=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F107D is #70EF82. Grayscale: #424242. Windows color (decimal): -7401347 or 8196239. OLE color: 8196239.
HSL color Cylindrical-coordinate representation of color #8F107D: hue angle of 308.5º 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 #8F107D is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 125 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.44 |
| HSL | 308.5º | 0.8% | 0.31% | - |
| HSV(B) | 308.5º | 0.89% | 0.56% | - |
| XYZ | 15.21 | 7.69 | 20.08 | - |
| YUV | 66.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 125 | 0 | 0.89 | 0.13 | 0.44 | 308.5 | 0.8 | 0.31 |
| Hex | 8F | 10 | 7D | 0 | 59 | D | 2C | 135 | 50 | 1F |
| Octal | 217 | 20 | 175 | 0 | 131 | 15 | 54 | 465 | 120 | 37 |
| Binary | 10001111 | 10000 | 1111101 | 0 | 1011001 | 1101 | 101100 | 100110101 | 1010000 | 11111 |
Color Harmonies of #8F107D
Complementary color
Monochromatic Colors of #8F107D
Black with #8F107D
Text Example
Text Example
White with #8F107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F107D; }
p { color: rgb(143,16,125); }
H1.HeaderClassName
{
color: #8F107D;
}
.AnyTagClassName
{
color: #8F107D;
}
</style>
background-color css
<style>
a { background-color: #8F107D; }
a { background-color: rgb(143,16,125); }
div.DivClassName
{
background-color: #8F107D;
}
.BgClassName
{
background-color: #8F107D;
}
</style>
border-color css
<style>
span { border-color: #8F107D; }
span { border-color: rgb(143,16,125); }
td.TdClassName
{
border-color: #8F107D;
}
.TagClassName
{
border-color: #8F107D;
}
</style>