Shades of Strikemaster #9F657C
Tints of Strikemaster #9F657C
RGB
CMYK
RGB Variations
Color information
#9F657C (or 0x9F657C) is known color: Strikemaster. HEX triplet: 9F, 65 and 7C. RGB value is (159,101,124). Sum of RGB (Red+Green+Blue) = 159+101+124=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F657C is #609A83. Grayscale: #787878. Windows color (decimal): -6331012 or 8152479. OLE color: 8152479.
HSL color Cylindrical-coordinate representation of color #9F657C: hue angle of 336.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F657C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 124 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.38 |
| HSL | 336.21º | 0.23% | 0.51% | - |
| HSV(B) | 336.21º | 0.36% | 0.62% | - |
| XYZ | 22.59 | 18.13 | 21.38 | - |
| YUV | 120.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 124 | 0 | 0.36 | 0.22 | 0.38 | 336.21 | 0.23 | 0.51 |
| Hex | 9F | 65 | 7C | 0 | 24 | 16 | 26 | 150 | 17 | 33 |
| Octal | 237 | 145 | 174 | 0 | 44 | 26 | 46 | 520 | 27 | 63 |
| Binary | 10011111 | 1100101 | 1111100 | 0 | 100100 | 10110 | 100110 | 101010000 | 10111 | 110011 |
Color Harmonies of #9F657C
Complementary color
Monochromatic Colors of #9F657C
Black with #9F657C
Text Example
Text Example
White with #9F657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F657C; }
p { color: rgb(159,101,124); }
H1.HeaderClassName
{
color: #9F657C;
}
.AnyTagClassName
{
color: #9F657C;
}
</style>
background-color css
<style>
a { background-color: #9F657C; }
a { background-color: rgb(159,101,124); }
div.DivClassName
{
background-color: #9F657C;
}
.BgClassName
{
background-color: #9F657C;
}
</style>
border-color css
<style>
span { border-color: #9F657C; }
span { border-color: rgb(159,101,124); }
td.TdClassName
{
border-color: #9F657C;
}
.TagClassName
{
border-color: #9F657C;
}
</style>