Shades of Strikemaster #9C5687
Tints of Strikemaster #9C5687
RGB
CMYK
RGB Variations
Color information
#9C5687 (or 0x9C5687) is known color: Strikemaster. HEX triplet: 9C, 56 and 87. RGB value is (156,86,135). Sum of RGB (Red+Green+Blue) = 156+86+135=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5687 is #63A978. Grayscale: #707070. Windows color (decimal): -6531449 or 8869532. OLE color: 8869532.
HSL color Cylindrical-coordinate representation of color #9C5687: hue angle of 318º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C5687 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 135 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.39 |
| HSL | 318º | 0.29% | 0.47% | - |
| HSV(B) | 318º | 0.45% | 0.61% | - |
| XYZ | 21.41 | 15.47 | 24.78 | - |
| YUV | 112.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 135 | 0 | 0.45 | 0.13 | 0.39 | 318 | 0.29 | 0.47 |
| Hex | 9C | 56 | 87 | 0 | 2D | D | 27 | 13E | 1D | 2F |
| Octal | 234 | 126 | 207 | 0 | 55 | 15 | 47 | 476 | 35 | 57 |
| Binary | 10011100 | 1010110 | 10000111 | 0 | 101101 | 1101 | 100111 | 100111110 | 11101 | 101111 |
Color Harmonies of #9C5687
Complementary color
Monochromatic Colors of #9C5687
Black with #9C5687
Text Example
Text Example
White with #9C5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5687; }
p { color: rgb(156,86,135); }
H1.HeaderClassName
{
color: #9C5687;
}
.AnyTagClassName
{
color: #9C5687;
}
</style>
background-color css
<style>
a { background-color: #9C5687; }
a { background-color: rgb(156,86,135); }
div.DivClassName
{
background-color: #9C5687;
}
.BgClassName
{
background-color: #9C5687;
}
</style>
border-color css
<style>
span { border-color: #9C5687; }
span { border-color: rgb(156,86,135); }
td.TdClassName
{
border-color: #9C5687;
}
.TagClassName
{
border-color: #9C5687;
}
</style>