Shades of Strikemaster #8F4F78
Tints of Strikemaster #8F4F78
RGB
CMYK
RGB Variations
Color information
#8F4F78 (or 0x8F4F78) is known color: Strikemaster. HEX triplet: 8F, 4F and 78. RGB value is (143,79,120). Sum of RGB (Red+Green+Blue) = 143+79+120=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F78 is #70B087. Grayscale: #666666. Windows color (decimal): -7385224 or 7884687. OLE color: 7884687.
HSL color Cylindrical-coordinate representation of color #8F4F78: hue angle of 321.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4F78 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 79 | 120 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.44 |
| HSL | 321.56º | 0.29% | 0.44% | - |
| HSV(B) | 321.56º | 0.45% | 0.56% | - |
| XYZ | 17.51 | 12.79 | 19.31 | - |
| YUV | 102.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 120 | 0 | 0.45 | 0.16 | 0.44 | 321.56 | 0.29 | 0.44 |
| Hex | 8F | 4F | 78 | 0 | 2D | 10 | 2C | 142 | 1D | 2C |
| Octal | 217 | 117 | 170 | 0 | 55 | 20 | 54 | 502 | 35 | 54 |
| Binary | 10001111 | 1001111 | 1111000 | 0 | 101101 | 10000 | 101100 | 101000010 | 11101 | 101100 |
Color Harmonies of #8F4F78
Complementary color
Monochromatic Colors of #8F4F78
Black with #8F4F78
Text Example
Text Example
White with #8F4F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4F78; }
p { color: rgb(143,79,120); }
H1.HeaderClassName
{
color: #8F4F78;
}
.AnyTagClassName
{
color: #8F4F78;
}
</style>
background-color css
<style>
a { background-color: #8F4F78; }
a { background-color: rgb(143,79,120); }
div.DivClassName
{
background-color: #8F4F78;
}
.BgClassName
{
background-color: #8F4F78;
}
</style>
border-color css
<style>
span { border-color: #8F4F78; }
span { border-color: rgb(143,79,120); }
td.TdClassName
{
border-color: #8F4F78;
}
.TagClassName
{
border-color: #8F4F78;
}
</style>