Shades of Strikemaster #8C7183
Tints of Strikemaster #8C7183
RGB
CMYK
RGB Variations
Color information
#8C7183 (or 0x8C7183) is known color: Strikemaster. HEX triplet: 8C, 71 and 83. RGB value is (140,113,131). Sum of RGB (Red+Green+Blue) = 140+113+131=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7183 is #738E7C. Grayscale: #7B7B7B. Windows color (decimal): -7573117 or 8614284. OLE color: 8614284.
HSL color Cylindrical-coordinate representation of color #8C7183: hue angle of 320º 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 #8C7183 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 131 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 320º | 0.11% | 0.5% | - |
| HSV(B) | 320º | 0.19% | 0.55% | - |
| XYZ | 20.82 | 19.02 | 24.05 | - |
| YUV | 123.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 131 | 0 | 0.19 | 0.06 | 0.45 | 320 | 0.11 | 0.5 |
| Hex | 8C | 71 | 83 | 0 | 13 | 6 | 2D | 140 | B | 32 |
| Octal | 214 | 161 | 203 | 0 | 23 | 6 | 55 | 500 | 13 | 62 |
| Binary | 10001100 | 1110001 | 10000011 | 0 | 10011 | 110 | 101101 | 101000000 | 1011 | 110010 |
Color Harmonies of #8C7183
Complementary color
Monochromatic Colors of #8C7183
Black with #8C7183
Text Example
Text Example
White with #8C7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7183; }
p { color: rgb(140,113,131); }
H1.HeaderClassName
{
color: #8C7183;
}
.AnyTagClassName
{
color: #8C7183;
}
</style>
background-color css
<style>
a { background-color: #8C7183; }
a { background-color: rgb(140,113,131); }
div.DivClassName
{
background-color: #8C7183;
}
.BgClassName
{
background-color: #8C7183;
}
</style>
border-color css
<style>
span { border-color: #8C7183; }
span { border-color: rgb(140,113,131); }
td.TdClassName
{
border-color: #8C7183;
}
.TagClassName
{
border-color: #8C7183;
}
</style>