Shades of Strikemaster #9D578A
Tints of Strikemaster #9D578A
RGB
CMYK
RGB Variations
Color information
#9D578A (or 0x9D578A) is known color: Strikemaster. HEX triplet: 9D, 57 and 8A. RGB value is (157,87,138). Sum of RGB (Red+Green+Blue) = 157+87+138=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D578A is #62A875. Grayscale: #717171. Windows color (decimal): -6465654 or 9066397. OLE color: 9066397.
HSL color Cylindrical-coordinate representation of color #9D578A: hue angle of 316.29º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D578A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 87 | 138 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.38 |
| HSL | 316.29º | 0.29% | 0.48% | - |
| HSV(B) | 316.29º | 0.45% | 0.62% | - |
| XYZ | 21.9 | 15.82 | 25.94 | - |
| YUV | 113.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 138 | 0 | 0.45 | 0.12 | 0.38 | 316.29 | 0.29 | 0.48 |
| Hex | 9D | 57 | 8A | 0 | 2D | C | 26 | 13C | 1D | 30 |
| Octal | 235 | 127 | 212 | 0 | 55 | 14 | 46 | 474 | 35 | 60 |
| Binary | 10011101 | 1010111 | 10001010 | 0 | 101101 | 1100 | 100110 | 100111100 | 11101 | 110000 |
Color Harmonies of #9D578A
Complementary color
Monochromatic Colors of #9D578A
Black with #9D578A
Text Example
Text Example
White with #9D578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D578A; }
p { color: rgb(157,87,138); }
H1.HeaderClassName
{
color: #9D578A;
}
.AnyTagClassName
{
color: #9D578A;
}
</style>
background-color css
<style>
a { background-color: #9D578A; }
a { background-color: rgb(157,87,138); }
div.DivClassName
{
background-color: #9D578A;
}
.BgClassName
{
background-color: #9D578A;
}
</style>
border-color css
<style>
span { border-color: #9D578A; }
span { border-color: rgb(157,87,138); }
td.TdClassName
{
border-color: #9D578A;
}
.TagClassName
{
border-color: #9D578A;
}
</style>