Shades of Strikemaster #9F558A
Tints of Strikemaster #9F558A
RGB
CMYK
RGB Variations
Color information
#9F558A (or 0x9F558A) is known color: Strikemaster. HEX triplet: 9F, 55 and 8A. RGB value is (159,85,138). Sum of RGB (Red+Green+Blue) = 159+85+138=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F558A is #60AA75. Grayscale: #717171. Windows color (decimal): -6335094 or 9065887. OLE color: 9065887.
HSL color Cylindrical-coordinate representation of color #9F558A: hue angle of 317.03º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F558A is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 138 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.38 |
| HSL | 317.03º | 0.3% | 0.48% | - |
| HSV(B) | 317.03º | 0.47% | 0.62% | - |
| XYZ | 22.13 | 15.7 | 25.91 | - |
| YUV | 113.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 138 | 0 | 0.47 | 0.13 | 0.38 | 317.03 | 0.3 | 0.48 |
| Hex | 9F | 55 | 8A | 0 | 2F | D | 26 | 13D | 1E | 30 |
| Octal | 237 | 125 | 212 | 0 | 57 | 15 | 46 | 475 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10001010 | 0 | 101111 | 1101 | 100110 | 100111101 | 11110 | 110000 |
Color Harmonies of #9F558A
Complementary color
Monochromatic Colors of #9F558A
Black with #9F558A
Text Example
Text Example
White with #9F558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F558A; }
p { color: rgb(159,85,138); }
H1.HeaderClassName
{
color: #9F558A;
}
.AnyTagClassName
{
color: #9F558A;
}
</style>
background-color css
<style>
a { background-color: #9F558A; }
a { background-color: rgb(159,85,138); }
div.DivClassName
{
background-color: #9F558A;
}
.BgClassName
{
background-color: #9F558A;
}
</style>
border-color css
<style>
span { border-color: #9F558A; }
span { border-color: rgb(159,85,138); }
td.TdClassName
{
border-color: #9F558A;
}
.TagClassName
{
border-color: #9F558A;
}
</style>