Shades of Strikemaster #9C5487
Tints of Strikemaster #9C5487
RGB
CMYK
RGB Variations
Color information
#9C5487 (or 0x9C5487) is known color: Strikemaster. HEX triplet: 9C, 54 and 87. RGB value is (156,84,135). Sum of RGB (Red+Green+Blue) = 156+84+135=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5487 is #63AB78. Grayscale: #6F6F6F. Windows color (decimal): -6531961 or 8869020. OLE color: 8869020.
HSL color Cylindrical-coordinate representation of color #9C5487: hue angle of 317.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5487 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 135 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.39 |
| HSL | 317.5º | 0.3% | 0.47% | - |
| HSV(B) | 317.5º | 0.46% | 0.61% | - |
| XYZ | 21.25 | 15.16 | 24.73 | - |
| YUV | 111.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 135 | 0 | 0.46 | 0.13 | 0.39 | 317.5 | 0.3 | 0.47 |
| Hex | 9C | 54 | 87 | 0 | 2E | D | 27 | 13E | 1E | 2F |
| Octal | 234 | 124 | 207 | 0 | 56 | 15 | 47 | 476 | 36 | 57 |
| Binary | 10011100 | 1010100 | 10000111 | 0 | 101110 | 1101 | 100111 | 100111110 | 11110 | 101111 |
Color Harmonies of #9C5487
Complementary color
Monochromatic Colors of #9C5487
Black with #9C5487
Text Example
Text Example
White with #9C5487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5487; }
p { color: rgb(156,84,135); }
H1.HeaderClassName
{
color: #9C5487;
}
.AnyTagClassName
{
color: #9C5487;
}
</style>
background-color css
<style>
a { background-color: #9C5487; }
a { background-color: rgb(156,84,135); }
div.DivClassName
{
background-color: #9C5487;
}
.BgClassName
{
background-color: #9C5487;
}
</style>
border-color css
<style>
span { border-color: #9C5487; }
span { border-color: rgb(156,84,135); }
td.TdClassName
{
border-color: #9C5487;
}
.TagClassName
{
border-color: #9C5487;
}
</style>