Shades of Strikemaster #8C7182
Tints of Strikemaster #8C7182
RGB
CMYK
RGB Variations
Color information
#8C7182 (or 0x8C7182) is known color: Strikemaster. HEX triplet: 8C, 71 and 82. RGB value is (140,113,130). Sum of RGB (Red+Green+Blue) = 140+113+130=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7182 is #738E7D. Grayscale: #7A7A7A. Windows color (decimal): -7573118 or 8548748. OLE color: 8548748.
HSL color Cylindrical-coordinate representation of color #8C7182: hue angle of 322.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7182 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 130 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.45 |
| HSL | 322.22º | 0.11% | 0.5% | - |
| HSV(B) | 322.22º | 0.19% | 0.55% | - |
| XYZ | 20.75 | 19 | 23.69 | - |
| YUV | 123.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 130 | 0 | 0.19 | 0.07 | 0.45 | 322.22 | 0.11 | 0.5 |
| Hex | 8C | 71 | 82 | 0 | 13 | 7 | 2D | 142 | B | 32 |
| Octal | 214 | 161 | 202 | 0 | 23 | 7 | 55 | 502 | 13 | 62 |
| Binary | 10001100 | 1110001 | 10000010 | 0 | 10011 | 111 | 101101 | 101000010 | 1011 | 110010 |
Color Harmonies of #8C7182
Complementary color
Monochromatic Colors of #8C7182
Black with #8C7182
Text Example
Text Example
White with #8C7182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7182; }
p { color: rgb(140,113,130); }
H1.HeaderClassName
{
color: #8C7182;
}
.AnyTagClassName
{
color: #8C7182;
}
</style>
background-color css
<style>
a { background-color: #8C7182; }
a { background-color: rgb(140,113,130); }
div.DivClassName
{
background-color: #8C7182;
}
.BgClassName
{
background-color: #8C7182;
}
</style>
border-color css
<style>
span { border-color: #8C7182; }
span { border-color: rgb(140,113,130); }
td.TdClassName
{
border-color: #8C7182;
}
.TagClassName
{
border-color: #8C7182;
}
</style>