Shades of Dark Purple #8F107A
Tints of Dark Purple #8F107A
RGB
CMYK
RGB Variations
Color information
#8F107A (or 0x8F107A) is known color: Dark Purple. HEX triplet: 8F, 10 and 7A. RGB value is (143,16,122). Sum of RGB (Red+Green+Blue) = 143+16+122=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F107A is #70EF85. Grayscale: #414141. Windows color (decimal): -7401350 or 7999631. OLE color: 7999631.
HSL color Cylindrical-coordinate representation of color #8F107A: hue angle of 309.92º 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 #8F107A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 122 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.44 |
| HSL | 309.92º | 0.8% | 0.31% | - |
| HSV(B) | 309.92º | 0.89% | 0.56% | - |
| XYZ | 15.03 | 7.62 | 19.09 | - |
| YUV | 66.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 122 | 0 | 0.89 | 0.15 | 0.44 | 309.92 | 0.8 | 0.31 |
| Hex | 8F | 10 | 7A | 0 | 59 | F | 2C | 136 | 50 | 1F |
| Octal | 217 | 20 | 172 | 0 | 131 | 17 | 54 | 466 | 120 | 37 |
| Binary | 10001111 | 10000 | 1111010 | 0 | 1011001 | 1111 | 101100 | 100110110 | 1010000 | 11111 |
Color Harmonies of #8F107A
Complementary color
Monochromatic Colors of #8F107A
Black with #8F107A
Text Example
Text Example
White with #8F107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F107A; }
p { color: rgb(143,16,122); }
H1.HeaderClassName
{
color: #8F107A;
}
.AnyTagClassName
{
color: #8F107A;
}
</style>
background-color css
<style>
a { background-color: #8F107A; }
a { background-color: rgb(143,16,122); }
div.DivClassName
{
background-color: #8F107A;
}
.BgClassName
{
background-color: #8F107A;
}
</style>
border-color css
<style>
span { border-color: #8F107A; }
span { border-color: rgb(143,16,122); }
td.TdClassName
{
border-color: #8F107A;
}
.TagClassName
{
border-color: #8F107A;
}
</style>