Shades of Strikemaster #9C557E
Tints of Strikemaster #9C557E
RGB
CMYK
RGB Variations
Color information
#9C557E (or 0x9C557E) is known color: Strikemaster. HEX triplet: 9C, 55 and 7E. RGB value is (156,85,126). Sum of RGB (Red+Green+Blue) = 156+85+126=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557E is #63AA81. Grayscale: #6E6E6E. Windows color (decimal): -6531714 or 8279452. OLE color: 8279452.
HSL color Cylindrical-coordinate representation of color #9C557E: hue angle of 325.35º degrees, saturation: 0.29, 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 #9C557E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 126 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.39 |
| HSL | 325.35º | 0.29% | 0.47% | - |
| HSV(B) | 325.35º | 0.46% | 0.61% | - |
| XYZ | 20.72 | 15.07 | 21.56 | - |
| YUV | 110.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 126 | 0 | 0.46 | 0.19 | 0.39 | 325.35 | 0.29 | 0.47 |
| Hex | 9C | 55 | 7E | 0 | 2E | 13 | 27 | 145 | 1D | 2F |
| Octal | 234 | 125 | 176 | 0 | 56 | 23 | 47 | 505 | 35 | 57 |
| Binary | 10011100 | 1010101 | 1111110 | 0 | 101110 | 10011 | 100111 | 101000101 | 11101 | 101111 |
Color Harmonies of #9C557E
Complementary color
Monochromatic Colors of #9C557E
Black with #9C557E
Text Example
Text Example
White with #9C557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C557E; }
p { color: rgb(156,85,126); }
H1.HeaderClassName
{
color: #9C557E;
}
.AnyTagClassName
{
color: #9C557E;
}
</style>
background-color css
<style>
a { background-color: #9C557E; }
a { background-color: rgb(156,85,126); }
div.DivClassName
{
background-color: #9C557E;
}
.BgClassName
{
background-color: #9C557E;
}
</style>
border-color css
<style>
span { border-color: #9C557E; }
span { border-color: rgb(156,85,126); }
td.TdClassName
{
border-color: #9C557E;
}
.TagClassName
{
border-color: #9C557E;
}
</style>