Shades of Strikemaster #9F5B7F
Tints of Strikemaster #9F5B7F
RGB
CMYK
RGB Variations
Color information
#9F5B7F (or 0x9F5B7F) is known color: Strikemaster. HEX triplet: 9F, 5B and 7F. RGB value is (159,91,127). Sum of RGB (Red+Green+Blue) = 159+91+127=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B7F is #60A480. Grayscale: #737373. Windows color (decimal): -6333569 or 8346527. OLE color: 8346527.
HSL color Cylindrical-coordinate representation of color #9F5B7F: hue angle of 328.24º 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 #9F5B7F is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 127 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.38 |
| HSL | 328.24º | 0.27% | 0.49% | - |
| HSV(B) | 328.24º | 0.43% | 0.62% | - |
| XYZ | 21.87 | 16.39 | 22.09 | - |
| YUV | 115.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 127 | 0 | 0.43 | 0.20 | 0.38 | 328.24 | 0.27 | 0.49 |
| Hex | 9F | 5B | 7F | 0 | 2B | 14 | 26 | 148 | 1B | 31 |
| Octal | 237 | 133 | 177 | 0 | 53 | 24 | 46 | 510 | 33 | 61 |
| Binary | 10011111 | 1011011 | 1111111 | 0 | 101011 | 10100 | 100110 | 101001000 | 11011 | 110001 |
Color Harmonies of #9F5B7F
Complementary color
Monochromatic Colors of #9F5B7F
Black with #9F5B7F
Text Example
Text Example
White with #9F5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B7F; }
p { color: rgb(159,91,127); }
H1.HeaderClassName
{
color: #9F5B7F;
}
.AnyTagClassName
{
color: #9F5B7F;
}
</style>
background-color css
<style>
a { background-color: #9F5B7F; }
a { background-color: rgb(159,91,127); }
div.DivClassName
{
background-color: #9F5B7F;
}
.BgClassName
{
background-color: #9F5B7F;
}
</style>
border-color css
<style>
span { border-color: #9F5B7F; }
span { border-color: rgb(159,91,127); }
td.TdClassName
{
border-color: #9F5B7F;
}
.TagClassName
{
border-color: #9F5B7F;
}
</style>