Shades of Strikemaster #9F5E80
Tints of Strikemaster #9F5E80
RGB
CMYK
RGB Variations
Color information
#9F5E80 (or 0x9F5E80) is known color: Strikemaster. HEX triplet: 9F, 5E and 80. RGB value is (159,94,128). Sum of RGB (Red+Green+Blue) = 159+94+128=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E80 is #60A17F. Grayscale: #757575. Windows color (decimal): -6332800 or 8412831. OLE color: 8412831.
HSL color Cylindrical-coordinate representation of color #9F5E80: hue angle of 328.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E80 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 128 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.38 |
| HSL | 328.62º | 0.26% | 0.5% | - |
| HSV(B) | 328.62º | 0.41% | 0.62% | - |
| XYZ | 22.2 | 16.93 | 22.52 | - |
| YUV | 117.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 128 | 0 | 0.41 | 0.19 | 0.38 | 328.62 | 0.26 | 0.5 |
| Hex | 9F | 5E | 80 | 0 | 29 | 13 | 26 | 149 | 1A | 32 |
| Octal | 237 | 136 | 200 | 0 | 51 | 23 | 46 | 511 | 32 | 62 |
| Binary | 10011111 | 1011110 | 10000000 | 0 | 101001 | 10011 | 100110 | 101001001 | 11010 | 110010 |
Color Harmonies of #9F5E80
Complementary color
Monochromatic Colors of #9F5E80
Black with #9F5E80
Text Example
Text Example
White with #9F5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E80; }
p { color: rgb(159,94,128); }
H1.HeaderClassName
{
color: #9F5E80;
}
.AnyTagClassName
{
color: #9F5E80;
}
</style>
background-color css
<style>
a { background-color: #9F5E80; }
a { background-color: rgb(159,94,128); }
div.DivClassName
{
background-color: #9F5E80;
}
.BgClassName
{
background-color: #9F5E80;
}
</style>
border-color css
<style>
span { border-color: #9F5E80; }
span { border-color: rgb(159,94,128); }
td.TdClassName
{
border-color: #9F5E80;
}
.TagClassName
{
border-color: #9F5E80;
}
</style>