Shades of Strikemaster #8C547A
Tints of Strikemaster #8C547A
RGB
CMYK
RGB Variations
Color information
#8C547A (or 0x8C547A) is known color: Strikemaster. HEX triplet: 8C, 54 and 7A. RGB value is (140,84,122). Sum of RGB (Red+Green+Blue) = 140+84+122=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C547A is #73AB85. Grayscale: #686868. Windows color (decimal): -7580550 or 8017036. OLE color: 8017036.
HSL color Cylindrical-coordinate representation of color #8C547A: hue angle of 319.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C547A is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 122 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.45 |
| HSL | 319.29º | 0.25% | 0.44% | - |
| HSV(B) | 319.29º | 0.4% | 0.55% | - |
| XYZ | 17.5 | 13.32 | 20.06 | - |
| YUV | 105.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 122 | 0 | 0.4 | 0.13 | 0.45 | 319.29 | 0.25 | 0.44 |
| Hex | 8C | 54 | 7A | 0 | 28 | D | 2D | 13F | 19 | 2C |
| Octal | 214 | 124 | 172 | 0 | 50 | 15 | 55 | 477 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1111010 | 0 | 101000 | 1101 | 101101 | 100111111 | 11001 | 101100 |
Color Harmonies of #8C547A
Complementary color
Monochromatic Colors of #8C547A
Black with #8C547A
Text Example
Text Example
White with #8C547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C547A; }
p { color: rgb(140,84,122); }
H1.HeaderClassName
{
color: #8C547A;
}
.AnyTagClassName
{
color: #8C547A;
}
</style>
background-color css
<style>
a { background-color: #8C547A; }
a { background-color: rgb(140,84,122); }
div.DivClassName
{
background-color: #8C547A;
}
.BgClassName
{
background-color: #8C547A;
}
</style>
border-color css
<style>
span { border-color: #8C547A; }
span { border-color: rgb(140,84,122); }
td.TdClassName
{
border-color: #8C547A;
}
.TagClassName
{
border-color: #8C547A;
}
</style>