Shades of Strikemaster #8D617E
Tints of Strikemaster #8D617E
RGB
CMYK
RGB Variations
Color information
#8D617E (or 0x8D617E) is known color: Strikemaster. HEX triplet: 8D, 61 and 7E. RGB value is (141,97,126). Sum of RGB (Red+Green+Blue) = 141+97+126=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617E is #729E81. Grayscale: #717171. Windows color (decimal): -7511682 or 8282509. OLE color: 8282509.
HSL color Cylindrical-coordinate representation of color #8D617E: hue angle of 320.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D617E is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 126 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.45 |
| HSL | 320.45º | 0.18% | 0.47% | - |
| HSV(B) | 320.45º | 0.31% | 0.55% | - |
| XYZ | 19.03 | 15.72 | 21.77 | - |
| YUV | 113.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 126 | 0 | 0.31 | 0.11 | 0.45 | 320.45 | 0.18 | 0.47 |
| Hex | 8D | 61 | 7E | 0 | 1F | B | 2D | 140 | 12 | 2F |
| Octal | 215 | 141 | 176 | 0 | 37 | 13 | 55 | 500 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1111110 | 0 | 11111 | 1011 | 101101 | 101000000 | 10010 | 101111 |
Color Harmonies of #8D617E
Complementary color
Monochromatic Colors of #8D617E
Black with #8D617E
Text Example
Text Example
White with #8D617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D617E; }
p { color: rgb(141,97,126); }
H1.HeaderClassName
{
color: #8D617E;
}
.AnyTagClassName
{
color: #8D617E;
}
</style>
background-color css
<style>
a { background-color: #8D617E; }
a { background-color: rgb(141,97,126); }
div.DivClassName
{
background-color: #8D617E;
}
.BgClassName
{
background-color: #8D617E;
}
</style>
border-color css
<style>
span { border-color: #8D617E; }
span { border-color: rgb(141,97,126); }
td.TdClassName
{
border-color: #8D617E;
}
.TagClassName
{
border-color: #8D617E;
}
</style>