Shades of Strikemaster #9D548A
Tints of Strikemaster #9D548A
RGB
CMYK
RGB Variations
Color information
#9D548A (or 0x9D548A) is known color: Strikemaster. HEX triplet: 9D, 54 and 8A. RGB value is (157,84,138). Sum of RGB (Red+Green+Blue) = 157+84+138=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D548A is #62AB75. Grayscale: #6F6F6F. Windows color (decimal): -6466422 or 9065629. OLE color: 9065629.
HSL color Cylindrical-coordinate representation of color #9D548A: hue angle of 315.62º 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 #9D548A is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 138 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.38 |
| HSL | 315.62º | 0.3% | 0.47% | - |
| HSV(B) | 315.62º | 0.46% | 0.62% | - |
| XYZ | 21.66 | 15.34 | 25.86 | - |
| YUV | 111.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 138 | 0 | 0.46 | 0.12 | 0.38 | 315.62 | 0.3 | 0.47 |
| Hex | 9D | 54 | 8A | 0 | 2E | C | 26 | 13C | 1E | 2F |
| Octal | 235 | 124 | 212 | 0 | 56 | 14 | 46 | 474 | 36 | 57 |
| Binary | 10011101 | 1010100 | 10001010 | 0 | 101110 | 1100 | 100110 | 100111100 | 11110 | 101111 |
Color Harmonies of #9D548A
Complementary color
Monochromatic Colors of #9D548A
Black with #9D548A
Text Example
Text Example
White with #9D548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D548A; }
p { color: rgb(157,84,138); }
H1.HeaderClassName
{
color: #9D548A;
}
.AnyTagClassName
{
color: #9D548A;
}
</style>
background-color css
<style>
a { background-color: #9D548A; }
a { background-color: rgb(157,84,138); }
div.DivClassName
{
background-color: #9D548A;
}
.BgClassName
{
background-color: #9D548A;
}
</style>
border-color css
<style>
span { border-color: #9D548A; }
span { border-color: rgb(157,84,138); }
td.TdClassName
{
border-color: #9D548A;
}
.TagClassName
{
border-color: #9D548A;
}
</style>