Shades of Strikemaster #8F5976
Tints of Strikemaster #8F5976
RGB
CMYK
RGB Variations
Color information
#8F5976 (or 0x8F5976) is known color: Strikemaster. HEX triplet: 8F, 59 and 76. RGB value is (143,89,118). Sum of RGB (Red+Green+Blue) = 143+89+118=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5976 is #70A689. Grayscale: #6C6C6C. Windows color (decimal): -7382666 or 7756175. OLE color: 7756175.
HSL color Cylindrical-coordinate representation of color #8F5976: hue angle of 327.78º 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 #8F5976 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 118 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.44 |
| HSL | 327.78º | 0.23% | 0.45% | - |
| HSV(B) | 327.78º | 0.38% | 0.56% | - |
| XYZ | 18.17 | 14.29 | 18.94 | - |
| YUV | 108.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 118 | 0 | 0.38 | 0.17 | 0.44 | 327.78 | 0.23 | 0.45 |
| Hex | 8F | 59 | 76 | 0 | 26 | 11 | 2C | 148 | 17 | 2D |
| Octal | 217 | 131 | 166 | 0 | 46 | 21 | 54 | 510 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1110110 | 0 | 100110 | 10001 | 101100 | 101001000 | 10111 | 101101 |
Color Harmonies of #8F5976
Complementary color
Monochromatic Colors of #8F5976
Black with #8F5976
Text Example
Text Example
White with #8F5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5976; }
p { color: rgb(143,89,118); }
H1.HeaderClassName
{
color: #8F5976;
}
.AnyTagClassName
{
color: #8F5976;
}
</style>
background-color css
<style>
a { background-color: #8F5976; }
a { background-color: rgb(143,89,118); }
div.DivClassName
{
background-color: #8F5976;
}
.BgClassName
{
background-color: #8F5976;
}
</style>
border-color css
<style>
span { border-color: #8F5976; }
span { border-color: rgb(143,89,118); }
td.TdClassName
{
border-color: #8F5976;
}
.TagClassName
{
border-color: #8F5976;
}
</style>