Shades of Strikemaster #9D607C
Tints of Strikemaster #9D607C
RGB
CMYK
RGB Variations
Color information
#9D607C (or 0x9D607C) is known color: Strikemaster. HEX triplet: 9D, 60 and 7C. RGB value is (157,96,124). Sum of RGB (Red+Green+Blue) = 157+96+124=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D607C is #629F83. Grayscale: #757575. Windows color (decimal): -6463364 or 8151197. OLE color: 8151197.
HSL color Cylindrical-coordinate representation of color #9D607C: hue angle of 332.46º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D607C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 124 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.38 |
| HSL | 332.46º | 0.24% | 0.5% | - |
| HSV(B) | 332.46º | 0.39% | 0.62% | - |
| XYZ | 21.73 | 16.99 | 21.2 | - |
| YUV | 117.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 124 | 0 | 0.39 | 0.21 | 0.38 | 332.46 | 0.24 | 0.5 |
| Hex | 9D | 60 | 7C | 0 | 27 | 15 | 26 | 14C | 18 | 32 |
| Octal | 235 | 140 | 174 | 0 | 47 | 25 | 46 | 514 | 30 | 62 |
| Binary | 10011101 | 1100000 | 1111100 | 0 | 100111 | 10101 | 100110 | 101001100 | 11000 | 110010 |
Color Harmonies of #9D607C
Complementary color
Monochromatic Colors of #9D607C
Black with #9D607C
Text Example
Text Example
White with #9D607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D607C; }
p { color: rgb(157,96,124); }
H1.HeaderClassName
{
color: #9D607C;
}
.AnyTagClassName
{
color: #9D607C;
}
</style>
background-color css
<style>
a { background-color: #9D607C; }
a { background-color: rgb(157,96,124); }
div.DivClassName
{
background-color: #9D607C;
}
.BgClassName
{
background-color: #9D607C;
}
</style>
border-color css
<style>
span { border-color: #9D607C; }
span { border-color: rgb(157,96,124); }
td.TdClassName
{
border-color: #9D607C;
}
.TagClassName
{
border-color: #9D607C;
}
</style>