Shades of Strikemaster #8C617A
Tints of Strikemaster #8C617A
RGB
CMYK
RGB Variations
Color information
#8C617A (or 0x8C617A) is known color: Strikemaster. HEX triplet: 8C, 61 and 7A. RGB value is (140,97,122). Sum of RGB (Red+Green+Blue) = 140+97+122=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C617A is #739E85. Grayscale: #707070. Windows color (decimal): -7577222 or 8020364. OLE color: 8020364.
HSL color Cylindrical-coordinate representation of color #8C617A: hue angle of 325.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C617A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 122 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.45 |
| HSL | 325.12º | 0.18% | 0.46% | - |
| HSV(B) | 325.12º | 0.31% | 0.55% | - |
| XYZ | 18.6 | 15.53 | 20.43 | - |
| YUV | 112.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 122 | 0 | 0.31 | 0.13 | 0.45 | 325.12 | 0.18 | 0.46 |
| Hex | 8C | 61 | 7A | 0 | 1F | D | 2D | 145 | 12 | 2E |
| Octal | 214 | 141 | 172 | 0 | 37 | 15 | 55 | 505 | 22 | 56 |
| Binary | 10001100 | 1100001 | 1111010 | 0 | 11111 | 1101 | 101101 | 101000101 | 10010 | 101110 |
Color Harmonies of #8C617A
Complementary color
Monochromatic Colors of #8C617A
Black with #8C617A
Text Example
Text Example
White with #8C617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C617A; }
p { color: rgb(140,97,122); }
H1.HeaderClassName
{
color: #8C617A;
}
.AnyTagClassName
{
color: #8C617A;
}
</style>
background-color css
<style>
a { background-color: #8C617A; }
a { background-color: rgb(140,97,122); }
div.DivClassName
{
background-color: #8C617A;
}
.BgClassName
{
background-color: #8C617A;
}
</style>
border-color css
<style>
span { border-color: #8C617A; }
span { border-color: rgb(140,97,122); }
td.TdClassName
{
border-color: #8C617A;
}
.TagClassName
{
border-color: #8C617A;
}
</style>