Shades of Strikemaster #9C4E87
Tints of Strikemaster #9C4E87
RGB
CMYK
RGB Variations
Color information
#9C4E87 (or 0x9C4E87) is known color: Strikemaster. HEX triplet: 9C, 4E and 87. RGB value is (156,78,135). Sum of RGB (Red+Green+Blue) = 156+78+135=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E87 is #63B178. Grayscale: #6B6B6B. Windows color (decimal): -6533497 or 8867484. OLE color: 8867484.
HSL color Cylindrical-coordinate representation of color #9C4E87: hue angle of 316.15º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E87 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 135 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.39 |
| HSL | 316.15º | 0.33% | 0.46% | - |
| HSV(B) | 316.15º | 0.5% | 0.61% | - |
| XYZ | 20.81 | 14.27 | 24.58 | - |
| YUV | 107.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 135 | 0 | 0.5 | 0.13 | 0.39 | 316.15 | 0.33 | 0.46 |
| Hex | 9C | 4E | 87 | 0 | 32 | D | 27 | 13C | 21 | 2E |
| Octal | 234 | 116 | 207 | 0 | 62 | 15 | 47 | 474 | 41 | 56 |
| Binary | 10011100 | 1001110 | 10000111 | 0 | 110010 | 1101 | 100111 | 100111100 | 100001 | 101110 |
Color Harmonies of #9C4E87
Complementary color
Monochromatic Colors of #9C4E87
Black with #9C4E87
Text Example
Text Example
White with #9C4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E87; }
p { color: rgb(156,78,135); }
H1.HeaderClassName
{
color: #9C4E87;
}
.AnyTagClassName
{
color: #9C4E87;
}
</style>
background-color css
<style>
a { background-color: #9C4E87; }
a { background-color: rgb(156,78,135); }
div.DivClassName
{
background-color: #9C4E87;
}
.BgClassName
{
background-color: #9C4E87;
}
</style>
border-color css
<style>
span { border-color: #9C4E87; }
span { border-color: rgb(156,78,135); }
td.TdClassName
{
border-color: #9C4E87;
}
.TagClassName
{
border-color: #9C4E87;
}
</style>