Shades of Strikemaster #9F677D
Tints of Strikemaster #9F677D
RGB
CMYK
RGB Variations
Color information
#9F677D (or 0x9F677D) is known color: Strikemaster. HEX triplet: 9F, 67 and 7D. RGB value is (159,103,125). Sum of RGB (Red+Green+Blue) = 159+103+125=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F677D is #609882. Grayscale: #7A7A7A. Windows color (decimal): -6330499 or 8218527. OLE color: 8218527.
HSL color Cylindrical-coordinate representation of color #9F677D: hue angle of 336.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F677D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 125 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.38 |
| HSL | 336.43º | 0.23% | 0.51% | - |
| HSV(B) | 336.43º | 0.35% | 0.62% | - |
| XYZ | 22.85 | 18.55 | 21.78 | - |
| YUV | 122.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 125 | 0 | 0.35 | 0.21 | 0.38 | 336.43 | 0.23 | 0.51 |
| Hex | 9F | 67 | 7D | 0 | 23 | 15 | 26 | 150 | 17 | 33 |
| Octal | 237 | 147 | 175 | 0 | 43 | 25 | 46 | 520 | 27 | 63 |
| Binary | 10011111 | 1100111 | 1111101 | 0 | 100011 | 10101 | 100110 | 101010000 | 10111 | 110011 |
Color Harmonies of #9F677D
Complementary color
Monochromatic Colors of #9F677D
Black with #9F677D
Text Example
Text Example
White with #9F677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F677D; }
p { color: rgb(159,103,125); }
H1.HeaderClassName
{
color: #9F677D;
}
.AnyTagClassName
{
color: #9F677D;
}
</style>
background-color css
<style>
a { background-color: #9F677D; }
a { background-color: rgb(159,103,125); }
div.DivClassName
{
background-color: #9F677D;
}
.BgClassName
{
background-color: #9F677D;
}
</style>
border-color css
<style>
span { border-color: #9F677D; }
span { border-color: rgb(159,103,125); }
td.TdClassName
{
border-color: #9F677D;
}
.TagClassName
{
border-color: #9F677D;
}
</style>