Shades of Strikemaster #8F5975
Tints of Strikemaster #8F5975
RGB
CMYK
RGB Variations
Color information
#8F5975 (or 0x8F5975) is known color: Strikemaster. HEX triplet: 8F, 59 and 75. RGB value is (143,89,117). Sum of RGB (Red+Green+Blue) = 143+89+117=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5975 is #70A68A. Grayscale: #6C6C6C. Windows color (decimal): -7382667 or 7690639. OLE color: 7690639.
HSL color Cylindrical-coordinate representation of color #8F5975: hue angle of 328.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5975 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 117 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.44 |
| HSL | 328.89º | 0.23% | 0.45% | - |
| HSV(B) | 328.89º | 0.38% | 0.56% | - |
| XYZ | 18.11 | 14.27 | 18.63 | - |
| YUV | 108.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 117 | 0 | 0.38 | 0.18 | 0.44 | 328.89 | 0.23 | 0.45 |
| Hex | 8F | 59 | 75 | 0 | 26 | 12 | 2C | 149 | 17 | 2D |
| Octal | 217 | 131 | 165 | 0 | 46 | 22 | 54 | 511 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1110101 | 0 | 100110 | 10010 | 101100 | 101001001 | 10111 | 101101 |
Color Harmonies of #8F5975
Complementary color
Monochromatic Colors of #8F5975
Black with #8F5975
Text Example
Text Example
White with #8F5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5975; }
p { color: rgb(143,89,117); }
H1.HeaderClassName
{
color: #8F5975;
}
.AnyTagClassName
{
color: #8F5975;
}
</style>
background-color css
<style>
a { background-color: #8F5975; }
a { background-color: rgb(143,89,117); }
div.DivClassName
{
background-color: #8F5975;
}
.BgClassName
{
background-color: #8F5975;
}
</style>
border-color css
<style>
span { border-color: #8F5975; }
span { border-color: rgb(143,89,117); }
td.TdClassName
{
border-color: #8F5975;
}
.TagClassName
{
border-color: #8F5975;
}
</style>