Shades of Strikemaster #8F5C76
Tints of Strikemaster #8F5C76
RGB
CMYK
RGB Variations
Color information
#8F5C76 (or 0x8F5C76) is known color: Strikemaster. HEX triplet: 8F, 5C and 76. RGB value is (143,92,118). Sum of RGB (Red+Green+Blue) = 143+92+118=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C76 is #70A389. Grayscale: #6E6E6E. Windows color (decimal): -7381898 or 7756943. OLE color: 7756943.
HSL color Cylindrical-coordinate representation of color #8F5C76: hue angle of 329.41º 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 #8F5C76 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 92 | 118 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.44 |
| HSL | 329.41º | 0.22% | 0.46% | - |
| HSV(B) | 329.41º | 0.36% | 0.56% | - |
| XYZ | 18.42 | 14.8 | 19.03 | - |
| YUV | 110.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 118 | 0 | 0.36 | 0.17 | 0.44 | 329.41 | 0.22 | 0.46 |
| Hex | 8F | 5C | 76 | 0 | 24 | 11 | 2C | 149 | 16 | 2E |
| Octal | 217 | 134 | 166 | 0 | 44 | 21 | 54 | 511 | 26 | 56 |
| Binary | 10001111 | 1011100 | 1110110 | 0 | 100100 | 10001 | 101100 | 101001001 | 10110 | 101110 |
Color Harmonies of #8F5C76
Complementary color
Monochromatic Colors of #8F5C76
Black with #8F5C76
Text Example
Text Example
White with #8F5C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5C76; }
p { color: rgb(143,92,118); }
H1.HeaderClassName
{
color: #8F5C76;
}
.AnyTagClassName
{
color: #8F5C76;
}
</style>
background-color css
<style>
a { background-color: #8F5C76; }
a { background-color: rgb(143,92,118); }
div.DivClassName
{
background-color: #8F5C76;
}
.BgClassName
{
background-color: #8F5C76;
}
</style>
border-color css
<style>
span { border-color: #8F5C76; }
span { border-color: rgb(143,92,118); }
td.TdClassName
{
border-color: #8F5C76;
}
.TagClassName
{
border-color: #8F5C76;
}
</style>