Shades of Strikemaster #8F577A
Tints of Strikemaster #8F577A
RGB
CMYK
RGB Variations
Color information
#8F577A (or 0x8F577A) is known color: Strikemaster. HEX triplet: 8F, 57 and 7A. RGB value is (143,87,122). Sum of RGB (Red+Green+Blue) = 143+87+122=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F577A is #70A885. Grayscale: #6B6B6B. Windows color (decimal): -7383174 or 8017807. OLE color: 8017807.
HSL color Cylindrical-coordinate representation of color #8F577A: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F577A is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 122 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.44 |
| HSL | 322.5º | 0.24% | 0.45% | - |
| HSV(B) | 322.5º | 0.39% | 0.56% | - |
| XYZ | 18.25 | 14.06 | 20.16 | - |
| YUV | 107.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 122 | 0 | 0.39 | 0.15 | 0.44 | 322.5 | 0.24 | 0.45 |
| Hex | 8F | 57 | 7A | 0 | 27 | F | 2C | 142 | 18 | 2D |
| Octal | 217 | 127 | 172 | 0 | 47 | 17 | 54 | 502 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1111010 | 0 | 100111 | 1111 | 101100 | 101000010 | 11000 | 101101 |
Color Harmonies of #8F577A
Complementary color
Monochromatic Colors of #8F577A
Black with #8F577A
Text Example
Text Example
White with #8F577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F577A; }
p { color: rgb(143,87,122); }
H1.HeaderClassName
{
color: #8F577A;
}
.AnyTagClassName
{
color: #8F577A;
}
</style>
background-color css
<style>
a { background-color: #8F577A; }
a { background-color: rgb(143,87,122); }
div.DivClassName
{
background-color: #8F577A;
}
.BgClassName
{
background-color: #8F577A;
}
</style>
border-color css
<style>
span { border-color: #8F577A; }
span { border-color: rgb(143,87,122); }
td.TdClassName
{
border-color: #8F577A;
}
.TagClassName
{
border-color: #8F577A;
}
</style>