Shades of Strikemaster #9F628F
Tints of Strikemaster #9F628F
RGB
CMYK
RGB Variations
Color information
#9F628F (or 0x9F628F) is known color: Strikemaster. HEX triplet: 9F, 62 and 8F. RGB value is (159,98,143). Sum of RGB (Red+Green+Blue) = 159+98+143=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F628F is #609D70. Grayscale: #797979. Windows color (decimal): -6331761 or 9396895. OLE color: 9396895.
HSL color Cylindrical-coordinate representation of color #9F628F: hue angle of 315.74º 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 #9F628F is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 143 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.38 |
| HSL | 315.74º | 0.24% | 0.5% | - |
| HSV(B) | 315.74º | 0.38% | 0.62% | - |
| XYZ | 23.62 | 18.09 | 28.23 | - |
| YUV | 121.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 143 | 0 | 0.38 | 0.10 | 0.38 | 315.74 | 0.24 | 0.5 |
| Hex | 9F | 62 | 8F | 0 | 26 | A | 26 | 13C | 18 | 32 |
| Octal | 237 | 142 | 217 | 0 | 46 | 12 | 46 | 474 | 30 | 62 |
| Binary | 10011111 | 1100010 | 10001111 | 0 | 100110 | 1010 | 100110 | 100111100 | 11000 | 110010 |
Color Harmonies of #9F628F
Complementary color
Monochromatic Colors of #9F628F
Black with #9F628F
Text Example
Text Example
White with #9F628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F628F; }
p { color: rgb(159,98,143); }
H1.HeaderClassName
{
color: #9F628F;
}
.AnyTagClassName
{
color: #9F628F;
}
</style>
background-color css
<style>
a { background-color: #9F628F; }
a { background-color: rgb(159,98,143); }
div.DivClassName
{
background-color: #9F628F;
}
.BgClassName
{
background-color: #9F628F;
}
</style>
border-color css
<style>
span { border-color: #9F628F; }
span { border-color: rgb(159,98,143); }
td.TdClassName
{
border-color: #9F628F;
}
.TagClassName
{
border-color: #9F628F;
}
</style>