Shades of Strikemaster #9D627E
Tints of Strikemaster #9D627E
RGB
CMYK
RGB Variations
Color information
#9D627E (or 0x9D627E) is known color: Strikemaster. HEX triplet: 9D, 62 and 7E. RGB value is (157,98,126). Sum of RGB (Red+Green+Blue) = 157+98+126=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D627E is #629D81. Grayscale: #767676. Windows color (decimal): -6462850 or 8282781. OLE color: 8282781.
HSL color Cylindrical-coordinate representation of color #9D627E: hue angle of 331.53º 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 #9D627E is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 126 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.38 |
| HSL | 331.53º | 0.23% | 0.5% | - |
| HSV(B) | 331.53º | 0.38% | 0.62% | - |
| XYZ | 22.04 | 17.41 | 21.94 | - |
| YUV | 118.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 126 | 0 | 0.38 | 0.20 | 0.38 | 331.53 | 0.23 | 0.5 |
| Hex | 9D | 62 | 7E | 0 | 26 | 14 | 26 | 14C | 17 | 32 |
| Octal | 235 | 142 | 176 | 0 | 46 | 24 | 46 | 514 | 27 | 62 |
| Binary | 10011101 | 1100010 | 1111110 | 0 | 100110 | 10100 | 100110 | 101001100 | 10111 | 110010 |
Color Harmonies of #9D627E
Complementary color
Monochromatic Colors of #9D627E
Black with #9D627E
Text Example
Text Example
White with #9D627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D627E; }
p { color: rgb(157,98,126); }
H1.HeaderClassName
{
color: #9D627E;
}
.AnyTagClassName
{
color: #9D627E;
}
</style>
background-color css
<style>
a { background-color: #9D627E; }
a { background-color: rgb(157,98,126); }
div.DivClassName
{
background-color: #9D627E;
}
.BgClassName
{
background-color: #9D627E;
}
</style>
border-color css
<style>
span { border-color: #9D627E; }
span { border-color: rgb(157,98,126); }
td.TdClassName
{
border-color: #9D627E;
}
.TagClassName
{
border-color: #9D627E;
}
</style>