Shades of Strikemaster #8F5A75
Tints of Strikemaster #8F5A75
RGB
CMYK
RGB Variations
Color information
#8F5A75 (or 0x8F5A75) is known color: Strikemaster. HEX triplet: 8F, 5A and 75. RGB value is (143,90,117). Sum of RGB (Red+Green+Blue) = 143+90+117=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A75 is #70A58A. Grayscale: #6C6C6C. Windows color (decimal): -7382411 or 7690895. OLE color: 7690895.
HSL color Cylindrical-coordinate representation of color #8F5A75: hue angle of 329.43º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A75 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 117 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.44 |
| HSL | 329.43º | 0.23% | 0.46% | - |
| HSV(B) | 329.43º | 0.37% | 0.56% | - |
| XYZ | 18.19 | 14.44 | 18.66 | - |
| YUV | 108.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 117 | 0 | 0.37 | 0.18 | 0.44 | 329.43 | 0.23 | 0.46 |
| Hex | 8F | 5A | 75 | 0 | 25 | 12 | 2C | 149 | 17 | 2E |
| Octal | 217 | 132 | 165 | 0 | 45 | 22 | 54 | 511 | 27 | 56 |
| Binary | 10001111 | 1011010 | 1110101 | 0 | 100101 | 10010 | 101100 | 101001001 | 10111 | 101110 |
Color Harmonies of #8F5A75
Complementary color
Monochromatic Colors of #8F5A75
Black with #8F5A75
Text Example
Text Example
White with #8F5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A75; }
p { color: rgb(143,90,117); }
H1.HeaderClassName
{
color: #8F5A75;
}
.AnyTagClassName
{
color: #8F5A75;
}
</style>
background-color css
<style>
a { background-color: #8F5A75; }
a { background-color: rgb(143,90,117); }
div.DivClassName
{
background-color: #8F5A75;
}
.BgClassName
{
background-color: #8F5A75;
}
</style>
border-color css
<style>
span { border-color: #8F5A75; }
span { border-color: rgb(143,90,117); }
td.TdClassName
{
border-color: #8F5A75;
}
.TagClassName
{
border-color: #8F5A75;
}
</style>