Shades of Strikemaster #9F557D
Tints of Strikemaster #9F557D
RGB
CMYK
RGB Variations
Color information
#9F557D (or 0x9F557D) is known color: Strikemaster. HEX triplet: 9F, 55 and 7D. RGB value is (159,85,125). Sum of RGB (Red+Green+Blue) = 159+85+125=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F557D is #60AA82. Grayscale: #6F6F6F. Windows color (decimal): -6335107 or 8213919. OLE color: 8213919.
HSL color Cylindrical-coordinate representation of color #9F557D: hue angle of 327.57º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F557D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 125 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.38 |
| HSL | 327.57º | 0.3% | 0.48% | - |
| HSV(B) | 327.57º | 0.47% | 0.62% | - |
| XYZ | 21.25 | 15.35 | 21.24 | - |
| YUV | 111.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 125 | 0 | 0.47 | 0.21 | 0.38 | 327.57 | 0.3 | 0.48 |
| Hex | 9F | 55 | 7D | 0 | 2F | 15 | 26 | 148 | 1E | 30 |
| Octal | 237 | 125 | 175 | 0 | 57 | 25 | 46 | 510 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1111101 | 0 | 101111 | 10101 | 100110 | 101001000 | 11110 | 110000 |
Color Harmonies of #9F557D
Complementary color
Monochromatic Colors of #9F557D
Black with #9F557D
Text Example
Text Example
White with #9F557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F557D; }
p { color: rgb(159,85,125); }
H1.HeaderClassName
{
color: #9F557D;
}
.AnyTagClassName
{
color: #9F557D;
}
</style>
background-color css
<style>
a { background-color: #9F557D; }
a { background-color: rgb(159,85,125); }
div.DivClassName
{
background-color: #9F557D;
}
.BgClassName
{
background-color: #9F557D;
}
</style>
border-color css
<style>
span { border-color: #9F557D; }
span { border-color: rgb(159,85,125); }
td.TdClassName
{
border-color: #9F557D;
}
.TagClassName
{
border-color: #9F557D;
}
</style>