Shades of Strikemaster #8F5079
Tints of Strikemaster #8F5079
RGB
CMYK
RGB Variations
Color information
#8F5079 (or 0x8F5079) is known color: Strikemaster. HEX triplet: 8F, 50 and 79. RGB value is (143,80,121). Sum of RGB (Red+Green+Blue) = 143+80+121=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5079 is #70AF86. Grayscale: #676767. Windows color (decimal): -7384967 or 7950479. OLE color: 7950479.
HSL color Cylindrical-coordinate representation of color #8F5079: hue angle of 320.95º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F5079 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 121 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.44 |
| HSL | 320.95º | 0.28% | 0.44% | - |
| HSV(B) | 320.95º | 0.44% | 0.56% | - |
| XYZ | 17.65 | 12.96 | 19.66 | - |
| YUV | 103.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 121 | 0 | 0.44 | 0.15 | 0.44 | 320.95 | 0.28 | 0.44 |
| Hex | 8F | 50 | 79 | 0 | 2C | F | 2C | 141 | 1C | 2C |
| Octal | 217 | 120 | 171 | 0 | 54 | 17 | 54 | 501 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1111001 | 0 | 101100 | 1111 | 101100 | 101000001 | 11100 | 101100 |
Color Harmonies of #8F5079
Complementary color
Monochromatic Colors of #8F5079
Black with #8F5079
Text Example
Text Example
White with #8F5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5079; }
p { color: rgb(143,80,121); }
H1.HeaderClassName
{
color: #8F5079;
}
.AnyTagClassName
{
color: #8F5079;
}
</style>
background-color css
<style>
a { background-color: #8F5079; }
a { background-color: rgb(143,80,121); }
div.DivClassName
{
background-color: #8F5079;
}
.BgClassName
{
background-color: #8F5079;
}
</style>
border-color css
<style>
span { border-color: #8F5079; }
span { border-color: rgb(143,80,121); }
td.TdClassName
{
border-color: #8F5079;
}
.TagClassName
{
border-color: #8F5079;
}
</style>