Shades of Strikemaster #8F607C
Tints of Strikemaster #8F607C
RGB
CMYK
RGB Variations
Color information
#8F607C (or 0x8F607C) is known color: Strikemaster. HEX triplet: 8F, 60 and 7C. RGB value is (143,96,124). Sum of RGB (Red+Green+Blue) = 143+96+124=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607C is #709F83. Grayscale: #717171. Windows color (decimal): -7380868 or 8151183. OLE color: 8151183.
HSL color Cylindrical-coordinate representation of color #8F607C: hue angle of 324.26º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F607C is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 124 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.44 |
| HSL | 324.26º | 0.2% | 0.47% | - |
| HSV(B) | 324.26º | 0.33% | 0.56% | - |
| XYZ | 19.15 | 15.66 | 21.08 | - |
| YUV | 113.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 124 | 0 | 0.33 | 0.13 | 0.44 | 324.26 | 0.2 | 0.47 |
| Hex | 8F | 60 | 7C | 0 | 21 | D | 2C | 144 | 14 | 2F |
| Octal | 217 | 140 | 174 | 0 | 41 | 15 | 54 | 504 | 24 | 57 |
| Binary | 10001111 | 1100000 | 1111100 | 0 | 100001 | 1101 | 101100 | 101000100 | 10100 | 101111 |
Color Harmonies of #8F607C
Complementary color
Monochromatic Colors of #8F607C
Black with #8F607C
Text Example
Text Example
White with #8F607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F607C; }
p { color: rgb(143,96,124); }
H1.HeaderClassName
{
color: #8F607C;
}
.AnyTagClassName
{
color: #8F607C;
}
</style>
background-color css
<style>
a { background-color: #8F607C; }
a { background-color: rgb(143,96,124); }
div.DivClassName
{
background-color: #8F607C;
}
.BgClassName
{
background-color: #8F607C;
}
</style>
border-color css
<style>
span { border-color: #8F607C; }
span { border-color: rgb(143,96,124); }
td.TdClassName
{
border-color: #8F607C;
}
.TagClassName
{
border-color: #8F607C;
}
</style>