Shades of Strikemaster #8F597B
Tints of Strikemaster #8F597B
RGB
CMYK
RGB Variations
Color information
#8F597B (or 0x8F597B) is known color: Strikemaster. HEX triplet: 8F, 59 and 7B. RGB value is (143,89,123). Sum of RGB (Red+Green+Blue) = 143+89+123=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F597B is #70A684. Grayscale: #6C6C6C. Windows color (decimal): -7382661 or 8083855. OLE color: 8083855.
HSL color Cylindrical-coordinate representation of color #8F597B: hue angle of 322.22º 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 #8F597B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 123 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.44 |
| HSL | 322.22º | 0.23% | 0.45% | - |
| HSV(B) | 322.22º | 0.38% | 0.56% | - |
| XYZ | 18.48 | 14.41 | 20.55 | - |
| YUV | 109.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 123 | 0 | 0.38 | 0.14 | 0.44 | 322.22 | 0.23 | 0.45 |
| Hex | 8F | 59 | 7B | 0 | 26 | E | 2C | 142 | 17 | 2D |
| Octal | 217 | 131 | 173 | 0 | 46 | 16 | 54 | 502 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1111011 | 0 | 100110 | 1110 | 101100 | 101000010 | 10111 | 101101 |
Color Harmonies of #8F597B
Complementary color
Monochromatic Colors of #8F597B
Black with #8F597B
Text Example
Text Example
White with #8F597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F597B; }
p { color: rgb(143,89,123); }
H1.HeaderClassName
{
color: #8F597B;
}
.AnyTagClassName
{
color: #8F597B;
}
</style>
background-color css
<style>
a { background-color: #8F597B; }
a { background-color: rgb(143,89,123); }
div.DivClassName
{
background-color: #8F597B;
}
.BgClassName
{
background-color: #8F597B;
}
</style>
border-color css
<style>
span { border-color: #8F597B; }
span { border-color: rgb(143,89,123); }
td.TdClassName
{
border-color: #8F597B;
}
.TagClassName
{
border-color: #8F597B;
}
</style>