Shades of Strikemaster #9D627C
Tints of Strikemaster #9D627C
RGB
CMYK
RGB Variations
Color information
#9D627C (or 0x9D627C) is known color: Strikemaster. HEX triplet: 9D, 62 and 7C. RGB value is (157,98,124). Sum of RGB (Red+Green+Blue) = 157+98+124=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D627C is #629D83. Grayscale: #767676. Windows color (decimal): -6462852 or 8151709. OLE color: 8151709.
HSL color Cylindrical-coordinate representation of color #9D627C: hue angle of 333.56º degrees, saturation: 0.23, 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 #9D627C is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 124 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.38 |
| HSL | 333.56º | 0.23% | 0.5% | - |
| HSV(B) | 333.56º | 0.38% | 0.62% | - |
| XYZ | 21.91 | 17.36 | 21.26 | - |
| YUV | 118.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 124 | 0 | 0.38 | 0.21 | 0.38 | 333.56 | 0.23 | 0.5 |
| Hex | 9D | 62 | 7C | 0 | 26 | 15 | 26 | 14E | 17 | 32 |
| Octal | 235 | 142 | 174 | 0 | 46 | 25 | 46 | 516 | 27 | 62 |
| Binary | 10011101 | 1100010 | 1111100 | 0 | 100110 | 10101 | 100110 | 101001110 | 10111 | 110010 |
Color Harmonies of #9D627C
Complementary color
Monochromatic Colors of #9D627C
Black with #9D627C
Text Example
Text Example
White with #9D627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D627C; }
p { color: rgb(157,98,124); }
H1.HeaderClassName
{
color: #9D627C;
}
.AnyTagClassName
{
color: #9D627C;
}
</style>
background-color css
<style>
a { background-color: #9D627C; }
a { background-color: rgb(157,98,124); }
div.DivClassName
{
background-color: #9D627C;
}
.BgClassName
{
background-color: #9D627C;
}
</style>
border-color css
<style>
span { border-color: #9D627C; }
span { border-color: rgb(157,98,124); }
td.TdClassName
{
border-color: #9D627C;
}
.TagClassName
{
border-color: #9D627C;
}
</style>