Shades of Strikemaster #9F5F88
Tints of Strikemaster #9F5F88
RGB
CMYK
RGB Variations
Color information
#9F5F88 (or 0x9F5F88) is known color: Strikemaster. HEX triplet: 9F, 5F and 88. RGB value is (159,95,136). Sum of RGB (Red+Green+Blue) = 159+95+136=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F88 is #60A077. Grayscale: #767676. Windows color (decimal): -6332536 or 8937375. OLE color: 8937375.
HSL color Cylindrical-coordinate representation of color #9F5F88: hue angle of 321.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F88 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 95 | 136 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.38 |
| HSL | 321.56º | 0.25% | 0.5% | - |
| HSV(B) | 321.56º | 0.4% | 0.62% | - |
| XYZ | 22.83 | 17.33 | 25.43 | - |
| YUV | 118.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 136 | 0 | 0.40 | 0.14 | 0.38 | 321.56 | 0.25 | 0.5 |
| Hex | 9F | 5F | 88 | 0 | 28 | E | 26 | 142 | 19 | 32 |
| Octal | 237 | 137 | 210 | 0 | 50 | 16 | 46 | 502 | 31 | 62 |
| Binary | 10011111 | 1011111 | 10001000 | 0 | 101000 | 1110 | 100110 | 101000010 | 11001 | 110010 |
Color Harmonies of #9F5F88
Complementary color
Monochromatic Colors of #9F5F88
Black with #9F5F88
Text Example
Text Example
White with #9F5F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5F88; }
p { color: rgb(159,95,136); }
H1.HeaderClassName
{
color: #9F5F88;
}
.AnyTagClassName
{
color: #9F5F88;
}
</style>
background-color css
<style>
a { background-color: #9F5F88; }
a { background-color: rgb(159,95,136); }
div.DivClassName
{
background-color: #9F5F88;
}
.BgClassName
{
background-color: #9F5F88;
}
</style>
border-color css
<style>
span { border-color: #9F5F88; }
span { border-color: rgb(159,95,136); }
td.TdClassName
{
border-color: #9F5F88;
}
.TagClassName
{
border-color: #9F5F88;
}
</style>