Shades of Strikemaster #8C557A
Tints of Strikemaster #8C557A
RGB
CMYK
RGB Variations
Color information
#8C557A (or 0x8C557A) is known color: Strikemaster. HEX triplet: 8C, 55 and 7A. RGB value is (140,85,122). Sum of RGB (Red+Green+Blue) = 140+85+122=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C557A is #73AA85. Grayscale: #696969. Windows color (decimal): -7580294 or 8017292. OLE color: 8017292.
HSL color Cylindrical-coordinate representation of color #8C557A: hue angle of 319.64º 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 #8C557A is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 122 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.45 |
| HSL | 319.64º | 0.24% | 0.44% | - |
| HSV(B) | 319.64º | 0.39% | 0.55% | - |
| XYZ | 17.58 | 13.48 | 20.09 | - |
| YUV | 105.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 122 | 0 | 0.39 | 0.13 | 0.45 | 319.64 | 0.24 | 0.44 |
| Hex | 8C | 55 | 7A | 0 | 27 | D | 2D | 140 | 18 | 2C |
| Octal | 214 | 125 | 172 | 0 | 47 | 15 | 55 | 500 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1111010 | 0 | 100111 | 1101 | 101101 | 101000000 | 11000 | 101100 |
Color Harmonies of #8C557A
Complementary color
Monochromatic Colors of #8C557A
Black with #8C557A
Text Example
Text Example
White with #8C557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C557A; }
p { color: rgb(140,85,122); }
H1.HeaderClassName
{
color: #8C557A;
}
.AnyTagClassName
{
color: #8C557A;
}
</style>
background-color css
<style>
a { background-color: #8C557A; }
a { background-color: rgb(140,85,122); }
div.DivClassName
{
background-color: #8C557A;
}
.BgClassName
{
background-color: #8C557A;
}
</style>
border-color css
<style>
span { border-color: #8C557A; }
span { border-color: rgb(140,85,122); }
td.TdClassName
{
border-color: #8C557A;
}
.TagClassName
{
border-color: #8C557A;
}
</style>