Shades of Strikemaster #8D7084
Tints of Strikemaster #8D7084
RGB
CMYK
RGB Variations
Color information
#8D7084 (or 0x8D7084) is known color: Strikemaster. HEX triplet: 8D, 70 and 84. RGB value is (141,112,132). Sum of RGB (Red+Green+Blue) = 141+112+132=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7084 is #728F7B. Grayscale: #7A7A7A. Windows color (decimal): -7507836 or 8679565. OLE color: 8679565.
HSL color Cylindrical-coordinate representation of color #8D7084: hue angle of 318.62º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7084 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 132 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.45 |
| HSL | 318.62º | 0.11% | 0.5% | - |
| HSV(B) | 318.62º | 0.21% | 0.55% | - |
| XYZ | 20.94 | 18.92 | 24.38 | - |
| YUV | 122.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 132 | 0 | 0.21 | 0.06 | 0.45 | 318.62 | 0.11 | 0.5 |
| Hex | 8D | 70 | 84 | 0 | 15 | 6 | 2D | 13F | B | 32 |
| Octal | 215 | 160 | 204 | 0 | 25 | 6 | 55 | 477 | 13 | 62 |
| Binary | 10001101 | 1110000 | 10000100 | 0 | 10101 | 110 | 101101 | 100111111 | 1011 | 110010 |
Color Harmonies of #8D7084
Complementary color
Monochromatic Colors of #8D7084
Black with #8D7084
Text Example
Text Example
White with #8D7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7084; }
p { color: rgb(141,112,132); }
H1.HeaderClassName
{
color: #8D7084;
}
.AnyTagClassName
{
color: #8D7084;
}
</style>
background-color css
<style>
a { background-color: #8D7084; }
a { background-color: rgb(141,112,132); }
div.DivClassName
{
background-color: #8D7084;
}
.BgClassName
{
background-color: #8D7084;
}
</style>
border-color css
<style>
span { border-color: #8D7084; }
span { border-color: rgb(141,112,132); }
td.TdClassName
{
border-color: #8D7084;
}
.TagClassName
{
border-color: #8D7084;
}
</style>