Shades of Strikemaster #9F5E87
Tints of Strikemaster #9F5E87
RGB
CMYK
RGB Variations
Color information
#9F5E87 (or 0x9F5E87) is known color: Strikemaster. HEX triplet: 9F, 5E and 87. RGB value is (159,94,135). Sum of RGB (Red+Green+Blue) = 159+94+135=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E87 is #60A178. Grayscale: #767676. Windows color (decimal): -6332793 or 8871583. OLE color: 8871583.
HSL color Cylindrical-coordinate representation of color #9F5E87: hue angle of 322.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E87 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 135 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.38 |
| HSL | 322.15º | 0.26% | 0.5% | - |
| HSV(B) | 322.15º | 0.41% | 0.62% | - |
| XYZ | 22.67 | 17.13 | 25.03 | - |
| YUV | 118.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 135 | 0 | 0.41 | 0.15 | 0.38 | 322.15 | 0.26 | 0.5 |
| Hex | 9F | 5E | 87 | 0 | 29 | F | 26 | 142 | 1A | 32 |
| Octal | 237 | 136 | 207 | 0 | 51 | 17 | 46 | 502 | 32 | 62 |
| Binary | 10011111 | 1011110 | 10000111 | 0 | 101001 | 1111 | 100110 | 101000010 | 11010 | 110010 |
Color Harmonies of #9F5E87
Complementary color
Monochromatic Colors of #9F5E87
Black with #9F5E87
Text Example
Text Example
White with #9F5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E87; }
p { color: rgb(159,94,135); }
H1.HeaderClassName
{
color: #9F5E87;
}
.AnyTagClassName
{
color: #9F5E87;
}
</style>
background-color css
<style>
a { background-color: #9F5E87; }
a { background-color: rgb(159,94,135); }
div.DivClassName
{
background-color: #9F5E87;
}
.BgClassName
{
background-color: #9F5E87;
}
</style>
border-color css
<style>
span { border-color: #9F5E87; }
span { border-color: rgb(159,94,135); }
td.TdClassName
{
border-color: #9F5E87;
}
.TagClassName
{
border-color: #9F5E87;
}
</style>