Shades of Strikemaster #9F627B
Tints of Strikemaster #9F627B
RGB
CMYK
RGB Variations
Color information
#9F627B (or 0x9F627B) is known color: Strikemaster. HEX triplet: 9F, 62 and 7B. RGB value is (159,98,123). Sum of RGB (Red+Green+Blue) = 159+98+123=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F627B is #609D84. Grayscale: #777777. Windows color (decimal): -6331781 or 8086175. OLE color: 8086175.
HSL color Cylindrical-coordinate representation of color #9F627B: hue angle of 335.41º 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 #9F627B is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 123 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.38 |
| HSL | 335.41º | 0.24% | 0.5% | - |
| HSV(B) | 335.41º | 0.38% | 0.62% | - |
| XYZ | 22.24 | 17.54 | 20.95 | - |
| YUV | 119.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 123 | 0 | 0.38 | 0.23 | 0.38 | 335.41 | 0.24 | 0.5 |
| Hex | 9F | 62 | 7B | 0 | 26 | 17 | 26 | 14F | 18 | 32 |
| Octal | 237 | 142 | 173 | 0 | 46 | 27 | 46 | 517 | 30 | 62 |
| Binary | 10011111 | 1100010 | 1111011 | 0 | 100110 | 10111 | 100110 | 101001111 | 11000 | 110010 |
Color Harmonies of #9F627B
Complementary color
Monochromatic Colors of #9F627B
Black with #9F627B
Text Example
Text Example
White with #9F627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F627B; }
p { color: rgb(159,98,123); }
H1.HeaderClassName
{
color: #9F627B;
}
.AnyTagClassName
{
color: #9F627B;
}
</style>
background-color css
<style>
a { background-color: #9F627B; }
a { background-color: rgb(159,98,123); }
div.DivClassName
{
background-color: #9F627B;
}
.BgClassName
{
background-color: #9F627B;
}
</style>
border-color css
<style>
span { border-color: #9F627B; }
span { border-color: rgb(159,98,123); }
td.TdClassName
{
border-color: #9F627B;
}
.TagClassName
{
border-color: #9F627B;
}
</style>