Shades of Strikemaster #8F5479
Tints of Strikemaster #8F5479
RGB
CMYK
RGB Variations
Color information
#8F5479 (or 0x8F5479) is known color: Strikemaster. HEX triplet: 8F, 54 and 79. RGB value is (143,84,121). Sum of RGB (Red+Green+Blue) = 143+84+121=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5479 is #70AB86. Grayscale: #696969. Windows color (decimal): -7383943 or 7951503. OLE color: 7951503.
HSL color Cylindrical-coordinate representation of color #8F5479: hue angle of 322.37º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5479 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 121 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.44 |
| HSL | 322.37º | 0.26% | 0.45% | - |
| HSV(B) | 322.37º | 0.41% | 0.56% | - |
| XYZ | 17.95 | 13.56 | 19.76 | - |
| YUV | 105.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 121 | 0 | 0.41 | 0.15 | 0.44 | 322.37 | 0.26 | 0.45 |
| Hex | 8F | 54 | 79 | 0 | 29 | F | 2C | 142 | 1A | 2D |
| Octal | 217 | 124 | 171 | 0 | 51 | 17 | 54 | 502 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1111001 | 0 | 101001 | 1111 | 101100 | 101000010 | 11010 | 101101 |
Color Harmonies of #8F5479
Complementary color
Monochromatic Colors of #8F5479
Black with #8F5479
Text Example
Text Example
White with #8F5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5479; }
p { color: rgb(143,84,121); }
H1.HeaderClassName
{
color: #8F5479;
}
.AnyTagClassName
{
color: #8F5479;
}
</style>
background-color css
<style>
a { background-color: #8F5479; }
a { background-color: rgb(143,84,121); }
div.DivClassName
{
background-color: #8F5479;
}
.BgClassName
{
background-color: #8F5479;
}
</style>
border-color css
<style>
span { border-color: #8F5479; }
span { border-color: rgb(143,84,121); }
td.TdClassName
{
border-color: #8F5479;
}
.TagClassName
{
border-color: #8F5479;
}
</style>