Shades of Strikemaster #9D5A7C
Tints of Strikemaster #9D5A7C
RGB
CMYK
RGB Variations
Color information
#9D5A7C (or 0x9D5A7C) is known color: Strikemaster. HEX triplet: 9D, 5A and 7C. RGB value is (157,90,124). Sum of RGB (Red+Green+Blue) = 157+90+124=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A7C is #62A583. Grayscale: #717171. Windows color (decimal): -6464900 or 8149661. OLE color: 8149661.
HSL color Cylindrical-coordinate representation of color #9D5A7C: hue angle of 329.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5A7C is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 124 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.38 |
| HSL | 329.55º | 0.27% | 0.48% | - |
| HSV(B) | 329.55º | 0.43% | 0.62% | - |
| XYZ | 21.2 | 15.94 | 21.03 | - |
| YUV | 113.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 124 | 0 | 0.43 | 0.21 | 0.38 | 329.55 | 0.27 | 0.48 |
| Hex | 9D | 5A | 7C | 0 | 2B | 15 | 26 | 14A | 1B | 30 |
| Octal | 235 | 132 | 174 | 0 | 53 | 25 | 46 | 512 | 33 | 60 |
| Binary | 10011101 | 1011010 | 1111100 | 0 | 101011 | 10101 | 100110 | 101001010 | 11011 | 110000 |
Color Harmonies of #9D5A7C
Complementary color
Monochromatic Colors of #9D5A7C
Black with #9D5A7C
Text Example
Text Example
White with #9D5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A7C; }
p { color: rgb(157,90,124); }
H1.HeaderClassName
{
color: #9D5A7C;
}
.AnyTagClassName
{
color: #9D5A7C;
}
</style>
background-color css
<style>
a { background-color: #9D5A7C; }
a { background-color: rgb(157,90,124); }
div.DivClassName
{
background-color: #9D5A7C;
}
.BgClassName
{
background-color: #9D5A7C;
}
</style>
border-color css
<style>
span { border-color: #9D5A7C; }
span { border-color: rgb(157,90,124); }
td.TdClassName
{
border-color: #9D5A7C;
}
.TagClassName
{
border-color: #9D5A7C;
}
</style>