Shades of Strikemaster #9F568C
Tints of Strikemaster #9F568C
RGB
CMYK
RGB Variations
Color information
#9F568C (or 0x9F568C) is known color: Strikemaster. HEX triplet: 9F, 56 and 8C. RGB value is (159,86,140). Sum of RGB (Red+Green+Blue) = 159+86+140=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F568C is #60A973. Grayscale: #717171. Windows color (decimal): -6334836 or 9197215. OLE color: 9197215.
HSL color Cylindrical-coordinate representation of color #9F568C: hue angle of 315.62º 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 #9F568C is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 140 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.38 |
| HSL | 315.62º | 0.3% | 0.48% | - |
| HSV(B) | 315.62º | 0.46% | 0.62% | - |
| XYZ | 22.36 | 15.92 | 26.71 | - |
| YUV | 113.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 140 | 0 | 0.46 | 0.12 | 0.38 | 315.62 | 0.3 | 0.48 |
| Hex | 9F | 56 | 8C | 0 | 2E | C | 26 | 13C | 1E | 30 |
| Octal | 237 | 126 | 214 | 0 | 56 | 14 | 46 | 474 | 36 | 60 |
| Binary | 10011111 | 1010110 | 10001100 | 0 | 101110 | 1100 | 100110 | 100111100 | 11110 | 110000 |
Color Harmonies of #9F568C
Complementary color
Monochromatic Colors of #9F568C
Black with #9F568C
Text Example
Text Example
White with #9F568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F568C; }
p { color: rgb(159,86,140); }
H1.HeaderClassName
{
color: #9F568C;
}
.AnyTagClassName
{
color: #9F568C;
}
</style>
background-color css
<style>
a { background-color: #9F568C; }
a { background-color: rgb(159,86,140); }
div.DivClassName
{
background-color: #9F568C;
}
.BgClassName
{
background-color: #9F568C;
}
</style>
border-color css
<style>
span { border-color: #9F568C; }
span { border-color: rgb(159,86,140); }
td.TdClassName
{
border-color: #9F568C;
}
.TagClassName
{
border-color: #9F568C;
}
</style>