Shades of Strikemaster #9F5B80
Tints of Strikemaster #9F5B80
RGB
CMYK
RGB Variations
Color information
#9F5B80 (or 0x9F5B80) is known color: Strikemaster. HEX triplet: 9F, 5B and 80. RGB value is (159,91,128). Sum of RGB (Red+Green+Blue) = 159+91+128=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5B80 is #60A47F. Grayscale: #737373. Windows color (decimal): -6333568 or 8412063. OLE color: 8412063.
HSL color Cylindrical-coordinate representation of color #9F5B80: hue angle of 327.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B80 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 128 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.38 |
| HSL | 327.35º | 0.27% | 0.49% | - |
| HSV(B) | 327.35º | 0.43% | 0.62% | - |
| XYZ | 21.94 | 16.41 | 22.43 | - |
| YUV | 115.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 128 | 0 | 0.43 | 0.19 | 0.38 | 327.35 | 0.27 | 0.49 |
| Hex | 9F | 5B | 80 | 0 | 2B | 13 | 26 | 147 | 1B | 31 |
| Octal | 237 | 133 | 200 | 0 | 53 | 23 | 46 | 507 | 33 | 61 |
| Binary | 10011111 | 1011011 | 10000000 | 0 | 101011 | 10011 | 100110 | 101000111 | 11011 | 110001 |
Color Harmonies of #9F5B80
Complementary color
Monochromatic Colors of #9F5B80
Black with #9F5B80
Text Example
Text Example
White with #9F5B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B80; }
p { color: rgb(159,91,128); }
H1.HeaderClassName
{
color: #9F5B80;
}
.AnyTagClassName
{
color: #9F5B80;
}
</style>
background-color css
<style>
a { background-color: #9F5B80; }
a { background-color: rgb(159,91,128); }
div.DivClassName
{
background-color: #9F5B80;
}
.BgClassName
{
background-color: #9F5B80;
}
</style>
border-color css
<style>
span { border-color: #9F5B80; }
span { border-color: rgb(159,91,128); }
td.TdClassName
{
border-color: #9F5B80;
}
.TagClassName
{
border-color: #9F5B80;
}
</style>