Shades of Strikemaster #8F597A
Tints of Strikemaster #8F597A
RGB
CMYK
RGB Variations
Color information
#8F597A (or 0x8F597A) is known color: Strikemaster. HEX triplet: 8F, 59 and 7A. RGB value is (143,89,122). Sum of RGB (Red+Green+Blue) = 143+89+122=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F597A is #70A685. Grayscale: #6C6C6C. Windows color (decimal): -7382662 or 8018319. OLE color: 8018319.
HSL color Cylindrical-coordinate representation of color #8F597A: hue angle of 323.33º 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 #8F597A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 122 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.44 |
| HSL | 323.33º | 0.23% | 0.45% | - |
| HSV(B) | 323.33º | 0.38% | 0.56% | - |
| XYZ | 18.41 | 14.39 | 20.22 | - |
| YUV | 108.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 122 | 0 | 0.38 | 0.15 | 0.44 | 323.33 | 0.23 | 0.45 |
| Hex | 8F | 59 | 7A | 0 | 26 | F | 2C | 143 | 17 | 2D |
| Octal | 217 | 131 | 172 | 0 | 46 | 17 | 54 | 503 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1111010 | 0 | 100110 | 1111 | 101100 | 101000011 | 10111 | 101101 |
Color Harmonies of #8F597A
Complementary color
Monochromatic Colors of #8F597A
Black with #8F597A
Text Example
Text Example
White with #8F597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F597A; }
p { color: rgb(143,89,122); }
H1.HeaderClassName
{
color: #8F597A;
}
.AnyTagClassName
{
color: #8F597A;
}
</style>
background-color css
<style>
a { background-color: #8F597A; }
a { background-color: rgb(143,89,122); }
div.DivClassName
{
background-color: #8F597A;
}
.BgClassName
{
background-color: #8F597A;
}
</style>
border-color css
<style>
span { border-color: #8F597A; }
span { border-color: rgb(143,89,122); }
td.TdClassName
{
border-color: #8F597A;
}
.TagClassName
{
border-color: #8F597A;
}
</style>