Shades of Strikemaster #9D547D
Tints of Strikemaster #9D547D
RGB
CMYK
RGB Variations
Color information
#9D547D (or 0x9D547D) is known color: Strikemaster. HEX triplet: 9D, 54 and 7D. RGB value is (157,84,125). Sum of RGB (Red+Green+Blue) = 157+84+125=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D547D is #62AB82. Grayscale: #6E6E6E. Windows color (decimal): -6466435 or 8213661. OLE color: 8213661.
HSL color Cylindrical-coordinate representation of color #9D547D: hue angle of 326.3º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D547D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 125 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.38 |
| HSL | 326.3º | 0.3% | 0.47% | - |
| HSV(B) | 326.3º | 0.46% | 0.62% | - |
| XYZ | 20.78 | 14.99 | 21.2 | - |
| YUV | 110.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 125 | 0 | 0.46 | 0.20 | 0.38 | 326.3 | 0.3 | 0.47 |
| Hex | 9D | 54 | 7D | 0 | 2E | 14 | 26 | 146 | 1E | 2F |
| Octal | 235 | 124 | 175 | 0 | 56 | 24 | 46 | 506 | 36 | 57 |
| Binary | 10011101 | 1010100 | 1111101 | 0 | 101110 | 10100 | 100110 | 101000110 | 11110 | 101111 |
Color Harmonies of #9D547D
Complementary color
Monochromatic Colors of #9D547D
Black with #9D547D
Text Example
Text Example
White with #9D547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D547D; }
p { color: rgb(157,84,125); }
H1.HeaderClassName
{
color: #9D547D;
}
.AnyTagClassName
{
color: #9D547D;
}
</style>
background-color css
<style>
a { background-color: #9D547D; }
a { background-color: rgb(157,84,125); }
div.DivClassName
{
background-color: #9D547D;
}
.BgClassName
{
background-color: #9D547D;
}
</style>
border-color css
<style>
span { border-color: #9D547D; }
span { border-color: rgb(157,84,125); }
td.TdClassName
{
border-color: #9D547D;
}
.TagClassName
{
border-color: #9D547D;
}
</style>