Shades of Strikemaster #8C577C
Tints of Strikemaster #8C577C
RGB
CMYK
RGB Variations
Color information
#8C577C (or 0x8C577C) is known color: Strikemaster. HEX triplet: 8C, 57 and 7C. RGB value is (140,87,124). Sum of RGB (Red+Green+Blue) = 140+87+124=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C577C is #73A883. Grayscale: #6A6A6A. Windows color (decimal): -7579780 or 8148876. OLE color: 8148876.
HSL color Cylindrical-coordinate representation of color #8C577C: hue angle of 318.11º 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 #8C577C is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 124 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.45 |
| HSL | 318.11º | 0.23% | 0.45% | - |
| HSV(B) | 318.11º | 0.38% | 0.55% | - |
| XYZ | 17.86 | 13.85 | 20.8 | - |
| YUV | 107.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 124 | 0 | 0.38 | 0.11 | 0.45 | 318.11 | 0.23 | 0.45 |
| Hex | 8C | 57 | 7C | 0 | 26 | B | 2D | 13E | 17 | 2D |
| Octal | 214 | 127 | 174 | 0 | 46 | 13 | 55 | 476 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1111100 | 0 | 100110 | 1011 | 101101 | 100111110 | 10111 | 101101 |
Color Harmonies of #8C577C
Complementary color
Monochromatic Colors of #8C577C
Black with #8C577C
Text Example
Text Example
White with #8C577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C577C; }
p { color: rgb(140,87,124); }
H1.HeaderClassName
{
color: #8C577C;
}
.AnyTagClassName
{
color: #8C577C;
}
</style>
background-color css
<style>
a { background-color: #8C577C; }
a { background-color: rgb(140,87,124); }
div.DivClassName
{
background-color: #8C577C;
}
.BgClassName
{
background-color: #8C577C;
}
</style>
border-color css
<style>
span { border-color: #8C577C; }
span { border-color: rgb(140,87,124); }
td.TdClassName
{
border-color: #8C577C;
}
.TagClassName
{
border-color: #8C577C;
}
</style>