Shades of Strikemaster #8C587B
Tints of Strikemaster #8C587B
RGB
CMYK
RGB Variations
Color information
#8C587B (or 0x8C587B) is known color: Strikemaster. HEX triplet: 8C, 58 and 7B. RGB value is (140,88,123). Sum of RGB (Red+Green+Blue) = 140+88+123=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587B is #73A784. Grayscale: #6B6B6B. Windows color (decimal): -7579525 or 8083596. OLE color: 8083596.
HSL color Cylindrical-coordinate representation of color #8C587B: hue angle of 319.62º 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 #8C587B is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 123 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.45 |
| HSL | 319.62º | 0.23% | 0.45% | - |
| HSV(B) | 319.62º | 0.37% | 0.55% | - |
| XYZ | 17.88 | 13.98 | 20.5 | - |
| YUV | 107.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 123 | 0 | 0.37 | 0.12 | 0.45 | 319.62 | 0.23 | 0.45 |
| Hex | 8C | 58 | 7B | 0 | 25 | C | 2D | 140 | 17 | 2D |
| Octal | 214 | 130 | 173 | 0 | 45 | 14 | 55 | 500 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1111011 | 0 | 100101 | 1100 | 101101 | 101000000 | 10111 | 101101 |
Color Harmonies of #8C587B
Complementary color
Monochromatic Colors of #8C587B
Black with #8C587B
Text Example
Text Example
White with #8C587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C587B; }
p { color: rgb(140,88,123); }
H1.HeaderClassName
{
color: #8C587B;
}
.AnyTagClassName
{
color: #8C587B;
}
</style>
background-color css
<style>
a { background-color: #8C587B; }
a { background-color: rgb(140,88,123); }
div.DivClassName
{
background-color: #8C587B;
}
.BgClassName
{
background-color: #8C587B;
}
</style>
border-color css
<style>
span { border-color: #8C587B; }
span { border-color: rgb(140,88,123); }
td.TdClassName
{
border-color: #8C587B;
}
.TagClassName
{
border-color: #8C587B;
}
</style>