Shades of Strikemaster #9F627F
Tints of Strikemaster #9F627F
RGB
CMYK
RGB Variations
Color information
#9F627F (or 0x9F627F) is known color: Strikemaster. HEX triplet: 9F, 62 and 7F. RGB value is (159,98,127). Sum of RGB (Red+Green+Blue) = 159+98+127=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F627F is #609D80. Grayscale: #777777. Windows color (decimal): -6331777 or 8348319. OLE color: 8348319.
HSL color Cylindrical-coordinate representation of color #9F627F: hue angle of 331.48º 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 #9F627F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 127 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.38 |
| HSL | 331.48º | 0.24% | 0.5% | - |
| HSV(B) | 331.48º | 0.38% | 0.62% | - |
| XYZ | 22.5 | 17.64 | 22.3 | - |
| YUV | 119.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 127 | 0 | 0.38 | 0.20 | 0.38 | 331.48 | 0.24 | 0.5 |
| Hex | 9F | 62 | 7F | 0 | 26 | 14 | 26 | 14B | 18 | 32 |
| Octal | 237 | 142 | 177 | 0 | 46 | 24 | 46 | 513 | 30 | 62 |
| Binary | 10011111 | 1100010 | 1111111 | 0 | 100110 | 10100 | 100110 | 101001011 | 11000 | 110010 |
Color Harmonies of #9F627F
Complementary color
Monochromatic Colors of #9F627F
Black with #9F627F
Text Example
Text Example
White with #9F627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F627F; }
p { color: rgb(159,98,127); }
H1.HeaderClassName
{
color: #9F627F;
}
.AnyTagClassName
{
color: #9F627F;
}
</style>
background-color css
<style>
a { background-color: #9F627F; }
a { background-color: rgb(159,98,127); }
div.DivClassName
{
background-color: #9F627F;
}
.BgClassName
{
background-color: #9F627F;
}
</style>
border-color css
<style>
span { border-color: #9F627F; }
span { border-color: rgb(159,98,127); }
td.TdClassName
{
border-color: #9F627F;
}
.TagClassName
{
border-color: #9F627F;
}
</style>