Shades of Strikemaster #9D507F
Tints of Strikemaster #9D507F
RGB
CMYK
RGB Variations
Color information
#9D507F (or 0x9D507F) is known color: Strikemaster. HEX triplet: 9D, 50 and 7F. RGB value is (157,80,127). Sum of RGB (Red+Green+Blue) = 157+80+127=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D507F is #62AF80. Grayscale: #6C6C6C. Windows color (decimal): -6467457 or 8343709. OLE color: 8343709.
HSL color Cylindrical-coordinate representation of color #9D507F: hue angle of 323.38º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D507F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 127 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.38 |
| HSL | 323.38º | 0.32% | 0.46% | - |
| HSV(B) | 323.38º | 0.49% | 0.62% | - |
| XYZ | 20.6 | 14.44 | 21.78 | - |
| YUV | 108.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 127 | 0 | 0.49 | 0.19 | 0.38 | 323.38 | 0.32 | 0.46 |
| Hex | 9D | 50 | 7F | 0 | 31 | 13 | 26 | 143 | 20 | 2E |
| Octal | 235 | 120 | 177 | 0 | 61 | 23 | 46 | 503 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1111111 | 0 | 110001 | 10011 | 100110 | 101000011 | 100000 | 101110 |
Color Harmonies of #9D507F
Complementary color
Monochromatic Colors of #9D507F
Black with #9D507F
Text Example
Text Example
White with #9D507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D507F; }
p { color: rgb(157,80,127); }
H1.HeaderClassName
{
color: #9D507F;
}
.AnyTagClassName
{
color: #9D507F;
}
</style>
background-color css
<style>
a { background-color: #9D507F; }
a { background-color: rgb(157,80,127); }
div.DivClassName
{
background-color: #9D507F;
}
.BgClassName
{
background-color: #9D507F;
}
</style>
border-color css
<style>
span { border-color: #9D507F; }
span { border-color: rgb(157,80,127); }
td.TdClassName
{
border-color: #9D507F;
}
.TagClassName
{
border-color: #9D507F;
}
</style>