Shades of Strikemaster #8C5774
Tints of Strikemaster #8C5774
RGB
CMYK
RGB Variations
Color information
#8C5774 (or 0x8C5774) is known color: Strikemaster. HEX triplet: 8C, 57 and 74. RGB value is (140,87,116). Sum of RGB (Red+Green+Blue) = 140+87+116=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5774 is #73A88B. Grayscale: #6A6A6A. Windows color (decimal): -7579788 or 7624588. OLE color: 7624588.
HSL color Cylindrical-coordinate representation of color #8C5774: hue angle of 327.17º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5774 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 116 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.45 |
| HSL | 327.17º | 0.23% | 0.45% | - |
| HSV(B) | 327.17º | 0.38% | 0.55% | - |
| XYZ | 17.38 | 13.65 | 18.24 | - |
| YUV | 106.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 116 | 0 | 0.38 | 0.17 | 0.45 | 327.17 | 0.23 | 0.45 |
| Hex | 8C | 57 | 74 | 0 | 26 | 11 | 2D | 147 | 17 | 2D |
| Octal | 214 | 127 | 164 | 0 | 46 | 21 | 55 | 507 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1110100 | 0 | 100110 | 10001 | 101101 | 101000111 | 10111 | 101101 |
Color Harmonies of #8C5774
Complementary color
Monochromatic Colors of #8C5774
Black with #8C5774
Text Example
Text Example
White with #8C5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5774; }
p { color: rgb(140,87,116); }
H1.HeaderClassName
{
color: #8C5774;
}
.AnyTagClassName
{
color: #8C5774;
}
</style>
background-color css
<style>
a { background-color: #8C5774; }
a { background-color: rgb(140,87,116); }
div.DivClassName
{
background-color: #8C5774;
}
.BgClassName
{
background-color: #8C5774;
}
</style>
border-color css
<style>
span { border-color: #8C5774; }
span { border-color: rgb(140,87,116); }
td.TdClassName
{
border-color: #8C5774;
}
.TagClassName
{
border-color: #8C5774;
}
</style>