Shades of Strikemaster #9F5D79
Tints of Strikemaster #9F5D79
RGB
CMYK
RGB Variations
Color information
#9F5D79 (or 0x9F5D79) is known color: Strikemaster. HEX triplet: 9F, 5D and 79. RGB value is (159,93,121). Sum of RGB (Red+Green+Blue) = 159+93+121=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D79 is #60A286. Grayscale: #737373. Windows color (decimal): -6333063 or 7953823. OLE color: 7953823.
HSL color Cylindrical-coordinate representation of color #9F5D79: hue angle of 334.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5D79 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 121 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.38 |
| HSL | 334.55º | 0.26% | 0.49% | - |
| HSV(B) | 334.55º | 0.42% | 0.62% | - |
| XYZ | 21.66 | 16.58 | 20.15 | - |
| YUV | 115.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 121 | 0 | 0.42 | 0.24 | 0.38 | 334.55 | 0.26 | 0.49 |
| Hex | 9F | 5D | 79 | 0 | 2A | 18 | 26 | 14F | 1A | 31 |
| Octal | 237 | 135 | 171 | 0 | 52 | 30 | 46 | 517 | 32 | 61 |
| Binary | 10011111 | 1011101 | 1111001 | 0 | 101010 | 11000 | 100110 | 101001111 | 11010 | 110001 |
Color Harmonies of #9F5D79
Complementary color
Monochromatic Colors of #9F5D79
Black with #9F5D79
Text Example
Text Example
White with #9F5D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D79; }
p { color: rgb(159,93,121); }
H1.HeaderClassName
{
color: #9F5D79;
}
.AnyTagClassName
{
color: #9F5D79;
}
</style>
background-color css
<style>
a { background-color: #9F5D79; }
a { background-color: rgb(159,93,121); }
div.DivClassName
{
background-color: #9F5D79;
}
.BgClassName
{
background-color: #9F5D79;
}
</style>
border-color css
<style>
span { border-color: #9F5D79; }
span { border-color: rgb(159,93,121); }
td.TdClassName
{
border-color: #9F5D79;
}
.TagClassName
{
border-color: #9F5D79;
}
</style>