Shades of Strikemaster #9C587D
Tints of Strikemaster #9C587D
RGB
CMYK
RGB Variations
Color information
#9C587D (or 0x9C587D) is known color: Strikemaster. HEX triplet: 9C, 58 and 7D. RGB value is (156,88,125). Sum of RGB (Red+Green+Blue) = 156+88+125=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C587D is #63A782. Grayscale: #707070. Windows color (decimal): -6530947 or 8214684. OLE color: 8214684.
HSL color Cylindrical-coordinate representation of color #9C587D: hue angle of 327.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C587D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 88 | 125 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.39 |
| HSL | 327.35º | 0.28% | 0.48% | - |
| HSV(B) | 327.35º | 0.44% | 0.61% | - |
| XYZ | 20.9 | 15.53 | 21.3 | - |
| YUV | 112.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 125 | 0 | 0.44 | 0.20 | 0.39 | 327.35 | 0.28 | 0.48 |
| Hex | 9C | 58 | 7D | 0 | 2C | 14 | 27 | 147 | 1C | 30 |
| Octal | 234 | 130 | 175 | 0 | 54 | 24 | 47 | 507 | 34 | 60 |
| Binary | 10011100 | 1011000 | 1111101 | 0 | 101100 | 10100 | 100111 | 101000111 | 11100 | 110000 |
Color Harmonies of #9C587D
Complementary color
Monochromatic Colors of #9C587D
Black with #9C587D
Text Example
Text Example
White with #9C587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C587D; }
p { color: rgb(156,88,125); }
H1.HeaderClassName
{
color: #9C587D;
}
.AnyTagClassName
{
color: #9C587D;
}
</style>
background-color css
<style>
a { background-color: #9C587D; }
a { background-color: rgb(156,88,125); }
div.DivClassName
{
background-color: #9C587D;
}
.BgClassName
{
background-color: #9C587D;
}
</style>
border-color css
<style>
span { border-color: #9C587D; }
span { border-color: rgb(156,88,125); }
td.TdClassName
{
border-color: #9C587D;
}
.TagClassName
{
border-color: #9C587D;
}
</style>