Shades of Strikemaster #9F557B
Tints of Strikemaster #9F557B
RGB
CMYK
RGB Variations
Color information
#9F557B (or 0x9F557B) is known color: Strikemaster. HEX triplet: 9F, 55 and 7B. RGB value is (159,85,123). Sum of RGB (Red+Green+Blue) = 159+85+123=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F557B is #60AA84. Grayscale: #6F6F6F. Windows color (decimal): -6335109 or 8082847. OLE color: 8082847.
HSL color Cylindrical-coordinate representation of color #9F557B: hue angle of 329.19º 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 #9F557B is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 123 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.38 |
| HSL | 329.19º | 0.3% | 0.48% | - |
| HSV(B) | 329.19º | 0.47% | 0.62% | - |
| XYZ | 21.12 | 15.3 | 20.58 | - |
| YUV | 111.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 123 | 0 | 0.47 | 0.23 | 0.38 | 329.19 | 0.3 | 0.48 |
| Hex | 9F | 55 | 7B | 0 | 2F | 17 | 26 | 149 | 1E | 30 |
| Octal | 237 | 125 | 173 | 0 | 57 | 27 | 46 | 511 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1111011 | 0 | 101111 | 10111 | 100110 | 101001001 | 11110 | 110000 |
Color Harmonies of #9F557B
Complementary color
Monochromatic Colors of #9F557B
Black with #9F557B
Text Example
Text Example
White with #9F557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F557B; }
p { color: rgb(159,85,123); }
H1.HeaderClassName
{
color: #9F557B;
}
.AnyTagClassName
{
color: #9F557B;
}
</style>
background-color css
<style>
a { background-color: #9F557B; }
a { background-color: rgb(159,85,123); }
div.DivClassName
{
background-color: #9F557B;
}
.BgClassName
{
background-color: #9F557B;
}
</style>
border-color css
<style>
span { border-color: #9F557B; }
span { border-color: rgb(159,85,123); }
td.TdClassName
{
border-color: #9F557B;
}
.TagClassName
{
border-color: #9F557B;
}
</style>