Shades of Strikemaster #9D617D
Tints of Strikemaster #9D617D
RGB
CMYK
RGB Variations
Color information
#9D617D (or 0x9D617D) is known color: Strikemaster. HEX triplet: 9D, 61 and 7D. RGB value is (157,97,125). Sum of RGB (Red+Green+Blue) = 157+97+125=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D617D is #629E82. Grayscale: #767676. Windows color (decimal): -6463107 or 8216989. OLE color: 8216989.
HSL color Cylindrical-coordinate representation of color #9D617D: hue angle of 332º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D617D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 125 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.38 |
| HSL | 332º | 0.24% | 0.5% | - |
| HSV(B) | 332º | 0.38% | 0.62% | - |
| XYZ | 21.88 | 17.2 | 21.57 | - |
| YUV | 118.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 125 | 0 | 0.38 | 0.20 | 0.38 | 332 | 0.24 | 0.5 |
| Hex | 9D | 61 | 7D | 0 | 26 | 14 | 26 | 14C | 18 | 32 |
| Octal | 235 | 141 | 175 | 0 | 46 | 24 | 46 | 514 | 30 | 62 |
| Binary | 10011101 | 1100001 | 1111101 | 0 | 100110 | 10100 | 100110 | 101001100 | 11000 | 110010 |
Color Harmonies of #9D617D
Complementary color
Monochromatic Colors of #9D617D
Black with #9D617D
Text Example
Text Example
White with #9D617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D617D; }
p { color: rgb(157,97,125); }
H1.HeaderClassName
{
color: #9D617D;
}
.AnyTagClassName
{
color: #9D617D;
}
</style>
background-color css
<style>
a { background-color: #9D617D; }
a { background-color: rgb(157,97,125); }
div.DivClassName
{
background-color: #9D617D;
}
.BgClassName
{
background-color: #9D617D;
}
</style>
border-color css
<style>
span { border-color: #9D617D; }
span { border-color: rgb(157,97,125); }
td.TdClassName
{
border-color: #9D617D;
}
.TagClassName
{
border-color: #9D617D;
}
</style>