Shades of Strikemaster #8A717E
Tints of Strikemaster #8A717E
RGB
CMYK
RGB Variations
Color information
#8A717E (or 0x8A717E) is known color: Strikemaster. HEX triplet: 8A, 71 and 7E. RGB value is (138,113,126). Sum of RGB (Red+Green+Blue) = 138+113+126=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A717E is #758E81. Grayscale: #797979. Windows color (decimal): -7704194 or 8286602. OLE color: 8286602.
HSL color Cylindrical-coordinate representation of color #8A717E: hue angle of 328.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A717E is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 126 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.46 |
| HSL | 328.8º | 0.1% | 0.49% | - |
| HSV(B) | 328.8º | 0.18% | 0.54% | - |
| XYZ | 20.15 | 18.72 | 22.29 | - |
| YUV | 121.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 126 | 0 | 0.18 | 0.09 | 0.46 | 328.8 | 0.1 | 0.49 |
| Hex | 8A | 71 | 7E | 0 | 12 | 9 | 2E | 149 | A | 31 |
| Octal | 212 | 161 | 176 | 0 | 22 | 11 | 56 | 511 | 12 | 61 |
| Binary | 10001010 | 1110001 | 1111110 | 0 | 10010 | 1001 | 101110 | 101001001 | 1010 | 110001 |
Color Harmonies of #8A717E
Complementary color
Monochromatic Colors of #8A717E
Black with #8A717E
Text Example
Text Example
White with #8A717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A717E; }
p { color: rgb(138,113,126); }
H1.HeaderClassName
{
color: #8A717E;
}
.AnyTagClassName
{
color: #8A717E;
}
</style>
background-color css
<style>
a { background-color: #8A717E; }
a { background-color: rgb(138,113,126); }
div.DivClassName
{
background-color: #8A717E;
}
.BgClassName
{
background-color: #8A717E;
}
</style>
border-color css
<style>
span { border-color: #8A717E; }
span { border-color: rgb(138,113,126); }
td.TdClassName
{
border-color: #8A717E;
}
.TagClassName
{
border-color: #8A717E;
}
</style>