Shades of Strikemaster #9D637C
Tints of Strikemaster #9D637C
RGB
CMYK
RGB Variations
Color information
#9D637C (or 0x9D637C) is known color: Strikemaster. HEX triplet: 9D, 63 and 7C. RGB value is (157,99,124). Sum of RGB (Red+Green+Blue) = 157+99+124=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D637C is #629C83. Grayscale: #777777. Windows color (decimal): -6462596 or 8151965. OLE color: 8151965.
HSL color Cylindrical-coordinate representation of color #9D637C: hue angle of 334.14º 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 #9D637C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 124 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.38 |
| HSL | 334.14º | 0.23% | 0.5% | - |
| HSV(B) | 334.14º | 0.37% | 0.62% | - |
| XYZ | 22 | 17.55 | 21.3 | - |
| YUV | 119.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 124 | 0 | 0.37 | 0.21 | 0.38 | 334.14 | 0.23 | 0.5 |
| Hex | 9D | 63 | 7C | 0 | 25 | 15 | 26 | 14E | 17 | 32 |
| Octal | 235 | 143 | 174 | 0 | 45 | 25 | 46 | 516 | 27 | 62 |
| Binary | 10011101 | 1100011 | 1111100 | 0 | 100101 | 10101 | 100110 | 101001110 | 10111 | 110010 |
Color Harmonies of #9D637C
Complementary color
Monochromatic Colors of #9D637C
Black with #9D637C
Text Example
Text Example
White with #9D637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D637C; }
p { color: rgb(157,99,124); }
H1.HeaderClassName
{
color: #9D637C;
}
.AnyTagClassName
{
color: #9D637C;
}
</style>
background-color css
<style>
a { background-color: #9D637C; }
a { background-color: rgb(157,99,124); }
div.DivClassName
{
background-color: #9D637C;
}
.BgClassName
{
background-color: #9D637C;
}
</style>
border-color css
<style>
span { border-color: #9D637C; }
span { border-color: rgb(157,99,124); }
td.TdClassName
{
border-color: #9D637C;
}
.TagClassName
{
border-color: #9D637C;
}
</style>