Shades of Strikemaster #8C587D
Tints of Strikemaster #8C587D
RGB
CMYK
RGB Variations
Color information
#8C587D (or 0x8C587D) is known color: Strikemaster. HEX triplet: 8C, 58 and 7D. RGB value is (140,88,125). Sum of RGB (Red+Green+Blue) = 140+88+125=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587D is #73A782. Grayscale: #6B6B6B. Windows color (decimal): -7579523 or 8214668. OLE color: 8214668.
HSL color Cylindrical-coordinate representation of color #8C587D: hue angle of 317.31º 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 #8C587D is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 125 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.45 |
| HSL | 317.31º | 0.23% | 0.45% | - |
| HSV(B) | 317.31º | 0.37% | 0.55% | - |
| XYZ | 18.01 | 14.04 | 21.16 | - |
| YUV | 107.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 125 | 0 | 0.37 | 0.11 | 0.45 | 317.31 | 0.23 | 0.45 |
| Hex | 8C | 58 | 7D | 0 | 25 | B | 2D | 13D | 17 | 2D |
| Octal | 214 | 130 | 175 | 0 | 45 | 13 | 55 | 475 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1111101 | 0 | 100101 | 1011 | 101101 | 100111101 | 10111 | 101101 |
Color Harmonies of #8C587D
Complementary color
Monochromatic Colors of #8C587D
Black with #8C587D
Text Example
Text Example
White with #8C587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C587D; }
p { color: rgb(140,88,125); }
H1.HeaderClassName
{
color: #8C587D;
}
.AnyTagClassName
{
color: #8C587D;
}
</style>
background-color css
<style>
a { background-color: #8C587D; }
a { background-color: rgb(140,88,125); }
div.DivClassName
{
background-color: #8C587D;
}
.BgClassName
{
background-color: #8C587D;
}
</style>
border-color css
<style>
span { border-color: #8C587D; }
span { border-color: rgb(140,88,125); }
td.TdClassName
{
border-color: #8C587D;
}
.TagClassName
{
border-color: #8C587D;
}
</style>