Shades of Strikemaster #9D627A
Tints of Strikemaster #9D627A
RGB
CMYK
RGB Variations
Color information
#9D627A (or 0x9D627A) is known color: Strikemaster. HEX triplet: 9D, 62 and 7A. RGB value is (157,98,122). Sum of RGB (Red+Green+Blue) = 157+98+122=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D627A is #629D85. Grayscale: #767676. Windows color (decimal): -6462854 or 8020637. OLE color: 8020637.
HSL color Cylindrical-coordinate representation of color #9D627A: hue angle of 335.59º 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 #9D627A is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 122 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.38 |
| HSL | 335.59º | 0.23% | 0.5% | - |
| HSV(B) | 335.59º | 0.38% | 0.62% | - |
| XYZ | 21.79 | 17.31 | 20.61 | - |
| YUV | 118.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 122 | 0 | 0.38 | 0.22 | 0.38 | 335.59 | 0.23 | 0.5 |
| Hex | 9D | 62 | 7A | 0 | 26 | 16 | 26 | 150 | 17 | 32 |
| Octal | 235 | 142 | 172 | 0 | 46 | 26 | 46 | 520 | 27 | 62 |
| Binary | 10011101 | 1100010 | 1111010 | 0 | 100110 | 10110 | 100110 | 101010000 | 10111 | 110010 |
Color Harmonies of #9D627A
Complementary color
Monochromatic Colors of #9D627A
Black with #9D627A
Text Example
Text Example
White with #9D627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D627A; }
p { color: rgb(157,98,122); }
H1.HeaderClassName
{
color: #9D627A;
}
.AnyTagClassName
{
color: #9D627A;
}
</style>
background-color css
<style>
a { background-color: #9D627A; }
a { background-color: rgb(157,98,122); }
div.DivClassName
{
background-color: #9D627A;
}
.BgClassName
{
background-color: #9D627A;
}
</style>
border-color css
<style>
span { border-color: #9D627A; }
span { border-color: rgb(157,98,122); }
td.TdClassName
{
border-color: #9D627A;
}
.TagClassName
{
border-color: #9D627A;
}
</style>