Shades of Strikemaster #8F4E77
Tints of Strikemaster #8F4E77
RGB
CMYK
RGB Variations
Color information
#8F4E77 (or 0x8F4E77) is known color: Strikemaster. HEX triplet: 8F, 4E and 77. RGB value is (143,78,119). Sum of RGB (Red+Green+Blue) = 143+78+119=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4E77 is #70B188. Grayscale: #666666. Windows color (decimal): -7385481 or 7818895. OLE color: 7818895.
HSL color Cylindrical-coordinate representation of color #8F4E77: hue angle of 322.15º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4E77 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 119 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.44 |
| HSL | 322.15º | 0.29% | 0.43% | - |
| HSV(B) | 322.15º | 0.45% | 0.56% | - |
| XYZ | 17.38 | 12.62 | 18.97 | - |
| YUV | 102.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 119 | 0 | 0.45 | 0.17 | 0.44 | 322.15 | 0.29 | 0.43 |
| Hex | 8F | 4E | 77 | 0 | 2D | 11 | 2C | 142 | 1D | 2B |
| Octal | 217 | 116 | 167 | 0 | 55 | 21 | 54 | 502 | 35 | 53 |
| Binary | 10001111 | 1001110 | 1110111 | 0 | 101101 | 10001 | 101100 | 101000010 | 11101 | 101011 |
Color Harmonies of #8F4E77
Complementary color
Monochromatic Colors of #8F4E77
Black with #8F4E77
Text Example
Text Example
White with #8F4E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E77; }
p { color: rgb(143,78,119); }
H1.HeaderClassName
{
color: #8F4E77;
}
.AnyTagClassName
{
color: #8F4E77;
}
</style>
background-color css
<style>
a { background-color: #8F4E77; }
a { background-color: rgb(143,78,119); }
div.DivClassName
{
background-color: #8F4E77;
}
.BgClassName
{
background-color: #8F4E77;
}
</style>
border-color css
<style>
span { border-color: #8F4E77; }
span { border-color: rgb(143,78,119); }
td.TdClassName
{
border-color: #8F4E77;
}
.TagClassName
{
border-color: #8F4E77;
}
</style>