Shades of Strikemaster #9D5478
Tints of Strikemaster #9D5478
RGB
CMYK
RGB Variations
Color information
#9D5478 (or 0x9D5478) is known color: Strikemaster. HEX triplet: 9D, 54 and 78. RGB value is (157,84,120). Sum of RGB (Red+Green+Blue) = 157+84+120=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5478 is #62AB87. Grayscale: #6D6D6D. Windows color (decimal): -6466440 or 7885981. OLE color: 7885981.
HSL color Cylindrical-coordinate representation of color #9D5478: hue angle of 330.41º 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 #9D5478 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 120 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.38 |
| HSL | 330.41º | 0.3% | 0.47% | - |
| HSV(B) | 330.41º | 0.46% | 0.62% | - |
| XYZ | 20.47 | 14.86 | 19.56 | - |
| YUV | 109.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 120 | 0 | 0.46 | 0.24 | 0.38 | 330.41 | 0.3 | 0.47 |
| Hex | 9D | 54 | 78 | 0 | 2E | 18 | 26 | 14A | 1E | 2F |
| Octal | 235 | 124 | 170 | 0 | 56 | 30 | 46 | 512 | 36 | 57 |
| Binary | 10011101 | 1010100 | 1111000 | 0 | 101110 | 11000 | 100110 | 101001010 | 11110 | 101111 |
Color Harmonies of #9D5478
Complementary color
Monochromatic Colors of #9D5478
Black with #9D5478
Text Example
Text Example
White with #9D5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5478; }
p { color: rgb(157,84,120); }
H1.HeaderClassName
{
color: #9D5478;
}
.AnyTagClassName
{
color: #9D5478;
}
</style>
background-color css
<style>
a { background-color: #9D5478; }
a { background-color: rgb(157,84,120); }
div.DivClassName
{
background-color: #9D5478;
}
.BgClassName
{
background-color: #9D5478;
}
</style>
border-color css
<style>
span { border-color: #9D5478; }
span { border-color: rgb(157,84,120); }
td.TdClassName
{
border-color: #9D5478;
}
.TagClassName
{
border-color: #9D5478;
}
</style>