Shades of Strikemaster #8C5574
Tints of Strikemaster #8C5574
RGB
CMYK
RGB Variations
Color information
#8C5574 (or 0x8C5574) is known color: Strikemaster. HEX triplet: 8C, 55 and 74. RGB value is (140,85,116). Sum of RGB (Red+Green+Blue) = 140+85+116=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5574 is #73AA8B. Grayscale: #686868. Windows color (decimal): -7580300 or 7624076. OLE color: 7624076.
HSL color Cylindrical-coordinate representation of color #8C5574: hue angle of 326.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5574 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 116 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.45 |
| HSL | 326.18º | 0.24% | 0.44% | - |
| HSV(B) | 326.18º | 0.39% | 0.55% | - |
| XYZ | 17.22 | 13.33 | 18.19 | - |
| YUV | 104.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 116 | 0 | 0.39 | 0.17 | 0.45 | 326.18 | 0.24 | 0.44 |
| Hex | 8C | 55 | 74 | 0 | 27 | 11 | 2D | 146 | 18 | 2C |
| Octal | 214 | 125 | 164 | 0 | 47 | 21 | 55 | 506 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110100 | 0 | 100111 | 10001 | 101101 | 101000110 | 11000 | 101100 |
Color Harmonies of #8C5574
Complementary color
Monochromatic Colors of #8C5574
Black with #8C5574
Text Example
Text Example
White with #8C5574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5574; }
p { color: rgb(140,85,116); }
H1.HeaderClassName
{
color: #8C5574;
}
.AnyTagClassName
{
color: #8C5574;
}
</style>
background-color css
<style>
a { background-color: #8C5574; }
a { background-color: rgb(140,85,116); }
div.DivClassName
{
background-color: #8C5574;
}
.BgClassName
{
background-color: #8C5574;
}
</style>
border-color css
<style>
span { border-color: #8C5574; }
span { border-color: rgb(140,85,116); }
td.TdClassName
{
border-color: #8C5574;
}
.TagClassName
{
border-color: #8C5574;
}
</style>