Shades of Strikemaster #8C557C
Tints of Strikemaster #8C557C
RGB
CMYK
RGB Variations
Color information
#8C557C (or 0x8C557C) is known color: Strikemaster. HEX triplet: 8C, 55 and 7C. RGB value is (140,85,124). Sum of RGB (Red+Green+Blue) = 140+85+124=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C557C is #73AA83. Grayscale: #696969. Windows color (decimal): -7580292 or 8148364. OLE color: 8148364.
HSL color Cylindrical-coordinate representation of color #8C557C: hue angle of 317.45º 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 #8C557C is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 124 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.45 |
| HSL | 317.45º | 0.24% | 0.44% | - |
| HSV(B) | 317.45º | 0.39% | 0.55% | - |
| XYZ | 17.7 | 13.53 | 20.75 | - |
| YUV | 105.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 124 | 0 | 0.39 | 0.11 | 0.45 | 317.45 | 0.24 | 0.44 |
| Hex | 8C | 55 | 7C | 0 | 27 | B | 2D | 13D | 18 | 2C |
| Octal | 214 | 125 | 174 | 0 | 47 | 13 | 55 | 475 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1111100 | 0 | 100111 | 1011 | 101101 | 100111101 | 11000 | 101100 |
Color Harmonies of #8C557C
Complementary color
Monochromatic Colors of #8C557C
Black with #8C557C
Text Example
Text Example
White with #8C557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C557C; }
p { color: rgb(140,85,124); }
H1.HeaderClassName
{
color: #8C557C;
}
.AnyTagClassName
{
color: #8C557C;
}
</style>
background-color css
<style>
a { background-color: #8C557C; }
a { background-color: rgb(140,85,124); }
div.DivClassName
{
background-color: #8C557C;
}
.BgClassName
{
background-color: #8C557C;
}
</style>
border-color css
<style>
span { border-color: #8C557C; }
span { border-color: rgb(140,85,124); }
td.TdClassName
{
border-color: #8C557C;
}
.TagClassName
{
border-color: #8C557C;
}
</style>