Shades of Strikemaster #9D617F
Tints of Strikemaster #9D617F
RGB
CMYK
RGB Variations
Color information
#9D617F (or 0x9D617F) is known color: Strikemaster. HEX triplet: 9D, 61 and 7F. RGB value is (157,97,127). Sum of RGB (Red+Green+Blue) = 157+97+127=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D617F is #629E80. Grayscale: #767676. Windows color (decimal): -6463105 or 8348061. OLE color: 8348061.
HSL color Cylindrical-coordinate representation of color #9D617F: hue angle of 330º 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 #9D617F is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 127 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.38 |
| HSL | 330º | 0.24% | 0.5% | - |
| HSV(B) | 330º | 0.38% | 0.62% | - |
| XYZ | 22.01 | 17.25 | 22.25 | - |
| YUV | 118.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 127 | 0 | 0.38 | 0.19 | 0.38 | 330 | 0.24 | 0.5 |
| Hex | 9D | 61 | 7F | 0 | 26 | 13 | 26 | 14A | 18 | 32 |
| Octal | 235 | 141 | 177 | 0 | 46 | 23 | 46 | 512 | 30 | 62 |
| Binary | 10011101 | 1100001 | 1111111 | 0 | 100110 | 10011 | 100110 | 101001010 | 11000 | 110010 |
Color Harmonies of #9D617F
Complementary color
Monochromatic Colors of #9D617F
Black with #9D617F
Text Example
Text Example
White with #9D617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D617F; }
p { color: rgb(157,97,127); }
H1.HeaderClassName
{
color: #9D617F;
}
.AnyTagClassName
{
color: #9D617F;
}
</style>
background-color css
<style>
a { background-color: #9D617F; }
a { background-color: rgb(157,97,127); }
div.DivClassName
{
background-color: #9D617F;
}
.BgClassName
{
background-color: #9D617F;
}
</style>
border-color css
<style>
span { border-color: #9D617F; }
span { border-color: rgb(157,97,127); }
td.TdClassName
{
border-color: #9D617F;
}
.TagClassName
{
border-color: #9D617F;
}
</style>