Shades of Strikemaster #8F4878
Tints of Strikemaster #8F4878
RGB
CMYK
RGB Variations
Color information
#8F4878 (or 0x8F4878) is known color: Strikemaster. HEX triplet: 8F, 48 and 78. RGB value is (143,72,120). Sum of RGB (Red+Green+Blue) = 143+72+120=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4878 is #70B787. Grayscale: #626262. Windows color (decimal): -7387016 or 7882895. OLE color: 7882895.
HSL color Cylindrical-coordinate representation of color #8F4878: hue angle of 319.44º degrees, saturation: 0.33, 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 #8F4878 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 120 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.44 |
| HSL | 319.44º | 0.33% | 0.42% | - |
| HSV(B) | 319.44º | 0.5% | 0.56% | - |
| XYZ | 17.04 | 11.83 | 19.15 | - |
| YUV | 98.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 120 | 0 | 0.50 | 0.16 | 0.44 | 319.44 | 0.33 | 0.42 |
| Hex | 8F | 48 | 78 | 0 | 32 | 10 | 2C | 13F | 21 | 2A |
| Octal | 217 | 110 | 170 | 0 | 62 | 20 | 54 | 477 | 41 | 52 |
| Binary | 10001111 | 1001000 | 1111000 | 0 | 110010 | 10000 | 101100 | 100111111 | 100001 | 101010 |
Color Harmonies of #8F4878
Complementary color
Monochromatic Colors of #8F4878
Black with #8F4878
Text Example
Text Example
White with #8F4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4878; }
p { color: rgb(143,72,120); }
H1.HeaderClassName
{
color: #8F4878;
}
.AnyTagClassName
{
color: #8F4878;
}
</style>
background-color css
<style>
a { background-color: #8F4878; }
a { background-color: rgb(143,72,120); }
div.DivClassName
{
background-color: #8F4878;
}
.BgClassName
{
background-color: #8F4878;
}
</style>
border-color css
<style>
span { border-color: #8F4878; }
span { border-color: rgb(143,72,120); }
td.TdClassName
{
border-color: #8F4878;
}
.TagClassName
{
border-color: #8F4878;
}
</style>