Shades of Strikemaster #9F5F85
Tints of Strikemaster #9F5F85
RGB
CMYK
RGB Variations
Color information
#9F5F85 (or 0x9F5F85) is known color: Strikemaster. HEX triplet: 9F, 5F and 85. RGB value is (159,95,133). Sum of RGB (Red+Green+Blue) = 159+95+133=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F85 is #60A07A. Grayscale: #767676. Windows color (decimal): -6332539 or 8740767. OLE color: 8740767.
HSL color Cylindrical-coordinate representation of color #9F5F85: hue angle of 324.38º 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 #9F5F85 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 95 | 133 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.38 |
| HSL | 324.38º | 0.25% | 0.5% | - |
| HSV(B) | 324.38º | 0.4% | 0.62% | - |
| XYZ | 22.62 | 17.25 | 24.33 | - |
| YUV | 118.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 133 | 0 | 0.40 | 0.16 | 0.38 | 324.38 | 0.25 | 0.5 |
| Hex | 9F | 5F | 85 | 0 | 28 | 10 | 26 | 144 | 19 | 32 |
| Octal | 237 | 137 | 205 | 0 | 50 | 20 | 46 | 504 | 31 | 62 |
| Binary | 10011111 | 1011111 | 10000101 | 0 | 101000 | 10000 | 100110 | 101000100 | 11001 | 110010 |
Color Harmonies of #9F5F85
Complementary color
Monochromatic Colors of #9F5F85
Black with #9F5F85
Text Example
Text Example
White with #9F5F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5F85; }
p { color: rgb(159,95,133); }
H1.HeaderClassName
{
color: #9F5F85;
}
.AnyTagClassName
{
color: #9F5F85;
}
</style>
background-color css
<style>
a { background-color: #9F5F85; }
a { background-color: rgb(159,95,133); }
div.DivClassName
{
background-color: #9F5F85;
}
.BgClassName
{
background-color: #9F5F85;
}
</style>
border-color css
<style>
span { border-color: #9F5F85; }
span { border-color: rgb(159,95,133); }
td.TdClassName
{
border-color: #9F5F85;
}
.TagClassName
{
border-color: #9F5F85;
}
</style>