Shades of Strikemaster #9F5A89
Tints of Strikemaster #9F5A89
RGB
CMYK
RGB Variations
Color information
#9F5A89 (or 0x9F5A89) is known color: Strikemaster. HEX triplet: 9F, 5A and 89. RGB value is (159,90,137). Sum of RGB (Red+Green+Blue) = 159+90+137=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A89 is #60A576. Grayscale: #737373. Windows color (decimal): -6333815 or 9001631. OLE color: 9001631.
HSL color Cylindrical-coordinate representation of color #9F5A89: hue angle of 319.13º degrees, saturation: 0.28, 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 #9F5A89 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 137 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.38 |
| HSL | 319.13º | 0.28% | 0.49% | - |
| HSV(B) | 319.13º | 0.43% | 0.62% | - |
| XYZ | 22.47 | 16.49 | 25.67 | - |
| YUV | 115.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 137 | 0 | 0.43 | 0.14 | 0.38 | 319.13 | 0.28 | 0.49 |
| Hex | 9F | 5A | 89 | 0 | 2B | E | 26 | 13F | 1C | 31 |
| Octal | 237 | 132 | 211 | 0 | 53 | 16 | 46 | 477 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10001001 | 0 | 101011 | 1110 | 100110 | 100111111 | 11100 | 110001 |
Color Harmonies of #9F5A89
Complementary color
Monochromatic Colors of #9F5A89
Black with #9F5A89
Text Example
Text Example
White with #9F5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A89; }
p { color: rgb(159,90,137); }
H1.HeaderClassName
{
color: #9F5A89;
}
.AnyTagClassName
{
color: #9F5A89;
}
</style>
background-color css
<style>
a { background-color: #9F5A89; }
a { background-color: rgb(159,90,137); }
div.DivClassName
{
background-color: #9F5A89;
}
.BgClassName
{
background-color: #9F5A89;
}
</style>
border-color css
<style>
span { border-color: #9F5A89; }
span { border-color: rgb(159,90,137); }
td.TdClassName
{
border-color: #9F5A89;
}
.TagClassName
{
border-color: #9F5A89;
}
</style>