Shades of Strikemaster #8D607F
Tints of Strikemaster #8D607F
RGB
CMYK
RGB Variations
Color information
#8D607F (or 0x8D607F) is known color: Strikemaster. HEX triplet: 8D, 60 and 7F. RGB value is (141,96,127). Sum of RGB (Red+Green+Blue) = 141+96+127=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D607F is #729F80. Grayscale: #707070. Windows color (decimal): -7511937 or 8347789. OLE color: 8347789.
HSL color Cylindrical-coordinate representation of color #8D607F: hue angle of 318.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D607F is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 127 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.45 |
| HSL | 318.67º | 0.19% | 0.46% | - |
| HSV(B) | 318.67º | 0.32% | 0.55% | - |
| XYZ | 19 | 15.56 | 22.08 | - |
| YUV | 112.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 127 | 0 | 0.32 | 0.10 | 0.45 | 318.67 | 0.19 | 0.46 |
| Hex | 8D | 60 | 7F | 0 | 20 | A | 2D | 13F | 13 | 2E |
| Octal | 215 | 140 | 177 | 0 | 40 | 12 | 55 | 477 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1111111 | 0 | 100000 | 1010 | 101101 | 100111111 | 10011 | 101110 |
Color Harmonies of #8D607F
Complementary color
Monochromatic Colors of #8D607F
Black with #8D607F
Text Example
Text Example
White with #8D607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D607F; }
p { color: rgb(141,96,127); }
H1.HeaderClassName
{
color: #8D607F;
}
.AnyTagClassName
{
color: #8D607F;
}
</style>
background-color css
<style>
a { background-color: #8D607F; }
a { background-color: rgb(141,96,127); }
div.DivClassName
{
background-color: #8D607F;
}
.BgClassName
{
background-color: #8D607F;
}
</style>
border-color css
<style>
span { border-color: #8D607F; }
span { border-color: rgb(141,96,127); }
td.TdClassName
{
border-color: #8D607F;
}
.TagClassName
{
border-color: #8D607F;
}
</style>