Shades of Strikemaster #9F5C89
Tints of Strikemaster #9F5C89
RGB
CMYK
RGB Variations
Color information
#9F5C89 (or 0x9F5C89) is known color: Strikemaster. HEX triplet: 9F, 5C and 89. RGB value is (159,92,137). Sum of RGB (Red+Green+Blue) = 159+92+137=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C89 is #60A376. Grayscale: #757575. Windows color (decimal): -6333303 or 9002143. OLE color: 9002143.
HSL color Cylindrical-coordinate representation of color #9F5C89: hue angle of 319.7º degrees, saturation: 0.27, 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 #9F5C89 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 137 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.38 |
| HSL | 319.7º | 0.27% | 0.49% | - |
| HSV(B) | 319.7º | 0.42% | 0.62% | - |
| XYZ | 22.64 | 16.83 | 25.72 | - |
| YUV | 117.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 137 | 0 | 0.42 | 0.14 | 0.38 | 319.7 | 0.27 | 0.49 |
| Hex | 9F | 5C | 89 | 0 | 2A | E | 26 | 140 | 1B | 31 |
| Octal | 237 | 134 | 211 | 0 | 52 | 16 | 46 | 500 | 33 | 61 |
| Binary | 10011111 | 1011100 | 10001001 | 0 | 101010 | 1110 | 100110 | 101000000 | 11011 | 110001 |
Color Harmonies of #9F5C89
Complementary color
Monochromatic Colors of #9F5C89
Black with #9F5C89
Text Example
Text Example
White with #9F5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C89; }
p { color: rgb(159,92,137); }
H1.HeaderClassName
{
color: #9F5C89;
}
.AnyTagClassName
{
color: #9F5C89;
}
</style>
background-color css
<style>
a { background-color: #9F5C89; }
a { background-color: rgb(159,92,137); }
div.DivClassName
{
background-color: #9F5C89;
}
.BgClassName
{
background-color: #9F5C89;
}
</style>
border-color css
<style>
span { border-color: #9F5C89; }
span { border-color: rgb(159,92,137); }
td.TdClassName
{
border-color: #9F5C89;
}
.TagClassName
{
border-color: #9F5C89;
}
</style>