Shades of Strikemaster #8F607D
Tints of Strikemaster #8F607D
RGB
CMYK
RGB Variations
Color information
#8F607D (or 0x8F607D) is known color: Strikemaster. HEX triplet: 8F, 60 and 7D. RGB value is (143,96,125). Sum of RGB (Red+Green+Blue) = 143+96+125=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607D is #709F82. Grayscale: #717171. Windows color (decimal): -7380867 or 8216719. OLE color: 8216719.
HSL color Cylindrical-coordinate representation of color #8F607D: hue angle of 322.98º 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 #8F607D is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 125 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.44 |
| HSL | 322.98º | 0.2% | 0.47% | - |
| HSV(B) | 322.98º | 0.33% | 0.56% | - |
| XYZ | 19.21 | 15.69 | 21.42 | - |
| YUV | 113.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 125 | 0 | 0.33 | 0.13 | 0.44 | 322.98 | 0.2 | 0.47 |
| Hex | 8F | 60 | 7D | 0 | 21 | D | 2C | 143 | 14 | 2F |
| Octal | 217 | 140 | 175 | 0 | 41 | 15 | 54 | 503 | 24 | 57 |
| Binary | 10001111 | 1100000 | 1111101 | 0 | 100001 | 1101 | 101100 | 101000011 | 10100 | 101111 |
Color Harmonies of #8F607D
Complementary color
Monochromatic Colors of #8F607D
Black with #8F607D
Text Example
Text Example
White with #8F607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F607D; }
p { color: rgb(143,96,125); }
H1.HeaderClassName
{
color: #8F607D;
}
.AnyTagClassName
{
color: #8F607D;
}
</style>
background-color css
<style>
a { background-color: #8F607D; }
a { background-color: rgb(143,96,125); }
div.DivClassName
{
background-color: #8F607D;
}
.BgClassName
{
background-color: #8F607D;
}
</style>
border-color css
<style>
span { border-color: #8F607D; }
span { border-color: rgb(143,96,125); }
td.TdClassName
{
border-color: #8F607D;
}
.TagClassName
{
border-color: #8F607D;
}
</style>