Shades of Strikemaster #9C558A
Tints of Strikemaster #9C558A
RGB
CMYK
RGB Variations
Color information
#9C558A (or 0x9C558A) is known color: Strikemaster. HEX triplet: 9C, 55 and 8A. RGB value is (156,85,138). Sum of RGB (Red+Green+Blue) = 156+85+138=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C558A is #63AA75. Grayscale: #707070. Windows color (decimal): -6531702 or 9065884. OLE color: 9065884.
HSL color Cylindrical-coordinate representation of color #9C558A: hue angle of 315.21º 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 #9C558A is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 138 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.39 |
| HSL | 315.21º | 0.29% | 0.47% | - |
| HSV(B) | 315.21º | 0.46% | 0.61% | - |
| XYZ | 21.55 | 15.4 | 25.88 | - |
| YUV | 112.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 138 | 0 | 0.46 | 0.12 | 0.39 | 315.21 | 0.29 | 0.47 |
| Hex | 9C | 55 | 8A | 0 | 2E | C | 27 | 13B | 1D | 2F |
| Octal | 234 | 125 | 212 | 0 | 56 | 14 | 47 | 473 | 35 | 57 |
| Binary | 10011100 | 1010101 | 10001010 | 0 | 101110 | 1100 | 100111 | 100111011 | 11101 | 101111 |
Color Harmonies of #9C558A
Complementary color
Monochromatic Colors of #9C558A
Black with #9C558A
Text Example
Text Example
White with #9C558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C558A; }
p { color: rgb(156,85,138); }
H1.HeaderClassName
{
color: #9C558A;
}
.AnyTagClassName
{
color: #9C558A;
}
</style>
background-color css
<style>
a { background-color: #9C558A; }
a { background-color: rgb(156,85,138); }
div.DivClassName
{
background-color: #9C558A;
}
.BgClassName
{
background-color: #9C558A;
}
</style>
border-color css
<style>
span { border-color: #9C558A; }
span { border-color: rgb(156,85,138); }
td.TdClassName
{
border-color: #9C558A;
}
.TagClassName
{
border-color: #9C558A;
}
</style>