Shades of Strikemaster #9F5B89
Tints of Strikemaster #9F5B89
RGB
CMYK
RGB Variations
Color information
#9F5B89 (or 0x9F5B89) is known color: Strikemaster. HEX triplet: 9F, 5B and 89. RGB value is (159,91,137). Sum of RGB (Red+Green+Blue) = 159+91+137=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5B89 is #60A476. Grayscale: #747474. Windows color (decimal): -6333559 or 9001887. OLE color: 9001887.
HSL color Cylindrical-coordinate representation of color #9F5B89: hue angle of 319.41º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B89 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 137 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.38 |
| HSL | 319.41º | 0.27% | 0.49% | - |
| HSV(B) | 319.41º | 0.43% | 0.62% | - |
| XYZ | 22.55 | 16.66 | 25.69 | - |
| YUV | 116.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 137 | 0 | 0.43 | 0.14 | 0.38 | 319.41 | 0.27 | 0.49 |
| Hex | 9F | 5B | 89 | 0 | 2B | E | 26 | 13F | 1B | 31 |
| Octal | 237 | 133 | 211 | 0 | 53 | 16 | 46 | 477 | 33 | 61 |
| Binary | 10011111 | 1011011 | 10001001 | 0 | 101011 | 1110 | 100110 | 100111111 | 11011 | 110001 |
Color Harmonies of #9F5B89
Complementary color
Monochromatic Colors of #9F5B89
Black with #9F5B89
Text Example
Text Example
White with #9F5B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B89; }
p { color: rgb(159,91,137); }
H1.HeaderClassName
{
color: #9F5B89;
}
.AnyTagClassName
{
color: #9F5B89;
}
</style>
background-color css
<style>
a { background-color: #9F5B89; }
a { background-color: rgb(159,91,137); }
div.DivClassName
{
background-color: #9F5B89;
}
.BgClassName
{
background-color: #9F5B89;
}
</style>
border-color css
<style>
span { border-color: #9F5B89; }
span { border-color: rgb(159,91,137); }
td.TdClassName
{
border-color: #9F5B89;
}
.TagClassName
{
border-color: #9F5B89;
}
</style>