Shades of Strikemaster #8F597E
Tints of Strikemaster #8F597E
RGB
CMYK
RGB Variations
Color information
#8F597E (or 0x8F597E) is known color: Strikemaster. HEX triplet: 8F, 59 and 7E. RGB value is (143,89,126). Sum of RGB (Red+Green+Blue) = 143+89+126=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F597E is #70A681. Grayscale: #6D6D6D. Windows color (decimal): -7382658 or 8280463. OLE color: 8280463.
HSL color Cylindrical-coordinate representation of color #8F597E: hue angle of 318.89º 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 #8F597E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 126 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.44 |
| HSL | 318.89º | 0.23% | 0.45% | - |
| HSV(B) | 318.89º | 0.38% | 0.56% | - |
| XYZ | 18.67 | 14.49 | 21.55 | - |
| YUV | 109.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 126 | 0 | 0.38 | 0.12 | 0.44 | 318.89 | 0.23 | 0.45 |
| Hex | 8F | 59 | 7E | 0 | 26 | C | 2C | 13F | 17 | 2D |
| Octal | 217 | 131 | 176 | 0 | 46 | 14 | 54 | 477 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1111110 | 0 | 100110 | 1100 | 101100 | 100111111 | 10111 | 101101 |
Color Harmonies of #8F597E
Complementary color
Monochromatic Colors of #8F597E
Black with #8F597E
Text Example
Text Example
White with #8F597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F597E; }
p { color: rgb(143,89,126); }
H1.HeaderClassName
{
color: #8F597E;
}
.AnyTagClassName
{
color: #8F597E;
}
</style>
background-color css
<style>
a { background-color: #8F597E; }
a { background-color: rgb(143,89,126); }
div.DivClassName
{
background-color: #8F597E;
}
.BgClassName
{
background-color: #8F597E;
}
</style>
border-color css
<style>
span { border-color: #8F597E; }
span { border-color: rgb(143,89,126); }
td.TdClassName
{
border-color: #8F597E;
}
.TagClassName
{
border-color: #8F597E;
}
</style>