Shades of Strikemaster #9F568A
Tints of Strikemaster #9F568A
RGB
CMYK
RGB Variations
Color information
#9F568A (or 0x9F568A) is known color: Strikemaster. HEX triplet: 9F, 56 and 8A. RGB value is (159,86,138). Sum of RGB (Red+Green+Blue) = 159+86+138=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F568A is #60A975. Grayscale: #717171. Windows color (decimal): -6334838 or 9066143. OLE color: 9066143.
HSL color Cylindrical-coordinate representation of color #9F568A: hue angle of 317.26º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F568A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 138 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.38 |
| HSL | 317.26º | 0.3% | 0.48% | - |
| HSV(B) | 317.26º | 0.46% | 0.62% | - |
| XYZ | 22.21 | 15.86 | 25.94 | - |
| YUV | 113.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 138 | 0 | 0.46 | 0.13 | 0.38 | 317.26 | 0.3 | 0.48 |
| Hex | 9F | 56 | 8A | 0 | 2E | D | 26 | 13D | 1E | 30 |
| Octal | 237 | 126 | 212 | 0 | 56 | 15 | 46 | 475 | 36 | 60 |
| Binary | 10011111 | 1010110 | 10001010 | 0 | 101110 | 1101 | 100110 | 100111101 | 11110 | 110000 |
Color Harmonies of #9F568A
Complementary color
Monochromatic Colors of #9F568A
Black with #9F568A
Text Example
Text Example
White with #9F568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F568A; }
p { color: rgb(159,86,138); }
H1.HeaderClassName
{
color: #9F568A;
}
.AnyTagClassName
{
color: #9F568A;
}
</style>
background-color css
<style>
a { background-color: #9F568A; }
a { background-color: rgb(159,86,138); }
div.DivClassName
{
background-color: #9F568A;
}
.BgClassName
{
background-color: #9F568A;
}
</style>
border-color css
<style>
span { border-color: #9F568A; }
span { border-color: rgb(159,86,138); }
td.TdClassName
{
border-color: #9F568A;
}
.TagClassName
{
border-color: #9F568A;
}
</style>