Shades of Strikemaster #8C587C
Tints of Strikemaster #8C587C
RGB
CMYK
RGB Variations
Color information
#8C587C (or 0x8C587C) is known color: Strikemaster. HEX triplet: 8C, 58 and 7C. RGB value is (140,88,124). Sum of RGB (Red+Green+Blue) = 140+88+124=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587C is #73A783. Grayscale: #6B6B6B. Windows color (decimal): -7579524 or 8149132. OLE color: 8149132.
HSL color Cylindrical-coordinate representation of color #8C587C: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C587C is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 124 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.45 |
| HSL | 318.46º | 0.23% | 0.45% | - |
| HSV(B) | 318.46º | 0.37% | 0.55% | - |
| XYZ | 17.94 | 14.01 | 20.83 | - |
| YUV | 107.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 124 | 0 | 0.37 | 0.11 | 0.45 | 318.46 | 0.23 | 0.45 |
| Hex | 8C | 58 | 7C | 0 | 25 | B | 2D | 13E | 17 | 2D |
| Octal | 214 | 130 | 174 | 0 | 45 | 13 | 55 | 476 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1111100 | 0 | 100101 | 1011 | 101101 | 100111110 | 10111 | 101101 |
Color Harmonies of #8C587C
Complementary color
Monochromatic Colors of #8C587C
Black with #8C587C
Text Example
Text Example
White with #8C587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C587C; }
p { color: rgb(140,88,124); }
H1.HeaderClassName
{
color: #8C587C;
}
.AnyTagClassName
{
color: #8C587C;
}
</style>
background-color css
<style>
a { background-color: #8C587C; }
a { background-color: rgb(140,88,124); }
div.DivClassName
{
background-color: #8C587C;
}
.BgClassName
{
background-color: #8C587C;
}
</style>
border-color css
<style>
span { border-color: #8C587C; }
span { border-color: rgb(140,88,124); }
td.TdClassName
{
border-color: #8C587C;
}
.TagClassName
{
border-color: #8C587C;
}
</style>