Shades of Strikemaster #8F4778
Tints of Strikemaster #8F4778
RGB
CMYK
RGB Variations
Color information
#8F4778 (or 0x8F4778) is known color: Strikemaster. HEX triplet: 8F, 47 and 78. RGB value is (143,71,120). Sum of RGB (Red+Green+Blue) = 143+71+120=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4778 is #70B887. Grayscale: #616161. Windows color (decimal): -7387272 or 7882639. OLE color: 7882639.
HSL color Cylindrical-coordinate representation of color #8F4778: hue angle of 319.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4778 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 120 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.44 |
| HSL | 319.17º | 0.34% | 0.42% | - |
| HSV(B) | 319.17º | 0.5% | 0.56% | - |
| XYZ | 16.97 | 11.7 | 19.13 | - |
| YUV | 98.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 120 | 0 | 0.50 | 0.16 | 0.44 | 319.17 | 0.34 | 0.42 |
| Hex | 8F | 47 | 78 | 0 | 32 | 10 | 2C | 13F | 22 | 2A |
| Octal | 217 | 107 | 170 | 0 | 62 | 20 | 54 | 477 | 42 | 52 |
| Binary | 10001111 | 1000111 | 1111000 | 0 | 110010 | 10000 | 101100 | 100111111 | 100010 | 101010 |
Color Harmonies of #8F4778
Complementary color
Monochromatic Colors of #8F4778
Black with #8F4778
Text Example
Text Example
White with #8F4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4778; }
p { color: rgb(143,71,120); }
H1.HeaderClassName
{
color: #8F4778;
}
.AnyTagClassName
{
color: #8F4778;
}
</style>
background-color css
<style>
a { background-color: #8F4778; }
a { background-color: rgb(143,71,120); }
div.DivClassName
{
background-color: #8F4778;
}
.BgClassName
{
background-color: #8F4778;
}
</style>
border-color css
<style>
span { border-color: #8F4778; }
span { border-color: rgb(143,71,120); }
td.TdClassName
{
border-color: #8F4778;
}
.TagClassName
{
border-color: #8F4778;
}
</style>