Shades of Strikemaster #9D507C
Tints of Strikemaster #9D507C
RGB
CMYK
RGB Variations
Color information
#9D507C (or 0x9D507C) is known color: Strikemaster. HEX triplet: 9D, 50 and 7C. RGB value is (157,80,124). Sum of RGB (Red+Green+Blue) = 157+80+124=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D507C is #62AF83. Grayscale: #6B6B6B. Windows color (decimal): -6467460 or 8147101. OLE color: 8147101.
HSL color Cylindrical-coordinate representation of color #9D507C: hue angle of 325.71º 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 #9D507C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 124 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.38 |
| HSL | 325.71º | 0.32% | 0.46% | - |
| HSV(B) | 325.71º | 0.49% | 0.62% | - |
| XYZ | 20.41 | 14.36 | 20.76 | - |
| YUV | 108.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 124 | 0 | 0.49 | 0.21 | 0.38 | 325.71 | 0.32 | 0.46 |
| Hex | 9D | 50 | 7C | 0 | 31 | 15 | 26 | 146 | 20 | 2E |
| Octal | 235 | 120 | 174 | 0 | 61 | 25 | 46 | 506 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1111100 | 0 | 110001 | 10101 | 100110 | 101000110 | 100000 | 101110 |
Color Harmonies of #9D507C
Complementary color
Monochromatic Colors of #9D507C
Black with #9D507C
Text Example
Text Example
White with #9D507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D507C; }
p { color: rgb(157,80,124); }
H1.HeaderClassName
{
color: #9D507C;
}
.AnyTagClassName
{
color: #9D507C;
}
</style>
background-color css
<style>
a { background-color: #9D507C; }
a { background-color: rgb(157,80,124); }
div.DivClassName
{
background-color: #9D507C;
}
.BgClassName
{
background-color: #9D507C;
}
</style>
border-color css
<style>
span { border-color: #9D507C; }
span { border-color: rgb(157,80,124); }
td.TdClassName
{
border-color: #9D507C;
}
.TagClassName
{
border-color: #9D507C;
}
</style>