Shades of Strikemaster #9F507D
Tints of Strikemaster #9F507D
RGB
CMYK
RGB Variations
Color information
#9F507D (or 0x9F507D) is known color: Strikemaster. HEX triplet: 9F, 50 and 7D. RGB value is (159,80,125). Sum of RGB (Red+Green+Blue) = 159+80+125=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F507D is #60AF82. Grayscale: #6C6C6C. Windows color (decimal): -6336387 or 8212639. OLE color: 8212639.
HSL color Cylindrical-coordinate representation of color #9F507D: hue angle of 325.82º 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 #9F507D is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 125 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.38 |
| HSL | 325.82º | 0.33% | 0.47% | - |
| HSV(B) | 325.82º | 0.5% | 0.62% | - |
| XYZ | 20.87 | 14.59 | 21.12 | - |
| YUV | 108.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 125 | 0 | 0.50 | 0.21 | 0.38 | 325.82 | 0.33 | 0.47 |
| Hex | 9F | 50 | 7D | 0 | 32 | 15 | 26 | 146 | 21 | 2F |
| Octal | 237 | 120 | 175 | 0 | 62 | 25 | 46 | 506 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1111101 | 0 | 110010 | 10101 | 100110 | 101000110 | 100001 | 101111 |
Color Harmonies of #9F507D
Complementary color
Monochromatic Colors of #9F507D
Black with #9F507D
Text Example
Text Example
White with #9F507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F507D; }
p { color: rgb(159,80,125); }
H1.HeaderClassName
{
color: #9F507D;
}
.AnyTagClassName
{
color: #9F507D;
}
</style>
background-color css
<style>
a { background-color: #9F507D; }
a { background-color: rgb(159,80,125); }
div.DivClassName
{
background-color: #9F507D;
}
.BgClassName
{
background-color: #9F507D;
}
</style>
border-color css
<style>
span { border-color: #9F507D; }
span { border-color: rgb(159,80,125); }
td.TdClassName
{
border-color: #9F507D;
}
.TagClassName
{
border-color: #9F507D;
}
</style>