Shades of Strikemaster #9F507F
Tints of Strikemaster #9F507F
RGB
CMYK
RGB Variations
Color information
#9F507F (or 0x9F507F) is known color: Strikemaster. HEX triplet: 9F, 50 and 7F. RGB value is (159,80,127). Sum of RGB (Red+Green+Blue) = 159+80+127=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F507F is #60AF80. Grayscale: #6C6C6C. Windows color (decimal): -6336385 or 8343711. OLE color: 8343711.
HSL color Cylindrical-coordinate representation of color #9F507F: hue angle of 324.3º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F507F is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 127 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.38 |
| HSL | 324.3º | 0.33% | 0.47% | - |
| HSV(B) | 324.3º | 0.5% | 0.62% | - |
| XYZ | 21 | 14.64 | 21.8 | - |
| YUV | 108.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 127 | 0 | 0.50 | 0.20 | 0.38 | 324.3 | 0.33 | 0.47 |
| Hex | 9F | 50 | 7F | 0 | 32 | 14 | 26 | 144 | 21 | 2F |
| Octal | 237 | 120 | 177 | 0 | 62 | 24 | 46 | 504 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1111111 | 0 | 110010 | 10100 | 100110 | 101000100 | 100001 | 101111 |
Color Harmonies of #9F507F
Complementary color
Monochromatic Colors of #9F507F
Black with #9F507F
Text Example
Text Example
White with #9F507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F507F; }
p { color: rgb(159,80,127); }
H1.HeaderClassName
{
color: #9F507F;
}
.AnyTagClassName
{
color: #9F507F;
}
</style>
background-color css
<style>
a { background-color: #9F507F; }
a { background-color: rgb(159,80,127); }
div.DivClassName
{
background-color: #9F507F;
}
.BgClassName
{
background-color: #9F507F;
}
</style>
border-color css
<style>
span { border-color: #9F507F; }
span { border-color: rgb(159,80,127); }
td.TdClassName
{
border-color: #9F507F;
}
.TagClassName
{
border-color: #9F507F;
}
</style>