Shades of Strikemaster #9D637E
Tints of Strikemaster #9D637E
RGB
CMYK
RGB Variations
Color information
#9D637E (or 0x9D637E) is known color: Strikemaster. HEX triplet: 9D, 63 and 7E. RGB value is (157,99,126). Sum of RGB (Red+Green+Blue) = 157+99+126=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D637E is #629C81. Grayscale: #777777. Windows color (decimal): -6462594 or 8283037. OLE color: 8283037.
HSL color Cylindrical-coordinate representation of color #9D637E: hue angle of 332.07º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D637E is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 126 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.38 |
| HSL | 332.07º | 0.23% | 0.5% | - |
| HSV(B) | 332.07º | 0.37% | 0.62% | - |
| XYZ | 22.13 | 17.6 | 21.97 | - |
| YUV | 119.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 126 | 0 | 0.37 | 0.20 | 0.38 | 332.07 | 0.23 | 0.5 |
| Hex | 9D | 63 | 7E | 0 | 25 | 14 | 26 | 14C | 17 | 32 |
| Octal | 235 | 143 | 176 | 0 | 45 | 24 | 46 | 514 | 27 | 62 |
| Binary | 10011101 | 1100011 | 1111110 | 0 | 100101 | 10100 | 100110 | 101001100 | 10111 | 110010 |
Color Harmonies of #9D637E
Complementary color
Monochromatic Colors of #9D637E
Black with #9D637E
Text Example
Text Example
White with #9D637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D637E; }
p { color: rgb(157,99,126); }
H1.HeaderClassName
{
color: #9D637E;
}
.AnyTagClassName
{
color: #9D637E;
}
</style>
background-color css
<style>
a { background-color: #9D637E; }
a { background-color: rgb(157,99,126); }
div.DivClassName
{
background-color: #9D637E;
}
.BgClassName
{
background-color: #9D637E;
}
</style>
border-color css
<style>
span { border-color: #9D637E; }
span { border-color: rgb(157,99,126); }
td.TdClassName
{
border-color: #9D637E;
}
.TagClassName
{
border-color: #9D637E;
}
</style>