Shades of Strikemaster #9F627E
Tints of Strikemaster #9F627E
RGB
CMYK
RGB Variations
Color information
#9F627E (or 0x9F627E) is known color: Strikemaster. HEX triplet: 9F, 62 and 7E. RGB value is (159,98,126). Sum of RGB (Red+Green+Blue) = 159+98+126=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F627E is #609D81. Grayscale: #777777. Windows color (decimal): -6331778 or 8282783. OLE color: 8282783.
HSL color Cylindrical-coordinate representation of color #9F627E: hue angle of 332.46º 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 #9F627E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 126 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.38 |
| HSL | 332.46º | 0.24% | 0.5% | - |
| HSV(B) | 332.46º | 0.38% | 0.62% | - |
| XYZ | 22.43 | 17.61 | 21.96 | - |
| YUV | 119.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 126 | 0 | 0.38 | 0.21 | 0.38 | 332.46 | 0.24 | 0.5 |
| Hex | 9F | 62 | 7E | 0 | 26 | 15 | 26 | 14C | 18 | 32 |
| Octal | 237 | 142 | 176 | 0 | 46 | 25 | 46 | 514 | 30 | 62 |
| Binary | 10011111 | 1100010 | 1111110 | 0 | 100110 | 10101 | 100110 | 101001100 | 11000 | 110010 |
Color Harmonies of #9F627E
Complementary color
Monochromatic Colors of #9F627E
Black with #9F627E
Text Example
Text Example
White with #9F627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F627E; }
p { color: rgb(159,98,126); }
H1.HeaderClassName
{
color: #9F627E;
}
.AnyTagClassName
{
color: #9F627E;
}
</style>
background-color css
<style>
a { background-color: #9F627E; }
a { background-color: rgb(159,98,126); }
div.DivClassName
{
background-color: #9F627E;
}
.BgClassName
{
background-color: #9F627E;
}
</style>
border-color css
<style>
span { border-color: #9F627E; }
span { border-color: rgb(159,98,126); }
td.TdClassName
{
border-color: #9F627E;
}
.TagClassName
{
border-color: #9F627E;
}
</style>