Shades of Strikemaster #9F5C86
Tints of Strikemaster #9F5C86
RGB
CMYK
RGB Variations
Color information
#9F5C86 (or 0x9F5C86) is known color: Strikemaster. HEX triplet: 9F, 5C and 86. RGB value is (159,92,134). Sum of RGB (Red+Green+Blue) = 159+92+134=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C86 is #60A379. Grayscale: #747474. Windows color (decimal): -6333306 or 8805535. OLE color: 8805535.
HSL color Cylindrical-coordinate representation of color #9F5C86: hue angle of 322.39º 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 #9F5C86 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 134 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.38 |
| HSL | 322.39º | 0.27% | 0.49% | - |
| HSV(B) | 322.39º | 0.42% | 0.62% | - |
| XYZ | 22.43 | 16.75 | 24.6 | - |
| YUV | 116.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 134 | 0 | 0.42 | 0.16 | 0.38 | 322.39 | 0.27 | 0.49 |
| Hex | 9F | 5C | 86 | 0 | 2A | 10 | 26 | 142 | 1B | 31 |
| Octal | 237 | 134 | 206 | 0 | 52 | 20 | 46 | 502 | 33 | 61 |
| Binary | 10011111 | 1011100 | 10000110 | 0 | 101010 | 10000 | 100110 | 101000010 | 11011 | 110001 |
Color Harmonies of #9F5C86
Complementary color
Monochromatic Colors of #9F5C86
Black with #9F5C86
Text Example
Text Example
White with #9F5C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C86; }
p { color: rgb(159,92,134); }
H1.HeaderClassName
{
color: #9F5C86;
}
.AnyTagClassName
{
color: #9F5C86;
}
</style>
background-color css
<style>
a { background-color: #9F5C86; }
a { background-color: rgb(159,92,134); }
div.DivClassName
{
background-color: #9F5C86;
}
.BgClassName
{
background-color: #9F5C86;
}
</style>
border-color css
<style>
span { border-color: #9F5C86; }
span { border-color: rgb(159,92,134); }
td.TdClassName
{
border-color: #9F5C86;
}
.TagClassName
{
border-color: #9F5C86;
}
</style>