Shades of Strikemaster #8A717D
Tints of Strikemaster #8A717D
RGB
CMYK
RGB Variations
Color information
#8A717D (or 0x8A717D) is known color: Strikemaster. HEX triplet: 8A, 71 and 7D. RGB value is (138,113,125). Sum of RGB (Red+Green+Blue) = 138+113+125=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A717D is #758E82. Grayscale: #797979. Windows color (decimal): -7704195 or 8221066. OLE color: 8221066.
HSL color Cylindrical-coordinate representation of color #8A717D: hue angle of 331.2º 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 #8A717D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 125 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.46 |
| HSL | 331.2º | 0.1% | 0.49% | - |
| HSV(B) | 331.2º | 0.18% | 0.54% | - |
| XYZ | 20.09 | 18.69 | 21.95 | - |
| YUV | 121.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 125 | 0 | 0.18 | 0.09 | 0.46 | 331.2 | 0.1 | 0.49 |
| Hex | 8A | 71 | 7D | 0 | 12 | 9 | 2E | 14B | A | 31 |
| Octal | 212 | 161 | 175 | 0 | 22 | 11 | 56 | 513 | 12 | 61 |
| Binary | 10001010 | 1110001 | 1111101 | 0 | 10010 | 1001 | 101110 | 101001011 | 1010 | 110001 |
Color Harmonies of #8A717D
Complementary color
Monochromatic Colors of #8A717D
Black with #8A717D
Text Example
Text Example
White with #8A717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A717D; }
p { color: rgb(138,113,125); }
H1.HeaderClassName
{
color: #8A717D;
}
.AnyTagClassName
{
color: #8A717D;
}
</style>
background-color css
<style>
a { background-color: #8A717D; }
a { background-color: rgb(138,113,125); }
div.DivClassName
{
background-color: #8A717D;
}
.BgClassName
{
background-color: #8A717D;
}
</style>
border-color css
<style>
span { border-color: #8A717D; }
span { border-color: rgb(138,113,125); }
td.TdClassName
{
border-color: #8A717D;
}
.TagClassName
{
border-color: #8A717D;
}
</style>