Shades of Strikemaster #9D4D87
Tints of Strikemaster #9D4D87
RGB
CMYK
RGB Variations
Color information
#9D4D87 (or 0x9D4D87) is known color: Strikemaster. HEX triplet: 9D, 4D and 87. RGB value is (157,77,135). Sum of RGB (Red+Green+Blue) = 157+77+135=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D87 is #62B278. Grayscale: #6B6B6B. Windows color (decimal): -6468217 or 8867229. OLE color: 8867229.
HSL color Cylindrical-coordinate representation of color #9D4D87: hue angle of 316.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D87 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 135 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.38 |
| HSL | 316.5º | 0.34% | 0.46% | - |
| HSV(B) | 316.5º | 0.51% | 0.62% | - |
| XYZ | 20.93 | 14.23 | 24.56 | - |
| YUV | 107.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 135 | 0 | 0.51 | 0.14 | 0.38 | 316.5 | 0.34 | 0.46 |
| Hex | 9D | 4D | 87 | 0 | 33 | E | 26 | 13C | 22 | 2E |
| Octal | 235 | 115 | 207 | 0 | 63 | 16 | 46 | 474 | 42 | 56 |
| Binary | 10011101 | 1001101 | 10000111 | 0 | 110011 | 1110 | 100110 | 100111100 | 100010 | 101110 |
Color Harmonies of #9D4D87
Complementary color
Monochromatic Colors of #9D4D87
Black with #9D4D87
Text Example
Text Example
White with #9D4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D87; }
p { color: rgb(157,77,135); }
H1.HeaderClassName
{
color: #9D4D87;
}
.AnyTagClassName
{
color: #9D4D87;
}
</style>
background-color css
<style>
a { background-color: #9D4D87; }
a { background-color: rgb(157,77,135); }
div.DivClassName
{
background-color: #9D4D87;
}
.BgClassName
{
background-color: #9D4D87;
}
</style>
border-color css
<style>
span { border-color: #9D4D87; }
span { border-color: rgb(157,77,135); }
td.TdClassName
{
border-color: #9D4D87;
}
.TagClassName
{
border-color: #9D4D87;
}
</style>