Shades of Strikemaster #8F587D
Tints of Strikemaster #8F587D
RGB
CMYK
RGB Variations
Color information
#8F587D (or 0x8F587D) is known color: Strikemaster. HEX triplet: 8F, 58 and 7D. RGB value is (143,88,125). Sum of RGB (Red+Green+Blue) = 143+88+125=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F587D is #70A782. Grayscale: #6C6C6C. Windows color (decimal): -7382915 or 8214671. OLE color: 8214671.
HSL color Cylindrical-coordinate representation of color #8F587D: hue angle of 319.64º degrees, saturation: 0.24, 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 #8F587D is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 125 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.44 |
| HSL | 319.64º | 0.24% | 0.45% | - |
| HSV(B) | 319.64º | 0.38% | 0.56% | - |
| XYZ | 18.52 | 14.3 | 21.19 | - |
| YUV | 108.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 125 | 0 | 0.38 | 0.13 | 0.44 | 319.64 | 0.24 | 0.45 |
| Hex | 8F | 58 | 7D | 0 | 26 | D | 2C | 140 | 18 | 2D |
| Octal | 217 | 130 | 175 | 0 | 46 | 15 | 54 | 500 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1111101 | 0 | 100110 | 1101 | 101100 | 101000000 | 11000 | 101101 |
Color Harmonies of #8F587D
Complementary color
Monochromatic Colors of #8F587D
Black with #8F587D
Text Example
Text Example
White with #8F587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F587D; }
p { color: rgb(143,88,125); }
H1.HeaderClassName
{
color: #8F587D;
}
.AnyTagClassName
{
color: #8F587D;
}
</style>
background-color css
<style>
a { background-color: #8F587D; }
a { background-color: rgb(143,88,125); }
div.DivClassName
{
background-color: #8F587D;
}
.BgClassName
{
background-color: #8F587D;
}
</style>
border-color css
<style>
span { border-color: #8F587D; }
span { border-color: rgb(143,88,125); }
td.TdClassName
{
border-color: #8F587D;
}
.TagClassName
{
border-color: #8F587D;
}
</style>