Shades of Strikemaster #8F4D77
Tints of Strikemaster #8F4D77
RGB
CMYK
RGB Variations
Color information
#8F4D77 (or 0x8F4D77) is known color: Strikemaster. HEX triplet: 8F, 4D and 77. RGB value is (143,77,119). Sum of RGB (Red+Green+Blue) = 143+77+119=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D77 is #70B288. Grayscale: #656565. Windows color (decimal): -7385737 or 7818639. OLE color: 7818639.
HSL color Cylindrical-coordinate representation of color #8F4D77: hue angle of 321.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D77 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 119 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.44 |
| HSL | 321.82º | 0.3% | 0.43% | - |
| HSV(B) | 321.82º | 0.46% | 0.56% | - |
| XYZ | 17.31 | 12.48 | 18.95 | - |
| YUV | 101.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 119 | 0 | 0.46 | 0.17 | 0.44 | 321.82 | 0.3 | 0.43 |
| Hex | 8F | 4D | 77 | 0 | 2E | 11 | 2C | 142 | 1E | 2B |
| Octal | 217 | 115 | 167 | 0 | 56 | 21 | 54 | 502 | 36 | 53 |
| Binary | 10001111 | 1001101 | 1110111 | 0 | 101110 | 10001 | 101100 | 101000010 | 11110 | 101011 |
Color Harmonies of #8F4D77
Complementary color
Monochromatic Colors of #8F4D77
Black with #8F4D77
Text Example
Text Example
White with #8F4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D77; }
p { color: rgb(143,77,119); }
H1.HeaderClassName
{
color: #8F4D77;
}
.AnyTagClassName
{
color: #8F4D77;
}
</style>
background-color css
<style>
a { background-color: #8F4D77; }
a { background-color: rgb(143,77,119); }
div.DivClassName
{
background-color: #8F4D77;
}
.BgClassName
{
background-color: #8F4D77;
}
</style>
border-color css
<style>
span { border-color: #8F4D77; }
span { border-color: rgb(143,77,119); }
td.TdClassName
{
border-color: #8F4D77;
}
.TagClassName
{
border-color: #8F4D77;
}
</style>