Shades of Strikemaster #8F5C75
Tints of Strikemaster #8F5C75
RGB
CMYK
RGB Variations
Color information
#8F5C75 (or 0x8F5C75) is known color: Strikemaster. HEX triplet: 8F, 5C and 75. RGB value is (143,92,117). Sum of RGB (Red+Green+Blue) = 143+92+117=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C75 is #70A38A. Grayscale: #6E6E6E. Windows color (decimal): -7381899 or 7691407. OLE color: 7691407.
HSL color Cylindrical-coordinate representation of color #8F5C75: hue angle of 330.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5C75 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 92 | 117 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.44 |
| HSL | 330.59º | 0.22% | 0.46% | - |
| HSV(B) | 330.59º | 0.36% | 0.56% | - |
| XYZ | 18.37 | 14.78 | 18.71 | - |
| YUV | 110.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 117 | 0 | 0.36 | 0.18 | 0.44 | 330.59 | 0.22 | 0.46 |
| Hex | 8F | 5C | 75 | 0 | 24 | 12 | 2C | 14B | 16 | 2E |
| Octal | 217 | 134 | 165 | 0 | 44 | 22 | 54 | 513 | 26 | 56 |
| Binary | 10001111 | 1011100 | 1110101 | 0 | 100100 | 10010 | 101100 | 101001011 | 10110 | 101110 |
Color Harmonies of #8F5C75
Complementary color
Monochromatic Colors of #8F5C75
Black with #8F5C75
Text Example
Text Example
White with #8F5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5C75; }
p { color: rgb(143,92,117); }
H1.HeaderClassName
{
color: #8F5C75;
}
.AnyTagClassName
{
color: #8F5C75;
}
</style>
background-color css
<style>
a { background-color: #8F5C75; }
a { background-color: rgb(143,92,117); }
div.DivClassName
{
background-color: #8F5C75;
}
.BgClassName
{
background-color: #8F5C75;
}
</style>
border-color css
<style>
span { border-color: #8F5C75; }
span { border-color: rgb(143,92,117); }
td.TdClassName
{
border-color: #8F5C75;
}
.TagClassName
{
border-color: #8F5C75;
}
</style>