Shades of Strikemaster #9D547B
Tints of Strikemaster #9D547B
RGB
CMYK
RGB Variations
Color information
#9D547B (or 0x9D547B) is known color: Strikemaster. HEX triplet: 9D, 54 and 7B. RGB value is (157,84,123). Sum of RGB (Red+Green+Blue) = 157+84+123=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D547B is #62AB84. Grayscale: #6E6E6E. Windows color (decimal): -6466437 or 8082589. OLE color: 8082589.
HSL color Cylindrical-coordinate representation of color #9D547B: hue angle of 327.95º 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 #9D547B is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 123 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.38 |
| HSL | 327.95º | 0.3% | 0.47% | - |
| HSV(B) | 327.95º | 0.46% | 0.62% | - |
| XYZ | 20.65 | 14.94 | 20.53 | - |
| YUV | 110.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 123 | 0 | 0.46 | 0.22 | 0.38 | 327.95 | 0.3 | 0.47 |
| Hex | 9D | 54 | 7B | 0 | 2E | 16 | 26 | 148 | 1E | 2F |
| Octal | 235 | 124 | 173 | 0 | 56 | 26 | 46 | 510 | 36 | 57 |
| Binary | 10011101 | 1010100 | 1111011 | 0 | 101110 | 10110 | 100110 | 101001000 | 11110 | 101111 |
Color Harmonies of #9D547B
Complementary color
Monochromatic Colors of #9D547B
Black with #9D547B
Text Example
Text Example
White with #9D547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D547B; }
p { color: rgb(157,84,123); }
H1.HeaderClassName
{
color: #9D547B;
}
.AnyTagClassName
{
color: #9D547B;
}
</style>
background-color css
<style>
a { background-color: #9D547B; }
a { background-color: rgb(157,84,123); }
div.DivClassName
{
background-color: #9D547B;
}
.BgClassName
{
background-color: #9D547B;
}
</style>
border-color css
<style>
span { border-color: #9D547B; }
span { border-color: rgb(157,84,123); }
td.TdClassName
{
border-color: #9D547B;
}
.TagClassName
{
border-color: #9D547B;
}
</style>